Dataset Viewer
Auto-converted to Parquet Duplicate
inputs
stringlengths
469
1.81k
targets
stringlengths
4
479
_template_idx
int64
0
9
_task_source
stringclasses
1 value
_task_name
stringclasses
1 value
_template_type
stringclasses
2 values
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Danielle Murray from Sandusky , Ohio , the same age as her new penfriend , asked for a reply from whoever received the message she flung on its journey months ago on the other side of the Atlantic Ocean . Danielle <B-PER> Murray <I-PER> from Sandusky <B-LOC> , Ohio <B-LOC> , the same age as her new penfriend , asked for a reply from whoever received the message she flung on its journey months ago on the other side of the Atlantic <B-LOC> Ocean <I-LOC> . At Northampton : Sussex 389 ( N. Lenham 145 , V. Drakes 59 , At Northampton <B-LOC> : Sussex <B-ORG> 389 ( N. <B-PER> Lenham <I-PER> 145 , V. <B-PER> Drakes <I-PER> 59 , SOCCER - FRENCH LEAGUE RESULT .
SOCCER - FRENCH <B-MISC> LEAGUE RESULT .
0
NIv2
task610_conllpp_ner
fs_opt
Part 1. Definition In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Part 2. Example It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Answer: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Part 3. Exercise Berry said : " I`m disappointed but I do n't feel suicidal . Answer:
Berry <B-PER> said : " I`m disappointed but I do n't feel suicidal .
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example is below. Q: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . A: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Rationale: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: Cleveland lost for just the second time in six games . A:
Cleveland <B-ORG> lost for just the second time in six games .
9
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [EX Q]: Summary of Consolidated Financial Data [EX A]: Summary of Consolidated <B-ORG> Financial <I-ORG> Data <I-ORG> [EX Q]: They need our love and compassion . " [EX A]: They need our love and compassion . " [EX Q]: Toronto 6 KANSAS CITY 2 [EX A]:
Toronto <B-ORG> 6 KANSAS <B-ORG> CITY <I-ORG> 2
6
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Let me give you an example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . The answer to this example can be: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Here is why: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. OK. solve this: CAPE TOWN 1996-08-22 Answer:
CAPE <B-LOC> TOWN <I-LOC> 1996-08-22
8
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [Q]: 8. Pauline Konga ( Kenya ) 15:11.40 [A]: 8. Pauline <B-PER> Konga <I-PER> ( Kenya <B-LOC> ) 15:11.40 [Q]: QUITO , Ecuador 1996-08-23 [A]: QUITO <B-LOC> , Ecuador <B-LOC> 1996-08-23 [Q]: St Pauli pulled a goal back through Andre Trulsen but Schalke striker Martin Max restored his team 's two-goal cushion shortly afterwards . [A]:
St <B-ORG> Pauli <I-ORG> pulled a goal back through Andre <B-PER> Trulsen <I-PER> but Schalke <B-ORG> striker Martin <B-PER> Max <I-PER> restored his team 's two-goal cushion shortly afterwards .
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [EX Q]: - A shipload of 12 tonnes of rice arrives in Umm Qasr port in the Gulf . [EX A]: - A shipload of 12 tonnes of rice arrives in Umm <B-LOC> Qasr <I-LOC> port in the Gulf <B-LOC> . [EX Q]: PRESS DIGEST - Israel - Aug 25 . [EX A]: PRESS DIGEST - Israel <B-LOC> - Aug 25 . [EX Q]: Andreas Andersson ( 87th ) [EX A]:
Andreas <B-PER> Andersson <I-PER> ( 87th )
6
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example Input: That was the second-largest loss in the company 's history . Example Output: That was the second-largest loss in the company 's history . Example Input: 8. Pauline Konga ( Kenya ) 15:11.40 Example Output: 8. Pauline <B-PER> Konga <I-PER> ( Kenya <B-LOC> ) 15:11.40 Example Input: JAKARTA 1996-08-22 Example Output:
JAKARTA <B-LOC> 1996-08-22
3
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example input: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: LONDON 1996-08-28 A:
LONDON <B-LOC> 1996-08-28
3
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Q: New rate old rate A: New rate old rate **** Q: SOCCER - BARCELONA BEAT ATLETICO 5-2 IN SUPERCUP . A: SOCCER - BARCELONA <B-ORG> BEAT ATLETICO <B-ORG> 5-2 IN SUPERCUP <B-MISC> . **** Q: SEOUL 1996-08-22 A:
SEOUL <B-LOC> 1996-08-22 ****
4
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Q: Steve Barnes A: Steve <B-PER> Barnes <I-PER> **** Q: 7. Zundra Feagin ( U.S. ) 23.18 A: 7. Zundra <B-PER> Feagin <I-PER> ( U.S. <B-LOC> ) 23.18 **** Q: Showers and rain 0.25-1.00 inch ( 6-25 mm ) and locally heavier through most of central and south central India , up to 0.75 inch ( 19 mm ) in 75 percent of north central India , and only isolated up to 0.50 inch ( 13 mm ) elsewhere over India . A:
Showers and rain 0.25-1.00 inch ( 6-25 mm ) and locally heavier through most of central and south central India <B-LOC> , up to 0.75 inch ( 19 mm ) in 75 percent of north central India <B-LOC> , and only isolated up to 0.50 inch ( 13 mm ) elsewhere over India <B-LOC> . ****
4
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [EX Q]: The company said the increase reflected the value of extensions to the network to meet economic growth in its supply area and an increase in the estimated lifespan of the network . [EX A]: The company said the increase reflected the value of extensions to the network to meet economic growth in its supply area and an increase in the estimated lifespan of the network . [EX Q]: -- The short-term price objective is $ 5 a share and the long-term objective is $ 9 . [EX A]: -- The short-term price objective is $ 5 a share and the long-term objective is $ 9 . [EX Q]: Crawley , unbeaten on 94 overnight in an England total of 278 for six , was spotted strumming a guitar in the dressing-room as the Oval ground staff took centre stage . [EX A]:
Crawley <B-PER> , unbeaten on 94 overnight in an England <B-LOC> total of 278 for six , was spotted strumming a guitar in the dressing-room as the Oval <B-LOC> ground staff took centre stage .
6
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution is here: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this: The main Friday prayers in southern Jordan that were the starting point for the riots a week ago passed peacefully under tight security imposed by the army with only brief demonstrations reported . Solution:
The main Friday prayers in southern Jordan <B-LOC> that were the starting point for the riots a week ago passed peacefully under tight security imposed by the army with only brief demonstrations reported .
6
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [EX Q]: The Roosevelts are good friends of Weld and his wife , Susan Roosevelt Weld , a descendant of former President Theodore Roosevelt , who won the presidency as a Republican . [EX A]: The Roosevelts <B-PER> are good friends of Weld <B-PER> and his wife , Susan <B-PER> Roosevelt <I-PER> Weld <I-PER> , a descendant of former President Theodore <B-PER> Roosevelt <I-PER> , who won the presidency as a Republican <B-MISC> . [EX Q]: Wijaya Indra ( Indonesia ) beat 5/8 - Pang Chen ( Malaysia ) 15-6 [EX A]: Wijaya <B-PER> Indra <I-PER> ( Indonesia <B-LOC> ) beat 5/8 - Pang <B-PER> Chen <I-PER> ( Malaysia <B-LOC> ) 15-6 [EX Q]: It will replace the interim karbovanets currency , which was introduced at par to the Russian rouble in 1992 but now trades at almost 33 karbovanets per rouble . [EX A]:
It will replace the interim karbovanets currency , which was introduced at par to the Russian <B-MISC> rouble in 1992 but now trades at almost 33 karbovanets per rouble .
6
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Ex Input: SAN DIEGO 70 59 .543 - Ex Output: SAN <B-ORG> DIEGO <I-ORG> 70 59 .543 - Ex Input: J. Crawley b Waqar Younis 106 Ex Output: J. <B-PER> Crawley <I-PER> b Waqar <B-PER> Younis <I-PER> 106 Ex Input: " It did n't do as well as it could have , " said Rob Enderle , an analyst with Giga Information Group . Ex Output:
" It did n't do as well as it could have , " said Rob <B-PER> Enderle <I-PER> , an analyst with Giga <B-ORG> Information <I-ORG> Group <I-ORG> .
1
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: " It did n't do as well as it could have , " said Rob Enderle , an analyst with Giga Information Group .
Solution: " It did n't do as well as it could have , " said Rob <B-PER> Enderle <I-PER> , an analyst with Giga <B-ORG> Information <I-ORG> Group <I-ORG> .
5
NIv2
task610_conllpp_ner
fs_opt
TASK DEFINITION: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. PROBLEM: LONDON 1996-08-24 SOLUTION: LONDON <B-LOC> 1996-08-24 PROBLEM: Over a dozen militant groups are fighting New Delhi 's rule in the state . SOLUTION: Over a dozen militant groups are fighting New <B-LOC> Delhi <I-LOC> 's rule in the state . PROBLEM: The main Friday prayers in southern Jordan that were the starting point for the riots a week ago passed peacefully under tight security imposed by the army with only brief demonstrations reported . SOLUTION:
The main Friday prayers in southern Jordan <B-LOC> that were the starting point for the riots a week ago passed peacefully under tight security imposed by the army with only brief demonstrations reported .
8
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example Input: ATHLETICS - ROVERETO INTERNATIONAL MEETING RESULTS . Example Output: ATHLETICS - ROVERETO <B-MISC> INTERNATIONAL <I-MISC> MEETING RESULTS . Example Input: QUITO , Ecuador 1996-08-23 Example Output: QUITO <B-LOC> , Ecuador <B-LOC> 1996-08-23 Example Input: Croatian lending rate falls to 8.0 vs 9.1 pct . Example Output:
Croatian <B-MISC> lending rate falls to 8.0 vs 9.1 pct .
3
NIv2
task610_conllpp_ner
fs_opt
Part 1. Definition In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Part 2. Example It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Answer: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Part 3. Exercise Passengers injured in train collision in Linz . Answer:
Passengers injured in train collision in Linz <B-LOC> .
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Let me give you an example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . The answer to this example can be: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Here is why: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. OK. solve this: PRESS DIGEST - Spain - Aug 29 . Answer:
PRESS DIGEST - Spain <B-LOC> - Aug 29 .
8
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example input: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: Yugoslavia and Croatia were poised on Friday to sign a landmark normalisation treaty ending five years of tensions and paving way for stabilisation in the Balkans . A:
Yugoslavia <B-LOC> and Croatia <B-LOC> were poised on Friday to sign a landmark normalisation treaty ending five years of tensions and paving way for stabilisation in the Balkans <B-LOC> .
3
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution is here: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this: The shot brought home Ivan Rodriguez , who had his second double of the game , giving him 42 this season , 41 as a catcher . Solution:
The shot brought home Ivan <B-PER> Rodriguez <I-PER> , who had his second double of the game , giving him 42 this season , 41 as a catcher .
6
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: In 1993 , she fell in Rome and broke three ribs .
Solution: In 1993 , she fell in Rome <B-LOC> and broke three ribs .
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. -------- Question: 6. Chandra Sturrup ( Bahamas ) 22.85 Answer: 6. Chandra <B-PER> Sturrup <I-PER> ( Bahamas <B-LOC> ) 22.85 Question: BASEBALL - BRAVES RALLY TO BEAT CUBS . Answer: BASEBALL - BRAVES <B-ORG> RALLY TO BEAT CUBS <B-ORG> . Question: unless stated ) : Answer:
unless stated ) :
7
NIv2
task610_conllpp_ner
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Why? This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. New input: It said about 100 Iraqi Kurds were killed or wounded in the attack . Solution:
It said about 100 Iraqi <B-MISC> Kurds <I-MISC> were killed or wounded in the attack .
0
NIv2
task610_conllpp_ner
fs_opt
Part 1. Definition In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Part 2. Example It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Answer: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Part 3. Exercise CENTRAL DIVISION Answer:
CENTRAL <B-MISC> DIVISION <I-MISC>
7
NIv2
task610_conllpp_ner
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. New input case for you: SEATTLE AT BALTIMORE Output:
SEATTLE <B-ORG> AT BALTIMORE <B-LOC>
1
NIv2
task610_conllpp_ner
fs_opt
Part 1. Definition In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Part 2. Example It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Answer: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Part 3. Exercise Italian comics hope independence-joke 's on Bossi . Answer:
Italian <B-MISC> comics hope independence-joke 's on Bossi <B-PER> .
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: Third-seeded Wayne Ferreira of South Africa defeated Tim Henman of Britain 6-4 6-4 after a three-hour evening rain delay and fifth-seeded Thomas Enqvist of Sweden won his third-round match , eliminating Petr Korda of the Czech Republic 6-3 6-4 .
Solution: Third-seeded Wayne <B-PER> Ferreira <I-PER> of South <B-LOC> Africa <I-LOC> defeated Tim <B-PER> Henman <I-PER> of Britain <B-LOC> 6-4 6-4 after a three-hour evening rain delay and fifth-seeded Thomas <B-PER> Enqvist <I-PER> of Sweden <B-LOC> won his third-round match , eliminating Petr <B-PER> Korda <I-PER> of the Czech <B-LOC> Republic <I-LOC> 6-3 6-4 .
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: 8. Christophe Impens ( Belgium ) 3:34.13
Solution: 8. Christophe <B-PER> Impens <I-PER> ( Belgium <B-LOC> ) 3:34.13
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [EX Q]: Boskalis reported 1996 first-half net profit fell to 27.5 million guilders from a year-earlier 41.4 million . [EX A]: Boskalis <B-ORG> reported 1996 first-half net profit fell to 27.5 million guilders from a year-earlier 41.4 million . [EX Q]: Weld conceded his 12-year-old daughter , Franny , is " a foot soldier " for Democratic incumbent Sen . [EX A]: Weld <B-PER> conceded his 12-year-old daughter , Franny <B-PER> , is " a foot soldier " for Democratic <B-MISC> incumbent Sen . [EX Q]: PRESS DIGEST - Tunisia - Aug 26 . [EX A]:
PRESS DIGEST - Tunisia <B-LOC> - Aug 26 .
6
NIv2
task610_conllpp_ner
fs_opt
instruction: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. question: ATHLETICS - ROVERETO INTERNATIONAL MEETING RESULTS . answer: ATHLETICS - ROVERETO <B-MISC> INTERNATIONAL <I-MISC> MEETING RESULTS . question: 68 Steve Stricker answer: 68 Steve <B-PER> Stricker <I-PER> question: YORK , England 1996-08-22 answer:
YORK <B-LOC> , England <B-LOC> 1996-08-22
9
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example Input: CRICKET - BOTHAM DISMISSES GATTING IN FIRST CLASS DEBUT . Example Output: CRICKET - BOTHAM <B-PER> DISMISSES GATTING <B-PER> IN FIRST CLASS DEBUT . Example Input: PRESS DIGEST - HK newspaper editorials - Aug 28 . Example Output: PRESS DIGEST - HK <B-LOC> newspaper editorials - Aug 28 . Example Input: 5. Margret Crowley ( Australia ) 4:05.00 Example Output:
5. Margret <B-PER> Crowley <I-PER> ( Australia <B-LOC> ) 4:05.00
3
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example Input: Chants from the crowd of " Death to the Arabs " , and bottle-throwing during the game marred the match which ended in a goalless draw . Example Output: Chants from the crowd of " Death to the Arabs <B-MISC> " , and bottle-throwing during the game marred the match which ended in a goalless draw . Example Input: Karol Kucera ( Slovakia ) beat Hicham Arazi ( Morocco ) 7-6 ( 7-4 ) Example Output: Karol <B-PER> Kucera <I-PER> ( Slovakia <B-LOC> ) beat Hicham <B-PER> Arazi <I-PER> ( Morocco <B-LOC> ) 7-6 ( 7-4 ) Example Input: Main Tunisian opposition party ousted from HQ . Example Output:
Main Tunisian <B-MISC> opposition party ousted from HQ .
3
NIv2
task610_conllpp_ner
fs_opt
Part 1. Definition In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Part 2. Example It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Answer: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Part 3. Exercise Main Tunisian opposition party ousted from HQ . Answer:
Main Tunisian <B-MISC> opposition party ousted from HQ .
7
NIv2
task610_conllpp_ner
fs_opt
Teacher: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Teacher: Now, understand the problem? If you are still confused, see the following example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Reason: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this instance: Palestinian officials said the Israeli government had barred Arafat from overflying Israel in a Palestinian helicopter to the West Bank in an attempt to bar the meeting with Peres . Student:
Palestinian <B-MISC> officials said the Israeli <B-MISC> government had barred Arafat <B-PER> from overflying Israel <B-LOC> in a Palestinian <B-MISC> helicopter to the West <B-LOC> Bank <I-LOC> in an attempt to bar the meeting with Peres <B-PER> .
2
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Let me give you an example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . The answer to this example can be: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Here is why: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. OK. solve this: Bosnian premier in Turkey for one day visit . Answer:
Bosnian <B-MISC> premier in Turkey <B-LOC> for one day visit .
8
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example Input: I. Salisbury not out 1 Example Output: I. <B-PER> Salisbury <I-PER> not out 1 Example Input: HINA said the church in the small village of Karin Gornji , 30 km ( 19 miles ) north of Zadar , was destroyed by the morning attack . Example Output: HINA <B-ORG> said the church in the small village of Karin <B-LOC> Gornji <I-LOC> , 30 km ( 19 miles ) north of Zadar <B-LOC> , was destroyed by the morning attack . Example Input: He said ministry officials made him sign this a few weeks ago after he brought about a dozen copies from Jordan of a book by Edward Said , a prominent scholar at New York City 's Columbia University . Example Output:
He said ministry officials made him sign this a few weeks ago after he brought about a dozen copies from Jordan <B-LOC> of a book by Edward <B-PER> Said <I-PER> , a prominent scholar at New <B-LOC> York <I-LOC> City <I-LOC> 's Columbia <B-ORG> University <I-ORG> .
3
NIv2
task610_conllpp_ner
fs_opt
Teacher: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Teacher: Now, understand the problem? If you are still confused, see the following example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Reason: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this instance: Hanson ( 11-15 ) allowed three hits , walked three and struck out four to snap a personal three-game losing streak . Student:
Hanson <B-PER> ( 11-15 ) allowed three hits , walked three and struck out four to snap a personal three-game losing streak .
2
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Let me give you an example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . The answer to this example can be: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Here is why: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. OK. solve this: Leaders of Iraq 's two main Kurdish factions agreed on Friday to end six days of fighting and to attend U.S.-mediated peace talks next month , the State Department said . Answer:
Leaders of Iraq <B-LOC> 's two main Kurdish <B-MISC> factions agreed on Friday to end six days of fighting and to attend U.S.-mediated <B-MISC> peace talks next month , the State <B-ORG> Department <I-ORG> said .
8
NIv2
task610_conllpp_ner
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. New input case for you: J. Crawley b Waqar Younis 106 Output:
J. <B-PER> Crawley <I-PER> b Waqar <B-PER> Younis <I-PER> 106
1
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example is below. Q: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . A: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Rationale: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: Women 's 100 metres hurdles A:
Women 's 100 metres hurdles
9
NIv2
task610_conllpp_ner
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. New input case for you: Slovak women visited Dutroux , police say . Output:
Slovak <B-MISC> women visited Dutroux <B-PER> , police say .
1
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Let me give you an example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . The answer to this example can be: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Here is why: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. OK. solve this: At Minnesota , Ken Hill allowed two runs en route to his sixth complete game of the season and Rusty Greer added three hits , including a homer , and two RBI as the red-hot Texas Rangers routed the Twins 11-2 . Answer:
At Minnesota <B-LOC> , Ken <B-PER> Hill <I-PER> allowed two runs en route to his sixth complete game of the season and Rusty <B-PER> Greer <I-PER> added three hits , including a homer , and two RBI <B-MISC> as the red-hot Texas <B-ORG> Rangers <I-ORG> routed the Twins <B-ORG> 11-2 .
8
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example Input: 3. Paul Koech ( Kenya ) 26:56.78 Example Output: 3. Paul <B-PER> Koech <I-PER> ( Kenya <B-LOC> ) 26:56.78 Example Input: 134 Robert Coles 68 66 , David Williams 67 67 , Thomas Bjorn Example Output: 134 Robert <B-PER> Coles <I-PER> 68 66 , David <B-PER> Williams <I-PER> 67 67 , Thomas <B-PER> Bjorn <I-PER> Example Input: Akashi is head of the Department of Humanitarian affairs . Example Output:
Akashi <B-PER> is head of the Department <B-ORG> of <I-ORG> Humanitarian <I-ORG> affairs <I-ORG> .
3
NIv2
task610_conllpp_ner
fs_opt
instruction: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. question: Chonnam 0 1 1 5 6 1 answer: Chonnam <B-ORG> 0 1 1 5 6 1 question: Cruzeiro 2 Vitoria 1 answer: Cruzeiro <B-ORG> 2 Vitoria <B-ORG> 1 question: Slovak women visited Dutroux , police say . answer:
Slovak <B-MISC> women visited Dutroux <B-PER> , police say .
9
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Q: SOCCER - UKRAINIAN PREMIER DIVISION RESULTS / STANDINGS . A: SOCCER - UKRAINIAN <B-MISC> PREMIER DIVISION RESULTS / STANDINGS . **** Q: 8. Ann Mercken ( Belgium ) 53.55 A: 8. Ann <B-PER> Mercken <I-PER> ( Belgium <B-LOC> ) 53.55 **** Q: Women 's 100 metres hurdles A:
Women 's 100 metres hurdles ****
4
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. -------- Question: Dreyfus Strategic Munis monthly $ 0.056 / shr . Answer: Dreyfus <B-ORG> Strategic <I-ORG> Munis <I-ORG> monthly $ 0.056 / shr . Question: Dhaka stocks end up on gains by engineering , banks . Answer: Dhaka <B-LOC> stocks end up on gains by engineering , banks . Question: " I thought he looked a little unfocused at certain times on his ground strokes , " said Tillstrom . Answer:
" I thought he looked a little unfocused at certain times on his ground strokes , " said Tillstrom <B-PER> .
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. 9 - Wayne Ferreira ( South Africa ) vs. qualifier 9 - Wayne <B-PER> Ferreira <I-PER> ( South <B-LOC> Africa <I-LOC> ) vs. qualifier LONDON 1996-08-27 LONDON <B-LOC> 1996-08-27 67 not out ) v Hampshire .
67 not out ) v Hampshire <B-ORG> .
0
NIv2
task610_conllpp_ner
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Why? This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. New input: U.S. marine biologists have trained a pair of sea lions to tag and photograph elusive whales as they cruise through the Pacific depths , New Scientist magazine reported on Thursday . Solution:
U.S. <B-LOC> marine biologists have trained a pair of sea lions to tag and photograph elusive whales as they cruise through the Pacific <B-LOC> depths , New <B-ORG> Scientist <I-ORG> magazine reported on Thursday .
0
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Q: Pakistan : Aamir Sohail , Saeed Anwar , Ijaz Ahmed , A: Pakistan <B-LOC> : Aamir <B-PER> Sohail <I-PER> , Saeed <B-PER> Anwar <I-PER> , Ijaz <B-PER> Ahmed <I-PER> , **** Q: Aggregate 3-3 . A: Aggregate 3-3 . **** Q: Promising 10th-ranked American Chanda Rubin has pulled out of the U.S. Open Tennis Championships with a wrist injury , tournament officials announced . A:
Promising 10th-ranked American <B-MISC> Chanda <B-PER> Rubin <I-PER> has pulled out of the U.S. <B-MISC> Open <I-MISC> Tennis <I-MISC> Championships <I-MISC> with a wrist injury , tournament officials announced . ****
4
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Let me give you an example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . The answer to this example can be: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Here is why: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. OK. solve this: Promising 10th-ranked American Chanda Rubin has pulled out of the U.S. Open Tennis Championships with a wrist injury , tournament officials announced . Answer:
Promising 10th-ranked American <B-MISC> Chanda <B-PER> Rubin <I-PER> has pulled out of the U.S. <B-MISC> Open <I-MISC> Tennis <I-MISC> Championships <I-MISC> with a wrist injury , tournament officials announced .
8
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example is below. Q: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . A: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Rationale: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: The president justified his proposal by the delays verified in the peace process , including the fact that areas under Unita control or occupation have not been effectively demilitarised , where the Unita military forces have been substituted by their so-called police . A:
The president justified his proposal by the delays verified in the peace process , including the fact that areas under Unita <B-ORG> control or occupation have not been effectively demilitarised , where the Unita <B-ORG> military forces have been substituted by their so-called police .
9
NIv2
task610_conllpp_ner
fs_opt
TASK DEFINITION: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. PROBLEM: China has said it was time for political talks with Taiwan and that the rival island should take practical steps towards that goal . SOLUTION: China <B-LOC> has said it was time for political talks with Taiwan <B-LOC> and that the rival island should take practical steps towards that goal . PROBLEM: 67 Jeff Hawksworth , Padraig Harrington ( Ireland ) , Michael SOLUTION: 67 Jeff <B-PER> Hawksworth <I-PER> , Padraig <B-PER> Harrington <I-PER> ( Ireland <B-LOC> ) , Michael <B-PER> PROBLEM: Afghan leader tells U.S. Congressman of peace plan . SOLUTION:
Afghan <B-MISC> leader tells U.S. <B-LOC> Congressman of peace plan .
8
NIv2
task610_conllpp_ner
fs_opt
Teacher: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Teacher: Now, understand the problem? If you are still confused, see the following example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Reason: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this instance: Cash and Cash Equivalents 2,386 93 Student:
Cash and Cash Equivalents 2,386 93
2
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example is below. Q: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . A: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Rationale: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: COMMACK , New York 1996-08-23 A:
COMMACK <B-LOC> , New <B-LOC> York <I-LOC> 1996-08-23
9
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: Hapoel Taibe fields four Jewish players and two foreign imports -- a Pole and a Romanian .
Solution: Hapoel <B-ORG> Taibe <I-ORG> fields four Jewish <B-MISC> players and two foreign imports -- a Pole <B-MISC> and a Romanian <B-MISC> .
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. British officials say sheep meat is perfectly safe to eat . British <B-MISC> officials say sheep meat is perfectly safe to eat . LONDON 1996-08-27 LONDON <B-LOC> 1996-08-27 Hapoel Taibe fields four Jewish players and two foreign imports -- a Pole and a Romanian .
Hapoel <B-ORG> Taibe <I-ORG> fields four Jewish <B-MISC> players and two foreign imports -- a Pole <B-MISC> and a Romanian <B-MISC> .
0
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [Q]: CRICKET - INDIA BANS SIDHU FOR 50 DAYS . [A]: CRICKET - INDIA <B-LOC> BANS SIDHU <B-PER> FOR 50 DAYS . [Q]: A Polish schoolgirl blackmailed two women with anonymous letters threatening death and later explained that she needed money for textbooks , police said on Thursday . [A]: A Polish <B-MISC> schoolgirl blackmailed two women with anonymous letters threatening death and later explained that she needed money for textbooks , police said on Thursday . [Q]: News announced pre-abnormals net profit for the year fell six percent to A$ 1.26 billion ( US$ 995 million ) and earnings per share dropped to 40 cents from 46 cents . [A]:
News <B-ORG> announced pre-abnormals net profit for the year fell six percent to A$ <B-MISC> 1.26 billion ( US$ <B-MISC> 995 million ) and earnings per share dropped to 40 cents from 46 cents .
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [EX Q]: Promodes set to sell German assets - paper . [EX A]: Promodes <B-ORG> set to sell German <B-MISC> assets - paper . [EX Q]: William Weld is working to stop his bid to win a U.S. Senate seat because she does n't want to leave Massachusetts . [EX A]: William <B-PER> Weld <I-PER> is working to stop his bid to win a U.S. <B-LOC> Senate <B-ORG> seat because she does n't want to leave Massachusetts <B-LOC> . [EX Q]: RUGBY UNION - NEW ZEALAND WIN FIRST SERIES IN SOUTH AFRICA . [EX A]:
RUGBY <B-ORG> UNION <I-ORG> - NEW <B-LOC> ZEALAND <I-LOC> WIN FIRST SERIES IN SOUTH <B-LOC> AFRICA <I-LOC> .
6
NIv2
task610_conllpp_ner
fs_opt
Part 1. Definition In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Part 2. Example It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Answer: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Part 3. Exercise RUGBY UNION - NEW ZEALAND WIN FIRST SERIES IN SOUTH AFRICA . Answer:
RUGBY <B-ORG> UNION <I-ORG> - NEW <B-LOC> ZEALAND <I-LOC> WIN FIRST SERIES IN SOUTH <B-LOC> AFRICA <I-LOC> .
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example is below. Q: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . A: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Rationale: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: Trainer Berti Vogts kept faith with his entire European championship winning squad for Germany 's first match since their title victory , a friendly in Poland . A:
Trainer Berti <B-PER> Vogts <I-PER> kept faith with his entire European <B-MISC> championship winning squad for Germany <B-LOC> 's first match since their title victory , a friendly in Poland <B-LOC> .
9
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: Steve Barnes
Solution: Steve <B-PER> Barnes <I-PER>
5
NIv2
task610_conllpp_ner
fs_opt
Teacher: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Teacher: Now, understand the problem? If you are still confused, see the following example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Reason: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this instance: NEC Nijmegen 1 PSV Eindhoven 4 Student:
NEC <B-ORG> Nijmegen <I-ORG> 1 PSV <B-ORG> Eindhoven <I-ORG> 4
2
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. The Australians are making their first visit to the Indian Ocean island since boycotting a World Cup fixture in February after a terrorist bomb in Colombo . The Australians <B-MISC> are making their first visit to the Indian <B-LOC> Ocean <I-LOC> island since boycotting a World <B-MISC> Cup <I-MISC> fixture in February after a terrorist bomb in Colombo <B-LOC> . ( 0-0 ) ( 0-0 ) Around 200 police and troops were stationed outside the court in central Jakarta but there was no sign of demonstrators .
Around 200 police and troops were stationed outside the court in central Jakarta <B-LOC> but there was no sign of demonstrators .
0
NIv2
task610_conllpp_ner
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Why? This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. New input: CRICKET - PAKISTAN 'S WASIM AKRAM JOINS 300 CLUB . Solution:
CRICKET - PAKISTAN <B-LOC> 'S WASIM <B-PER> AKRAM <I-PER> JOINS 300 CLUB .
0
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example Input: India says sees no arms race with China , Pakistan . Example Output: India <B-LOC> says sees no arms race with China <B-LOC> , Pakistan <B-LOC> . Example Input: Ten people gunned down in northwest Colombia . Example Output: Ten people gunned down in northwest Colombia <B-LOC> . Example Input: Steve Barnes Example Output:
Steve <B-PER> Barnes <I-PER>
3
NIv2
task610_conllpp_ner
fs_opt
Teacher: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Teacher: Now, understand the problem? If you are still confused, see the following example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Reason: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this instance: Around 200 police and troops were stationed outside the court in central Jakarta but there was no sign of demonstrators . Student:
Around 200 police and troops were stationed outside the court in central Jakarta <B-LOC> but there was no sign of demonstrators .
2
NIv2
task610_conllpp_ner
fs_opt
instruction: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. question: LUANDA 1996-08-23 answer: LUANDA <B-LOC> 1996-08-23 question: Venezuela FinMin to make statement midday Thursday . answer: Venezuela <B-LOC> FinMin to make statement midday Thursday . question: MGT / UND 0.275 SELL CONC 1.60 PRAECIP = answer:
MGT / UND 0.275 SELL CONC 1.60 PRAECIP =
9
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example input: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: " If you really look at the match , " said the 12th-ranked Washington after losing to the 70th-ranked Rafter , " I never really got a chance to play because he was serving big and getting in close to the net . A:
" If you really look at the match , " said the 12th-ranked Washington <B-PER> after losing to the 70th-ranked Rafter <B-PER> , " I never really got a chance to play because he was serving big and getting in close to the net .
3
NIv2
task610_conllpp_ner
fs_opt
Part 1. Definition In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Part 2. Example It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Answer: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Part 3. Exercise Pivotal , a Royal Ascot winner in June , may now be aimed at this season 's Abbaye , Europe 's top sprint race . Answer:
Pivotal <B-PER> , a Royal <B-PER> Ascot <I-PER> winner in June , may now be aimed at this season 's Abbaye <B-MISC> , Europe <B-LOC> 's top sprint race .
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Ex Input: Forwards - Domingos Oliveira , Joao Vieira Pinto , Jorge Cadete , Antonio Folha . Ex Output: Forwards - Domingos <B-PER> Oliveira <I-PER> , Joao <B-PER> Vieira <I-PER> Pinto <I-PER> , Jorge <B-PER> Cadete <I-PER> , Antonio <B-PER> Folha <I-PER> . Ex Input: There will be no repeat of last year 's men 's final with eighth-ranked Andre Agassi landing in Sampras 's half of the draw . Ex Output: There will be no repeat of last year 's men 's final with eighth-ranked Andre <B-PER> Agassi <I-PER> landing in Sampras <B-PER> 's half of the draw . Ex Input: Fulmar 30 28/08 Ulsan / Yosu $ 105,000 LG Caltex . Ex Output:
Fulmar <B-ORG> 30 28/08 Ulsan <B-LOC> / Yosu <B-LOC> $ 105,000 LG <B-ORG> Caltex <I-ORG> .
1
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. -------- Question: RESEARCH ALERT - Career Horizons said cut . Answer: RESEARCH ALERT - Career <B-ORG> Horizons <I-ORG> said cut . Question: " The one it landed on is 2,250 metres ( 2,460 yards ) long while the other one if more than 3,000 metres ( 3,300 yards ) long and is less steep , " he added . Answer: " The one it landed on is 2,250 metres ( 2,460 yards ) long while the other one if more than 3,000 metres ( 3,300 yards ) long and is less steep , " he added . Question: Pivotal , a Royal Ascot winner in June , may now be aimed at this season 's Abbaye , Europe 's top sprint race . Answer:
Pivotal <B-PER> , a Royal <B-PER> Ascot <I-PER> winner in June , may now be aimed at this season 's Abbaye <B-MISC> , Europe <B-LOC> 's top sprint race .
7
NIv2
task610_conllpp_ner
fs_opt
instruction: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. question: A budgeted profit increase of at least 20 percent for the full year currently appears very attainable , " News Corp said . answer: A budgeted profit increase of at least 20 percent for the full year currently appears very attainable , " News <B-ORG> Corp <I-ORG> said . question: Gloria Bistrita won 4-2 on aggregate and qualified for the first round of the Cup winners Cup . answer: Gloria <B-ORG> Bistrita <I-ORG> won 4-2 on aggregate and qualified for the first round of the Cup <B-MISC> winners <I-MISC> Cup <I-MISC> . question: The bank said there were concerns fiscal consolidation would unduly restrict growth , but evidence was ambiguous . answer:
The bank said there were concerns fiscal consolidation would unduly restrict growth , but evidence was ambiguous .
9
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. -------- Question: There will be no repeat of last year 's men 's final with eighth-ranked Andre Agassi landing in Sampras 's half of the draw . Answer: There will be no repeat of last year 's men 's final with eighth-ranked Andre <B-PER> Agassi <I-PER> landing in Sampras <B-PER> 's half of the draw . Question: Nancy 0 Paris St Germain 0 . Answer: Nancy <B-ORG> 0 Paris <B-ORG> St <I-ORG> Germain <I-ORG> 0 . Question: Shr C$ 0.12 C$ 0.15 Answer:
Shr C$ <B-MISC> 0.12 C$ <B-MISC> 0.15
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Let me give you an example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . The answer to this example can be: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Here is why: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. OK. solve this: DAKAR 1996-08-22 Answer:
DAKAR <B-LOC> 1996-08-22
8
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example input: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: 8 equal . A:
8 equal .
3
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [EX Q]: " The current account deficit of around two percent of GDP is a sustainable level of deficit given the expected real growth rate and the trends in imports and exports , " Rangarajan said in an address to business leaders in New Delhi . [EX A]: " The current account deficit of around two percent of GDP is a sustainable level of deficit given the expected real growth rate and the trends in imports and exports , " Rangarajan <B-PER> said in an address to business leaders in New <B-LOC> Delhi <I-LOC> . [EX Q]: Standings in the French first [EX A]: Standings in the French <B-MISC> first [EX Q]: " The United States reiterates its full commitment to the implementation " of the accords signed by the two countries in 1994 and 1995 , said the statement by spokesman Glyn Davies . [EX A]:
" The United <B-LOC> States <I-LOC> reiterates its full commitment to the implementation " of the accords signed by the two countries in 1994 and 1995 , said the statement by spokesman Glyn <B-PER> Davies <I-PER> .
6
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. out , M. Dowman 107 ) v Surrey . out , M. <B-PER> Dowman <I-PER> 107 ) v Surrey <B-ORG> . The landing took place after a rainstorm . The landing took place after a rainstorm . She was a nurse who had " rapidly progressing multple sclerosis . "
She was a nurse who had " rapidly progressing multple sclerosis . "
0
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Q: 3. Hever Golf Rose 11-4 ( Jason Weaver ) A: 3. Hever <B-PER> Golf <I-PER> Rose <I-PER> 11-4 ( Jason <B-PER> Weaver <I-PER> ) **** Q: American Olympic champion Gail Devers clocked a swift 10.84 seconds on her way to victory in the women 's 100 metres , the second fastest time of the season and 0.10 seconds faster than her winning time in Atlanta . A: American <B-MISC> Olympic <I-MISC> champion Gail <B-PER> Devers <I-PER> clocked a swift 10.84 seconds on her way to victory in the women 's 100 metres , the second fastest time of the season and 0.10 seconds faster than her winning time in Atlanta <B-LOC> . **** Q: 8. Pauline Konga ( Kenya ) 15:11.40 A:
8. Pauline <B-PER> Konga <I-PER> ( Kenya <B-LOC> ) 15:11.40 ****
4
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: Wijaya Indra ( Indonesia ) beat 5/8 - Pang Chen ( Malaysia ) 15-6
Solution: Wijaya <B-PER> Indra <I-PER> ( Indonesia <B-LOC> ) beat 5/8 - Pang <B-PER> Chen <I-PER> ( Malaysia <B-LOC> ) 15-6
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Madhusudan Munakarmi was arrested on Thursday after his neighbours informed police about the plight of 12-year old Dhiraj K.C. , who told police his employer used to tie him up with iron chains and locks concealed under his clothes . Madhusudan <B-PER> Munakarmi <I-PER> was arrested on Thursday after his neighbours informed police about the plight of 12-year old Dhiraj <B-PER> K.C. <I-PER> , who told police his employer used to tie him up with iron chains and locks concealed under his clothes . ISS says agreed sale of U.S. unit . ISS <B-ORG> says agreed sale of U.S. <B-LOC> unit . JERUSALEM 1996-08-22
JERUSALEM <B-LOC> 1996-08-22
0
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Madhusudan Munakarmi was arrested on Thursday after his neighbours informed police about the plight of 12-year old Dhiraj K.C. , who told police his employer used to tie him up with iron chains and locks concealed under his clothes . Madhusudan <B-PER> Munakarmi <I-PER> was arrested on Thursday after his neighbours informed police about the plight of 12-year old Dhiraj <B-PER> K.C. <I-PER> , who told police his employer used to tie him up with iron chains and locks concealed under his clothes . Detective Richard Black of the Chesapeake Police Department , said a neighbour , Curtis Lee White II , 19 , was arrested in the attack , but had not been charged by late morning on Friday . Detective Richard <B-PER> Black <I-PER> of the Chesapeake <B-ORG> Police <I-ORG> Department <I-ORG> , said a neighbour , Curtis <B-PER> Lee <I-PER> White <I-PER> II <I-PER> , 19 , was arrested in the attack , but had not been charged by late morning on Friday . The six-month trial was funded by the British Heart Foundation and Lichtwer Pharma GmbH , which makes Kwai brand garlic tablets .
The six-month trial was funded by the British <B-ORG> Heart <I-ORG> Foundation <I-ORG> and Lichtwer <B-ORG> Pharma <I-ORG> GmbH <I-ORG> , which makes Kwai <B-MISC> brand garlic tablets .
0
NIv2
task610_conllpp_ner
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. New input case for you: The American , who finished fourth at the Atlanta Games , was fast out of his blocks and held off Bailey 's late burst in the final 20 metres before heading off for a lap of celebration . Output:
The American <B-MISC> , who finished fourth at the Atlanta <B-MISC> Games <I-MISC> , was fast out of his blocks and held off Bailey <B-PER> 's late burst in the final 20 metres before heading off for a lap of celebration .
1
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: CRICKET - POLLOCK CONCLUDES WARWICKSHIRE CAREER WITH FLOURISH .
Solution: CRICKET - POLLOCK <B-PER> CONCLUDES WARWICKSHIRE <B-ORG> CAREER WITH FLOURISH .
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [Q]: " The current account deficit of around two percent of GDP is a sustainable level of deficit given the expected real growth rate and the trends in imports and exports , " Rangarajan said in an address to business leaders in New Delhi . [A]: " The current account deficit of around two percent of GDP is a sustainable level of deficit given the expected real growth rate and the trends in imports and exports , " Rangarajan <B-PER> said in an address to business leaders in New <B-LOC> Delhi <I-LOC> . [Q]: He did not give a specific time for the ceasefire but said the United States looked forward to " immediate implementation " . [A]: He did not give a specific time for the ceasefire but said the United <B-LOC> States <I-LOC> looked forward to " immediate implementation " . [Q]: Wijaya Indra ( Indonesia ) beat 5/8 - Pang Chen ( Malaysia ) 15-6 [A]:
Wijaya <B-PER> Indra <I-PER> ( Indonesia <B-LOC> ) beat 5/8 - Pang <B-PER> Chen <I-PER> ( Malaysia <B-LOC> ) 15-6
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example is below. Q: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . A: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Rationale: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: D. Cork c Moin Khan b Waqar Younis 0 A:
D. <B-PER> Cork <I-PER> c Moin <B-PER> Khan <I-PER> b Waqar <B-PER> Younis <I-PER> 0
9
NIv2
task610_conllpp_ner
fs_opt
Part 1. Definition In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Part 2. Example It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Answer: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Part 3. Exercise SEOUL 1996-08-25 Answer:
SEOUL <B-LOC> 1996-08-25
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. One example is below. Q: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . A: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Rationale: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Q: The rest of the side is made up mainly of Moslem Arabs . A:
The rest of the side is made up mainly of Moslem <B-MISC> Arabs <I-MISC> .
9
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [Q]: The local polls next month will be the first since 1987 in the state , clamped under direct rule from New Delhi since 1990 . [A]: The local polls next month will be the first since 1987 in the state , clamped under direct rule from New <B-LOC> Delhi <I-LOC> since 1990 . [Q]: SOCCER - AUSTRIA FIRST DIVISION RESULTS / STANDINGS . [A]: SOCCER - AUSTRIA <B-LOC> FIRST DIVISION RESULTS / STANDINGS . [Q]: government and NBH 9,510.9 10,056.4 [A]:
government and NBH <B-ORG> 9,510.9 10,056.4
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: Davenport had drawn one of the toughest first-round assignments of any of the seeded players in 17th-ranked Karina Habsudova of Slovakia .
Solution: Davenport <B-PER> had drawn one of the toughest first-round assignments of any of the seeded players in 17th-ranked Karina <B-PER> Habsudova <I-PER> of Slovakia <B-LOC> .
5
NIv2
task610_conllpp_ner
fs_opt
Teacher: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Teacher: Now, understand the problem? If you are still confused, see the following example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Reason: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this instance: The KDP said Thursday night it had repelled an attack by thousands of PUK fighters , killing , wounding or capturing about 400 opposing guerrillas . Student:
The KDP <B-ORG> said Thursday night it had repelled an attack by thousands of PUK <B-ORG> fighters , killing , wounding or capturing about 400 opposing guerrillas .
2
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. [Q]: RUGBY UNION - All Blacks relive triumph . [A]: RUGBY <B-ORG> UNION <I-ORG> - All <B-ORG> Blacks <I-ORG> relive triumph . [Q]: PRESS DIGEST - HK newspaper editorials - Aug 28 . [A]: PRESS DIGEST - HK <B-LOC> newspaper editorials - Aug 28 . [Q]: Hendrik Dreekman ( Germany ) vs. Greg Rusedski ( Britain ) [A]:
Hendrik <B-PER> Dreekman <I-PER> ( Germany <B-LOC> ) vs. Greg <B-PER> Rusedski <I-PER> ( Britain <B-LOC> )
5
NIv2
task610_conllpp_ner
fs_opt
Given the task definition, example input & output, solve the new input case. In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Output: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. New input case for you: SOCCER - FRENCH DEFENDER KOMBOUARE JOINS ABERDEEN . Output:
SOCCER - FRENCH <B-MISC> DEFENDER KOMBOUARE <B-PER> JOINS ABERDEEN <B-ORG> .
1
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Ex Input: Nigeria would not refuse Commonwealth officials . Ex Output: Nigeria <B-LOC> would not refuse Commonwealth <B-ORG> officials . Ex Input: 6. Dusan Kovacs ( Hungary ) 49.31 Ex Output: 6. Dusan <B-PER> Kovacs <I-PER> ( Hungary <B-LOC> ) 49.31 Ex Input: Fernandez ( 12-8 ) scattered six hits . Ex Output:
Fernandez <B-PER> ( 12-8 ) scattered six hits .
1
NIv2
task610_conllpp_ner
fs_opt
Teacher: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Teacher: Now, understand the problem? If you are still confused, see the following example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Reason: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Now, solve this instance: BASEBALL - SOSA HAS SURGERY , OUT UP TO SIX WEEKS . Student:
BASEBALL - SOSA <B-PER> HAS SURGERY , OUT UP TO SIX WEEKS .
2
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: It did not report any casualties .
Solution: It did not report any casualties .
5
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. -------- Question: ATHLETICS - MITCHELL UPSTAGES TRIO OF OLYMPIC SPRINT CHAMPIONS . Answer: ATHLETICS - MITCHELL <B-PER> UPSTAGES TRIO OF OLYMPIC <B-MISC> SPRINT CHAMPIONS . Question: 9 - Cedric Pioline ( France ) beat Gregory Carraz ( France ) 7-6 Answer: 9 - Cedric <B-PER> Pioline <I-PER> ( France <B-LOC> ) beat Gregory <B-PER> Carraz <I-PER> ( France <B-LOC> ) 7-6 Question: BASEBALL - SOSA HAS SURGERY , OUT UP TO SIX WEEKS . Answer:
BASEBALL - SOSA <B-PER> HAS SURGERY , OUT UP TO SIX WEEKS .
7
NIv2
task610_conllpp_ner
fs_opt
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. Example: It has manufacturing plants in San Diego ; Creedmoor , N.C. ; Hampshire , England ; and Tijuana , Mexico , and distributes its prodcuts in more than 120 countries . Example solution: It has manufacturing plants in San <B-LOC> Diego <I-LOC> ; Creedmoor <B-LOC> , N.C. <B-LOC> ; Hampshire <B-LOC> , England <B-LOC> ; and Tijuana <B-LOC> , Mexico <B-LOC> , and distributes its prodcuts in more than 120 countries . Example explanation: This is how the labeling should be. San Diego is the name of a location. In addition, it cannot be separated and is represented by two words. Therefore the labeling is San <B-LOC> Diego <I-LOC>. For the other locations mentioned in this sentence, they are single word locations and are represented with the label <B-LOC>. Problem: Fernandez ( 12-8 ) scattered six hits .
Solution: Fernandez <B-PER> ( 12-8 ) scattered six hits .
5
NIv2
task610_conllpp_ner
fs_opt
instruction: In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun phrase. The capital 'I' denotes all following words of the same noun phrase. If a word is not a part of a proper noun phrase, do not label it. question: Boskalis reported 1996 first-half net profit fell to 27.5 million guilders from a year-earlier 41.4 million . answer: Boskalis <B-ORG> reported 1996 first-half net profit fell to 27.5 million guilders from a year-earlier 41.4 million . question: The researchers said this would make their findings more accurate . answer: The researchers said this would make their findings more accurate . question: It did not report any casualties . answer:
It did not report any casualties .
9
NIv2
task610_conllpp_ner
fs_opt
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
6