Skip to content
Snippets Groups Projects
Commit a191f4d7 authored by Thomas Wolf's avatar Thomas Wolf
Browse files

- GLiNER evaluation for all datasets except pile, with results (which are...

- GLiNER evaluation for all datasets except pile, with results (which are invalid for figer because it currently only returns one annotated entity for each sentence)
- fixed test_datasets inaccurate number of sentences error due to recent changes regarding limiting numbers of outputted instances
parent 56ea896e
No related branches found
No related tags found
No related merge requests found
Showing
with 24010 additions and 805 deletions
......@@ -4,6 +4,7 @@ Evaluates GLiNER as SotA and plots results using reusable functions in plotter.
from src.metrics import NER_metrics, read_NER_metrics
# NER_metrics("GLiNER", "CoNLL", "results", test_instances=100)
read_NER_metrics("results")
for dataset in ["CoNLL", "FIGER-coarse", "FIGER-fine"]:
NER_metrics("GLiNER", dataset, f"results_{dataset}", test_instances=1000)
print(f"\nResults {dataset}:")
read_NER_metrics(f"results_{dataset}")
Instance,Dataset,Sentence,True Annotation,Predicted Annotation,Precision,Recall,F1 Score
0,CoNLL,CINCINNATI AT COLORADO,"[('CINCINNATI', 'organization'), ('COLORADO', 'location')]","[('CINCINNATI', 'location'), ('COLORADO', 'location')]",0.5,0.5,0.5
1,CoNLL,"Relations with Russia, which is our main partner, have great importance,"" Kuchma said.","[('Russia', 'location'), ('Kuchma', 'person')]","[('Russia', 'location'), ('Kuchma', 'person')]",1.0,1.0,1.0
2,CoNLL,"He added:"" If no one asked, I never opened my mouth.",[],"[('He', 'person'), ('I', 'person')]",0.0,0.0,0.0
3,CoNLL,"-- Steve Weizman, Copenhagen newsroom +45 33969650","[('Steve Weizman', 'person'), ('Copenhagen', 'location')]","[('Steve Weizman', 'person'), ('Copenhagen', 'location')]",1.0,1.0,1.0
4,CoNLL,70 71 74,[],[],1.0,1.0,1.0
5,CoNLL,Graafschap Doetinchem 3 RKC Waalwijk 2,"[('Graafschap Doetinchem', 'organization'), ('RKC Waalwijk', 'organization')]","[('Graafschap', 'location'), ('Doetinchem', 'location'), ('RKC Waalwijk', 'location')]",0.0,0.0,0.0
6,CoNLL,Nottingham Forest 1 Middlesbrough 1,"[('Nottingham Forest', 'organization'), ('Middlesbrough', 'organization')]","[('Nottingham Forest', 'organization'), ('Middlesbrough 1', 'location')]",0.5,0.5,0.5
7,CoNLL,"69 66, Jose Maria Canizares( Spain) 67 68, Paul Lawrie","[('Jose Maria Canizares', 'person'), ('Spain', 'location'), ('Paul Lawrie', 'person')]","[('Jose Maria Canizares', 'person'), ('Spain', 'location'), ('Paul Lawrie', 'person')]",1.0,1.0,1.0
8,CoNLL,"Hwa Kay plunges on rights issue, earnings.","[('Hwa Kay', 'person')]","[('Hwa Kay', 'person'), ('earnings', 'miscellaneous')]",0.5,1.0,0.6666666666666666
9,CoNLL,"But it was the bullish profit forecast for 1996/97 that took the spotlight in the market, with some analysts saying 20 percent may even be an understatement.",[],"[('market', 'location')]",0.0,0.0,0.0
10,CoNLL,"He is being asked for the source of his information and who gave him this confidential document,"" one colleague told Reuters.","[('Reuters', 'organization')]","[('He', 'person'), ('one colleague', 'person'), ('Reuters', 'organization')]",0.3333333333333333,1.0,0.5
11,CoNLL,"The committee consists of the chiefs of defence staff of each alliance country except Iceland, which has no armed forces.","[('Iceland', 'location')]","[('The committee', 'organization'), ('chiefs of defence staff', 'person'), ('Iceland', 'location')]",0.3333333333333333,1.0,0.5
12,CoNLL,"The Russian army commander in the region, General Vyacheslav Tikhomirov, arrived at the rebel-held village of Novye Atagi, some 20 km( 12 miles) south of the Chechen capital Grozny for discussions with rebel chief-of-staff Aslan Maskhadov.","[('Russian', 'miscellaneous'), ('Vyacheslav Tikhomirov', 'person'), ('Novye Atagi', 'location'), ('Chechen', 'miscellaneous'), ('Grozny', 'location'), ('Aslan Maskhadov', 'person')]","[('Russian army', 'organization'), ('General Vyacheslav Tikhomirov', 'person'), ('Novye Atagi', 'location'), ('Grozny', 'location'), ('Aslan Maskhadov', 'person')]",0.6,0.5,0.5454545454545454
13,CoNLL,""" The problem is they travel so much and are so busy that the ability to have any type of regimented routine workout does n't exist.",[],[],1.0,1.0,1.0
14,CoNLL,"He told Reuters the reason was his own front-page editorial, entitled"" A Chronic Mental Illness"" in which he attacks compliant Arab leaders for serving U.S. and Israeli interests.","[('Reuters', 'organization'), ('Arab', 'miscellaneous'), ('U.S.', 'location'), ('Israeli', 'miscellaneous')]","[('He', 'person'), ('Reuters', 'organization'), ('he', 'person'), ('U.S.', 'location')]",0.5,0.5,0.5
15,CoNLL,Sporting Sale 0 Meknes 1,"[('Sporting Sale', 'organization'), ('Meknes', 'organization')]","[('Meknes', 'location')]",0.0,0.0,0.0
16,CoNLL,In Bistrita: Gloria Bistrita( Romania) 2 Valletta( Malta) 1,"[('Bistrita', 'location'), ('Gloria Bistrita', 'organization'), ('Romania', 'location'), ('Valletta', 'location'), ('Malta', 'location')]","[('Bistrita', 'location'), ('Bistrita', 'location'), ('Romania', 'location'), ('Valletta', 'location'), ('Malta', 'location')]",1.0,0.8,0.888888888888889
17,CoNLL,6- MaliVai Washington( U.S.) beat Alex Corretja( Spain) 6-4,"[('MaliVai Washington', 'person'), ('U.S.', 'location'), ('Alex Corretja', 'person'), ('Spain', 'location')]","[('MaliVai Washington', 'location'), ('U.S.', 'location'), ('Alex Corretja', 'person'), ('Spain', 'location')]",0.75,0.75,0.75
18,CoNLL,Clinton made a triumphant Irish tour to back a Northern Ireland peace process but was forced to drop Ballybunion from a packed schedule at the last minute.,"[('Clinton', 'person'), ('Irish', 'miscellaneous'), ('Northern Ireland', 'location'), ('Ballybunion', 'organization')]","[('Clinton', 'person'), ('Northern Ireland', 'location'), ('Ballybunion', 'location')]",0.6666666666666666,0.5,0.5714285714285715
19,CoNLL,Essex 532-8,"[('Essex', 'organization')]","[('Essex', 'location')]",0.0,0.0,0.0
20,CoNLL,"Standings after games played on Friday( tabulate under won,",[],[],1.0,1.0,1.0
21,CoNLL,Rotherham 1 Blackpool 2,"[('Rotherham', 'organization'), ('Blackpool', 'organization')]","[('Rotherham', 'location'), ('Blackpool', 'location')]",0.0,0.0,0.0
22,CoNLL,-- Tokyo Commodities Desk( 81-3 3432 6179),"[('Tokyo Commodities Desk', 'organization')]","[('Tokyo Commodities Desk', 'organization'), ('81-3 3432 6179', 'location')]",0.5,1.0,0.6666666666666666
23,CoNLL,52) v Worcestershire.,"[('Worcestershire', 'organization')]","[('Worcestershire', 'location')]",0.0,0.0,0.0
24,CoNLL,He will leave on Thursday.,[],"[('He', 'person')]",0.0,0.0,0.0
25,CoNLL,Current prft 7 mln loss 371 mln,[],[],1.0,1.0,1.0
26,CoNLL,"Prodi will also meet President Suleyman Demirel and Foreign Minister Tansu Ciller, Akbel said.","[('Prodi', 'person'), ('Suleyman Demirel', 'person'), ('Tansu Ciller', 'person'), ('Akbel', 'person')]","[('Prodi', 'person'), ('President Suleyman Demirel', 'person'), ('Tansu Ciller', 'person'), ('Akbel', 'person')]",0.75,0.75,0.75
27,CoNLL,"Euro 96 star Vladimir Smicer of the Czech Republic scored at the last second for Lens, allowing them to retain the lead in the French soccer league on Wednesday.","[('Euro 96', 'miscellaneous'), ('Vladimir Smicer', 'person'), ('Czech Republic', 'location'), ('Lens', 'organization'), ('French', 'miscellaneous')]","[('Euro 96', 'organization'), ('Vladimir Smicer', 'person'), ('Czech Republic', 'location'), ('Lens', 'location'), ('French soccer league', 'organization')]",0.4,0.4,0.4000000000000001
28,CoNLL,"The former Soviet Union was displaced as contractor of the potentially rich Shabwa oilfields once it collapsed in December 1991, according to the International Petroleum Encyclopedia.","[('Soviet Union', 'location'), ('Shabwa', 'location'), ('International Petroleum Encyclopedia', 'miscellaneous')]","[('The former Soviet Union', 'organization'), ('Shabwa oilfields', 'location'), ('International Petroleum Encyclopedia', 'organization')]",0.0,0.0,0.0
29,CoNLL,"The Bosnian Serb cabinet, in a letter to the OSCE, said on Monday that any delay of local elections would be"" a direct and flagrant violation fo the Dayton agreement"".","[('Bosnian Serb', 'miscellaneous'), ('OSCE', 'organization'), ('Dayton', 'location')]","[('Bosnian Serb cabinet', 'organization'), ('OSCE', 'organization')]",0.5,0.3333333333333333,0.4
30,CoNLL,Pohang 3 Chonbuk 2( halftime 0-0),"[('Pohang', 'organization'), ('Chonbuk', 'organization')]","[('Pohang 3', 'location'), ('Chonbuk 2', 'location')]",0.0,0.0,0.0
31,CoNLL,Hibernian 0 Dunfermline 0,"[('Hibernian', 'organization'), ('Dunfermline', 'organization')]","[('Hibernian', 'organization'), ('Dunfermline', 'location')]",0.5,0.5,0.5
32,CoNLL,Croatia 's central bank again stayed out of the foreign exchange market.,"[('Croatia', 'location')]","[('Croatia', 'location'), ('central bank', 'organization')]",0.5,1.0,0.6666666666666666
33,CoNLL,CALL C 98.00 PCT 0.47 DEM 3.30 PCT 202.90 X,"[('DEM', 'miscellaneous')]","[('PCT', 'location'), ('PCT', 'location')]",0.0,0.0,0.0
34,CoNLL,5. Kenneth Eriksson( Sweden) Subaru Impreza 2:39,"[('Kenneth Eriksson', 'person'), ('Sweden', 'location'), ('Subaru Impreza', 'miscellaneous')]","[('Kenneth Eriksson', 'person'), ('Sweden', 'location'), ('Subaru', 'organization')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
35,CoNLL,Southern California Edison Co said it expected two 220 kilovolt( KV) power lines in southern California to resume service later today after being shut late Wednesday because of a wildfire raging north of Los Angeles.,"[('Southern California Edison Co', 'organization'), ('California', 'location'), ('Los Angeles', 'location')]","[('Southern California Edison Co', 'organization'), ('southern California', 'location'), ('Los Angeles', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
36,CoNLL,""" The message that we sent to( Syrian President Hafez al-) Assad is that Israel is ready at any time without preconditions to enter peace negotiations,"" Israeli Foreign Minister David Levy told Israel Radio in an interview.","[('Syrian', 'miscellaneous'), ('Hafez al-', 'person'), ('Assad', 'person'), ('Israel', 'location'), ('Israeli', 'miscellaneous'), ('David Levy', 'person'), ('Israel Radio', 'organization')]","[('Hafez al-) Assad', 'person'), ('Israel', 'location'), ('David Levy', 'person'), ('Israel', 'location')]",0.6666666666666666,0.2857142857142857,0.4
37,CoNLL,Suwon 1 3 0 7 3 6,"[('Suwon', 'organization')]","[('Suwon', 'location')]",0.0,0.0,0.0
38,CoNLL,- Opposition leader Nawaz Sharif renewed a pledge to oust the Pakistan People 's Party government headed by Prime Minister Benazir Bhutto.,"[('Nawaz Sharif', 'person'), (""Pakistan People 's Party"", 'organization'), ('Benazir Bhutto', 'person')]","[('Nawaz Sharif', 'person'), (""Pakistan People 's Party"", 'organization'), ('Benazir Bhutto', 'person')]",1.0,1.0,1.0
39,CoNLL,Mid-tier golds up in heavy trading.,[],[],1.0,1.0,1.0
40,CoNLL,"-- U.S. Municipal Desk, 212-859-1650","[('U.S. Municipal Desk', 'organization')]","[('U.S. Municipal Desk', 'location'), ('212-859-1650', 'location')]",0.0,0.0,0.0
41,CoNLL,U.S. Open officials managed to insult most of the male tennis players last week with their controversial handling of the seeding and draw.,"[('U.S. Open', 'miscellaneous')]","[('U.S. Open officials', 'organization'), ('male tennis players', 'person')]",0.0,0.0,0.0
42,CoNLL,Zurich 9 2 5 2 9 9 11,"[('Zurich', 'organization')]","[('Zurich', 'location')]",0.0,0.0,0.0
43,CoNLL,eight minutes one second,[],[],1.0,1.0,1.0
44,CoNLL,CRICKET- SRI LANKA AND AUSTRALIA SAY RELATIONS HAVE HEALED.,"[('SRI LANKA', 'location'), ('AUSTRALIA', 'location')]","[('CRICKET', 'organization'), ('SRI LANKA', 'location'), ('AUSTRALIA', 'location')]",0.6666666666666666,1.0,0.8
45,CoNLL,Halifax 21 9 1 11 603 552 19,"[('Halifax', 'organization')]","[('Halifax', 'location')]",0.0,0.0,0.0
46,CoNLL,BASEBALL- MAJOR LEAGUE STANDINGS AFTER WEDNESDAY 'S GAMES.,"[('MAJOR LEAGUE', 'miscellaneous')]","[('BASEBALL', 'organization')]",0.0,0.0,0.0
47,CoNLL,Brann 19 8 5 6 40 37 29,"[('Brann', 'organization')]","[('Brann', 'person')]",0.0,0.0,0.0
48,CoNLL,Analysts said sharply lower earnings from News Corp 's book publishing division and its U.S. magazines had been the major surprises in the results for 1995/96.,"[('News Corp', 'organization'), ('U.S.', 'location')]","[('Analysts', 'person'), ('News Corp', 'organization'), ('U.S.', 'location')]",0.6666666666666666,1.0,0.8
49,CoNLL,Aegon 83.40 Paribas,"[('Aegon', 'organization'), ('Paribas', 'organization')]","[('Aegon', 'organization'), ('Paribas', 'organization')]",1.0,1.0,1.0
50,CoNLL,Gencor Ltd on Monday said it had swelled its year attributable profit and streamlined operations to strengthen it for the current financial year despite a variety of divisional setbacks.,"[('Gencor Ltd', 'organization')]","[('Gencor Ltd', 'organization')]",1.0,1.0,1.0
51,CoNLL,"Mia, a father of five children, had a restaurant business in a London suburb.","[('Mia', 'person'), ('London', 'location')]","[('Mia', 'person'), ('restaurant business', 'organization'), ('London suburb', 'location')]",0.3333333333333333,0.5,0.4
52,CoNLL,Rugby league-Australian rugby league results.,"[('league-Australian', 'miscellaneous')]","[('rugby league', 'organization')]",0.0,0.0,0.0
53,CoNLL,GACETA DE LOS NEGOCIOS,"[('GACETA DE LOS NEGOCIOS', 'organization')]","[('GACETA DE LOS NEGOCIOS', 'organization')]",1.0,1.0,1.0
54,CoNLL,"All three clocked the same time of five hours 51 minutes, 52 seconds.",[],[],1.0,1.0,1.0
55,CoNLL,"Prime Minister Benjamin Netanyahu 's government, which took office in June, has said it will not allow the Authority, set up under a 1993 interim peace deal to control parts of the Gaza Strip and West Bank, to operate in Jerusalem.","[('Benjamin Netanyahu', 'person'), ('Authority', 'organization'), ('Gaza Strip', 'location'), ('West Bank', 'location'), ('Jerusalem', 'location')]","[('Benjamin Netanyahu', 'person'), ('Authority', 'organization'), ('Gaza Strip', 'location'), ('West Bank', 'location'), ('Jerusalem', 'location')]",1.0,1.0,1.0
56,CoNLL,"Now, 60 days later, he had a chance to talk about it again.",[],"[('he', 'person')]",0.0,0.0,0.0
57,CoNLL,"SALANG TUNNEL, Afghanistan 1996-08-29","[('SALANG', 'location'), ('Afghanistan', 'location')]","[('SALANG TUNNEL', 'location')]",0.0,0.0,0.0
58,CoNLL,Stefan Edberg( Sweden) vs. 5- Richard Krajicek( Netherlands),"[('Stefan Edberg', 'person'), ('Sweden', 'location'), ('Richard Krajicek', 'person'), ('Netherlands', 'location')]","[('Stefan Edberg', 'person'), ('Sweden', 'location'), ('Richard Krajicek', 'person'), ('Netherlands', 'location')]",1.0,1.0,1.0
59,CoNLL,"Gold miner Newcrest Mining Ltd said on Wednesday it posted a A$ 4.3 million profit after tax in the final quarter of the year to June 30, 1996.","[('Newcrest Mining Ltd', 'organization'), ('A$', 'miscellaneous')]","[('Newcrest Mining Ltd', 'organization')]",1.0,0.5,0.6666666666666666
60,CoNLL,He said liquidity would be the main concern for the next few days.,[],"[('He', 'person')]",0.0,0.0,0.0
61,CoNLL,5. Wim Omloop( Belgium) Collstrop same time,"[('Wim Omloop', 'person'), ('Belgium', 'location'), ('Collstrop', 'organization')]","[('Wim Omloop', 'person'), ('Belgium', 'location'), ('Collstrop', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
62,CoNLL,JOHANNESBURG 1996-08-23,"[('JOHANNESBURG', 'location')]","[('JOHANNESBURG', 'location')]",1.0,1.0,1.0
63,CoNLL,"Collective farms and Ukraine 's nascent private farming sector have no money for fertiliser, no money for herbicides and pesticides, no money to repair old or buy new machinery, no money for fuel, and none to buy good seed.","[('Ukraine', 'location')]","[('Collective farms', 'organization'), ('Ukraine', 'location'), ('no money for fuel', 'miscellaneous')]",0.3333333333333333,1.0,0.5
64,CoNLL,"The boat had been missing since Monday afternoon when it left the tiny island of Gorgona off Colombia 's southwest coast with sightseers for a return trip to Narino province, near the border with Ecuador.","[('Gorgona', 'location'), ('Colombia', 'location'), ('Narino', 'location'), ('Ecuador', 'location')]","[('Gorgona', 'location'), ('Colombia', 'location'), ('southwest coast', 'location'), ('Narino province', 'location')]",0.5,0.5,0.5
65,CoNLL,BRATISLAVA 1996-08-27,"[('BRATISLAVA', 'location')]","[('BRATISLAVA', 'location')]",1.0,1.0,1.0
66,CoNLL,MOTORCYCLING- WORLD SUPERBIKE CHAMPIONSHIP RESULTS.,[],"[('MOTORCYCLING', 'organization')]",0.0,0.0,0.0
67,CoNLL,"Puglisi was shot as she knelt praying by the tomb of her young husband, who was himself killed last year in a Mafia ambush.","[('Puglisi', 'person')]","[('Puglisi', 'person'), ('tomb', 'location'), ('Mafia', 'organization')]",0.3333333333333333,1.0,0.5
68,CoNLL,"Partizan( Yugoslavia), Alba( Germany), Dinamo( Russia) and Benetton( Italy) are also taking part in the event which continues until Saturday.","[('Partizan', 'organization'), ('Yugoslavia', 'location'), ('Alba', 'organization'), ('Germany', 'location'), ('Dinamo', 'organization'), ('Russia', 'location'), ('Benetton', 'organization'), ('Italy', 'location')]","[('Partizan', 'organization'), ('Yugoslavia', 'location'), ('Alba', 'organization'), ('Germany', 'location'), ('Dinamo', 'organization'), ('Russia', 'location'), ('Benetton', 'organization'), ('Italy', 'location')]",1.0,1.0,1.0
69,CoNLL,6. Peter Pieters- Tomas Post( Netherlands) 14,"[('Peter Pieters', 'person'), ('Tomas Post', 'person'), ('Netherlands', 'location')]","[('Peter Pieters', 'person'), ('Tomas Post', 'organization'), ('Netherlands', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
70,CoNLL,"Responsibility is percolating downwards.""",[],[],1.0,1.0,1.0
71,CoNLL,"Mother Teresa 's condition improved on Sunday as her fever abated, and on Monday she was able to scribble notes to doctors and nuns.","[('Mother Teresa', 'person')]","[('Mother Teresa', 'person'), ('nuns', 'organization')]",0.5,1.0,0.6666666666666666
72,CoNLL,These shares are subject to post-closing adjustments.,[],[],1.0,1.0,1.0
73,CoNLL,"In the primary market, Eksportfinans and Suedwest LB launched issues for 100 million and 300 million Swiss francs, respectively.","[('Eksportfinans', 'organization'), ('Suedwest LB', 'organization'), ('Swiss', 'miscellaneous')]","[('Eksportfinans', 'organization'), ('Suedwest LB', 'organization')]",1.0,0.6666666666666666,0.8
74,CoNLL,He held one match point at 9-8 in a marathon third-set tie break but was beaten 5-7 7-6( 7-1) 7-6( 13-11) by unseeded Daniel Vacek of the Czech Republic.,"[('Daniel Vacek', 'person'), ('Czech Republic', 'location')]","[('Daniel Vacek', 'person'), ('Czech Republic', 'location')]",1.0,1.0,1.0
75,CoNLL,Baltimore Orioles manager Davey Johnson will miss Thursday night 's game against the Seattle Mariners after being admitted to a hospital with an irregular heartbeat.,"[('Baltimore Orioles', 'organization'), ('Davey Johnson', 'person'), ('Seattle Mariners', 'organization')]","[('Baltimore Orioles', 'organization'), ('Davey Johnson', 'person'), ('Seattle Mariners', 'organization'), ('hospital', 'location')]",0.75,1.0,0.8571428571428571
76,CoNLL,COLOMBO 1996-08-28,"[('COLOMBO', 'location')]","[('COLOMBO', 'location')]",1.0,1.0,1.0
77,CoNLL,"PRETORIA, South Africa 1996-08-24","[('PRETORIA', 'location'), ('South Africa', 'location')]","[('PRETORIA', 'location'), ('South Africa', 'location')]",1.0,1.0,1.0
78,CoNLL,Graafschap Doetinchem 3 1 1 1 5 5 4,"[('Graafschap Doetinchem', 'organization')]","[('Graafschap', 'location'), ('Doetinchem', 'location')]",0.0,0.0,0.0
79,CoNLL,12. Martin Brundle( Britain) Jordan 34,"[('Martin Brundle', 'person'), ('Britain', 'location'), ('Jordan', 'organization')]","[('Martin Brundle', 'person'), ('Britain', 'location'), ('Jordan', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
80,CoNLL,"By Wednesday, the whereabouts of the eight hostages was still not known, the sources said.",[],"[('eight hostages', 'person'), ('sources', 'organization')]",0.0,0.0,0.0
81,CoNLL,the third round of the British Masters on Friday:,"[('British Masters', 'miscellaneous')]","[('British Masters', 'organization')]",0.0,0.0,0.0
82,CoNLL,Haitai 62 2 40 .606-,"[('Haitai', 'organization')]","[('Haitai 62 2 40', 'location')]",0.0,0.0,0.0
83,CoNLL,"Named"" Nirmal Hriday""( Tender Heart), it was the first of a chain of 150 homes for dying, destitute people, admitting nearly 18,000 a year.","[('Nirmal Hriday', 'location'), ('Tender Heart', 'location')]","[('Nirmal Hriday', 'person'), ('Tender Heart', 'organization')]",0.0,0.0,0.0
84,CoNLL,""" Not everything has gone well.",[],[],1.0,1.0,1.0
85,CoNLL,behind,[],[],1.0,1.0,1.0
86,CoNLL,BOGOTA 1996-08-26,"[('BOGOTA', 'location')]","[('BOGOTA', 'location')]",1.0,1.0,1.0
87,CoNLL,"Women 's singles, second round",[],"[('Women', 'organization')]",0.0,0.0,0.0
88,CoNLL,"Looking at market prospects, he said:"" I think our best judgment at this stage is that it will probably bumble along in the rather mixed way it 's been in the first half.""",[],"[('he', 'person'), ('I', 'person'), ('it', 'organization'), ('it', 'organization')]",0.0,0.0,0.0
89,CoNLL,"There have only been a few skirmishes in Guerrero in which a handful of police, soldiers and civilians have been killed or injured.","[('Guerrero', 'location')]","[('Guerrero', 'location'), ('police', 'organization'), ('soldiers', 'person'), ('civilians', 'person')]",0.25,1.0,0.4
90,CoNLL,Tenacity 70 24/08 Mideast/ South Korea W145 Samsung.,"[('Tenacity', 'organization'), ('Mideast', 'location'), ('South Korea', 'location'), ('Samsung', 'organization')]","[('Tenacity 70', 'location'), ('Mideast', 'location'), ('South Korea', 'location'), ('W145', 'location'), ('Samsung', 'organization')]",0.6,0.75,0.6666666666666665
91,CoNLL,JERUSALEM POST,"[('JERUSALEM POST', 'organization')]","[('JERUSALEM POST', 'organization')]",1.0,1.0,1.0
92,CoNLL,"The players relived the moves and tries, the tackles and what might have been as the emotions of victory continued.",[],"[('The players', 'organization')]",0.0,0.0,0.0
93,CoNLL,TENNIS- RESULTS AT TOSHIBA CLASSIC.,"[('TOSHIBA CLASSIC', 'miscellaneous')]","[('TOSHIBA CLASSIC', 'location')]",0.0,0.0,0.0
94,CoNLL,"Chile 's ENAP buys Oriente, Escravos crude for Oct.","[('Chile', 'location'), ('ENAP', 'organization'), ('Oriente', 'organization'), ('Escravos', 'organization')]","[('Chile', 'location'), ('ENAP', 'organization'), ('Oriente', 'location'), ('Escravos', 'location')]",0.5,0.5,0.5
95,CoNLL,""" We will then proceed with the annexation of Sardinia, Corsica and Cyprus,"" Cimicchi told reporters on Saturday.","[('Sardinia', 'location'), ('Corsica', 'location'), ('Cyprus', 'location'), ('Cimicchi', 'person')]","[('Sardinia', 'location'), ('Corsica', 'location'), ('Cyprus', 'location'), ('Cimicchi', 'person')]",1.0,1.0,1.0
96,CoNLL,""" These( African) brothers should have been the first to bind the wounds of Burundi,"" Terence said of the economic embargo.""","[('African', 'miscellaneous'), ('Burundi', 'location'), ('Terence', 'person')]","[('These( African) brothers', 'organization'), ('Burundi', 'location'), ('Terence', 'person')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
97,CoNLL,"-- Sofia Newsroom,( ++359-2) 981 8569","[('Sofia Newsroom', 'organization')]","[('Sofia Newsroom', 'organization')]",1.0,1.0,1.0
98,CoNLL,first division soccer matches:,[],[],1.0,1.0,1.0
99,CoNLL,Suwon 0 2 0 3 3 2,"[('Suwon', 'organization')]","[('Suwon', 'location')]",0.0,0.0,0.0
Instance 0:
Sentence: CINCINNATI AT COLORADO
True Annotation: [('CINCINNATI', 'organization'), ('COLORADO', 'location')]
Predicted Annotation: [('CINCINNATI', 'location'), ('COLORADO', 'location')]
Precision: 0.5; Recall: 0.5; F1-score: 0.5
--------------------------------------------------
Instance 1:
Sentence: Relations with Russia, which is our main partner, have great importance," Kuchma said.
True Annotation: [('Russia', 'location'), ('Kuchma', 'person')]
Predicted Annotation: [('Russia', 'location'), ('Kuchma', 'person')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 2:
Sentence: He added:" If no one asked, I never opened my mouth.
True Annotation: []
Predicted Annotation: [('He', 'person'), ('I', 'person')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 3:
Sentence: -- Steve Weizman, Copenhagen newsroom +45 33969650
True Annotation: [('Steve Weizman', 'person'), ('Copenhagen', 'location')]
Predicted Annotation: [('Steve Weizman', 'person'), ('Copenhagen', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 4:
Sentence: 70 71 74
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 5:
Sentence: Graafschap Doetinchem 3 RKC Waalwijk 2
True Annotation: [('Graafschap Doetinchem', 'organization'), ('RKC Waalwijk', 'organization')]
Predicted Annotation: [('Graafschap', 'location'), ('Doetinchem', 'location'), ('RKC Waalwijk', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 6:
Sentence: Nottingham Forest 1 Middlesbrough 1
True Annotation: [('Nottingham Forest', 'organization'), ('Middlesbrough', 'organization')]
Predicted Annotation: [('Nottingham Forest', 'organization'), ('Middlesbrough 1', 'location')]
Precision: 0.5; Recall: 0.5; F1-score: 0.5
--------------------------------------------------
Instance 7:
Sentence: 69 66, Jose Maria Canizares( Spain) 67 68, Paul Lawrie
True Annotation: [('Jose Maria Canizares', 'person'), ('Spain', 'location'), ('Paul Lawrie', 'person')]
Predicted Annotation: [('Jose Maria Canizares', 'person'), ('Spain', 'location'), ('Paul Lawrie', 'person')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 8:
Sentence: Hwa Kay plunges on rights issue, earnings.
True Annotation: [('Hwa Kay', 'person')]
Predicted Annotation: [('Hwa Kay', 'person'), ('earnings', 'miscellaneous')]
Precision: 0.5; Recall: 1.0; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 9:
Sentence: But it was the bullish profit forecast for 1996/97 that took the spotlight in the market, with some analysts saying 20 percent may even be an understatement.
True Annotation: []
Predicted Annotation: [('market', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 10:
Sentence: He is being asked for the source of his information and who gave him this confidential document," one colleague told Reuters.
True Annotation: [('Reuters', 'organization')]
Predicted Annotation: [('He', 'person'), ('one colleague', 'person'), ('Reuters', 'organization')]
Precision: 0.3333333333333333; Recall: 1.0; F1-score: 0.5
--------------------------------------------------
Instance 11:
Sentence: The committee consists of the chiefs of defence staff of each alliance country except Iceland, which has no armed forces.
True Annotation: [('Iceland', 'location')]
Predicted Annotation: [('The committee', 'organization'), ('chiefs of defence staff', 'person'), ('Iceland', 'location')]
Precision: 0.3333333333333333; Recall: 1.0; F1-score: 0.5
--------------------------------------------------
Instance 12:
Sentence: The Russian army commander in the region, General Vyacheslav Tikhomirov, arrived at the rebel-held village of Novye Atagi, some 20 km( 12 miles) south of the Chechen capital Grozny for discussions with rebel chief-of-staff Aslan Maskhadov.
True Annotation: [('Russian', 'miscellaneous'), ('Vyacheslav Tikhomirov', 'person'), ('Novye Atagi', 'location'), ('Chechen', 'miscellaneous'), ('Grozny', 'location'), ('Aslan Maskhadov', 'person')]
Predicted Annotation: [('Russian army', 'organization'), ('General Vyacheslav Tikhomirov', 'person'), ('Novye Atagi', 'location'), ('Grozny', 'location'), ('Aslan Maskhadov', 'person')]
Precision: 0.6; Recall: 0.5; F1-score: 0.5454545454545454
--------------------------------------------------
Instance 13:
Sentence: " The problem is they travel so much and are so busy that the ability to have any type of regimented routine workout does n't exist.
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 14:
Sentence: He told Reuters the reason was his own front-page editorial, entitled" A Chronic Mental Illness" in which he attacks compliant Arab leaders for serving U.S. and Israeli interests.
True Annotation: [('Reuters', 'organization'), ('Arab', 'miscellaneous'), ('U.S.', 'location'), ('Israeli', 'miscellaneous')]
Predicted Annotation: [('He', 'person'), ('Reuters', 'organization'), ('he', 'person'), ('U.S.', 'location')]
Precision: 0.5; Recall: 0.5; F1-score: 0.5
--------------------------------------------------
Instance 15:
Sentence: Sporting Sale 0 Meknes 1
True Annotation: [('Sporting Sale', 'organization'), ('Meknes', 'organization')]
Predicted Annotation: [('Meknes', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 16:
Sentence: In Bistrita: Gloria Bistrita( Romania) 2 Valletta( Malta) 1
True Annotation: [('Bistrita', 'location'), ('Gloria Bistrita', 'organization'), ('Romania', 'location'), ('Valletta', 'location'), ('Malta', 'location')]
Predicted Annotation: [('Bistrita', 'location'), ('Bistrita', 'location'), ('Romania', 'location'), ('Valletta', 'location'), ('Malta', 'location')]
Precision: 1.0; Recall: 0.8; F1-score: 0.888888888888889
--------------------------------------------------
Instance 17:
Sentence: 6- MaliVai Washington( U.S.) beat Alex Corretja( Spain) 6-4
True Annotation: [('MaliVai Washington', 'person'), ('U.S.', 'location'), ('Alex Corretja', 'person'), ('Spain', 'location')]
Predicted Annotation: [('MaliVai Washington', 'location'), ('U.S.', 'location'), ('Alex Corretja', 'person'), ('Spain', 'location')]
Precision: 0.75; Recall: 0.75; F1-score: 0.75
--------------------------------------------------
Instance 18:
Sentence: Clinton made a triumphant Irish tour to back a Northern Ireland peace process but was forced to drop Ballybunion from a packed schedule at the last minute.
True Annotation: [('Clinton', 'person'), ('Irish', 'miscellaneous'), ('Northern Ireland', 'location'), ('Ballybunion', 'organization')]
Predicted Annotation: [('Clinton', 'person'), ('Northern Ireland', 'location'), ('Ballybunion', 'location')]
Precision: 0.6666666666666666; Recall: 0.5; F1-score: 0.5714285714285715
--------------------------------------------------
Instance 19:
Sentence: Essex 532-8
True Annotation: [('Essex', 'organization')]
Predicted Annotation: [('Essex', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 20:
Sentence: Standings after games played on Friday( tabulate under won,
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 21:
Sentence: Rotherham 1 Blackpool 2
True Annotation: [('Rotherham', 'organization'), ('Blackpool', 'organization')]
Predicted Annotation: [('Rotherham', 'location'), ('Blackpool', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 22:
Sentence: -- Tokyo Commodities Desk( 81-3 3432 6179)
True Annotation: [('Tokyo Commodities Desk', 'organization')]
Predicted Annotation: [('Tokyo Commodities Desk', 'organization'), ('81-3 3432 6179', 'location')]
Precision: 0.5; Recall: 1.0; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 23:
Sentence: 52) v Worcestershire.
True Annotation: [('Worcestershire', 'organization')]
Predicted Annotation: [('Worcestershire', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 24:
Sentence: He will leave on Thursday.
True Annotation: []
Predicted Annotation: [('He', 'person')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 25:
Sentence: Current prft 7 mln loss 371 mln
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 26:
Sentence: Prodi will also meet President Suleyman Demirel and Foreign Minister Tansu Ciller, Akbel said.
True Annotation: [('Prodi', 'person'), ('Suleyman Demirel', 'person'), ('Tansu Ciller', 'person'), ('Akbel', 'person')]
Predicted Annotation: [('Prodi', 'person'), ('President Suleyman Demirel', 'person'), ('Tansu Ciller', 'person'), ('Akbel', 'person')]
Precision: 0.75; Recall: 0.75; F1-score: 0.75
--------------------------------------------------
Instance 27:
Sentence: Euro 96 star Vladimir Smicer of the Czech Republic scored at the last second for Lens, allowing them to retain the lead in the French soccer league on Wednesday.
True Annotation: [('Euro 96', 'miscellaneous'), ('Vladimir Smicer', 'person'), ('Czech Republic', 'location'), ('Lens', 'organization'), ('French', 'miscellaneous')]
Predicted Annotation: [('Euro 96', 'organization'), ('Vladimir Smicer', 'person'), ('Czech Republic', 'location'), ('Lens', 'location'), ('French soccer league', 'organization')]
Precision: 0.4; Recall: 0.4; F1-score: 0.4000000000000001
--------------------------------------------------
Instance 28:
Sentence: The former Soviet Union was displaced as contractor of the potentially rich Shabwa oilfields once it collapsed in December 1991, according to the International Petroleum Encyclopedia.
True Annotation: [('Soviet Union', 'location'), ('Shabwa', 'location'), ('International Petroleum Encyclopedia', 'miscellaneous')]
Predicted Annotation: [('The former Soviet Union', 'organization'), ('Shabwa oilfields', 'location'), ('International Petroleum Encyclopedia', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 29:
Sentence: The Bosnian Serb cabinet, in a letter to the OSCE, said on Monday that any delay of local elections would be" a direct and flagrant violation fo the Dayton agreement".
True Annotation: [('Bosnian Serb', 'miscellaneous'), ('OSCE', 'organization'), ('Dayton', 'location')]
Predicted Annotation: [('Bosnian Serb cabinet', 'organization'), ('OSCE', 'organization')]
Precision: 0.5; Recall: 0.3333333333333333; F1-score: 0.4
--------------------------------------------------
Instance 30:
Sentence: Pohang 3 Chonbuk 2( halftime 0-0)
True Annotation: [('Pohang', 'organization'), ('Chonbuk', 'organization')]
Predicted Annotation: [('Pohang 3', 'location'), ('Chonbuk 2', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 31:
Sentence: Hibernian 0 Dunfermline 0
True Annotation: [('Hibernian', 'organization'), ('Dunfermline', 'organization')]
Predicted Annotation: [('Hibernian', 'organization'), ('Dunfermline', 'location')]
Precision: 0.5; Recall: 0.5; F1-score: 0.5
--------------------------------------------------
Instance 32:
Sentence: Croatia 's central bank again stayed out of the foreign exchange market.
True Annotation: [('Croatia', 'location')]
Predicted Annotation: [('Croatia', 'location'), ('central bank', 'organization')]
Precision: 0.5; Recall: 1.0; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 33:
Sentence: CALL C 98.00 PCT 0.47 DEM 3.30 PCT 202.90 X
True Annotation: [('DEM', 'miscellaneous')]
Predicted Annotation: [('PCT', 'location'), ('PCT', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 34:
Sentence: 5. Kenneth Eriksson( Sweden) Subaru Impreza 2:39
True Annotation: [('Kenneth Eriksson', 'person'), ('Sweden', 'location'), ('Subaru Impreza', 'miscellaneous')]
Predicted Annotation: [('Kenneth Eriksson', 'person'), ('Sweden', 'location'), ('Subaru', 'organization')]
Precision: 0.6666666666666666; Recall: 0.6666666666666666; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 35:
Sentence: Southern California Edison Co said it expected two 220 kilovolt( KV) power lines in southern California to resume service later today after being shut late Wednesday because of a wildfire raging north of Los Angeles.
True Annotation: [('Southern California Edison Co', 'organization'), ('California', 'location'), ('Los Angeles', 'location')]
Predicted Annotation: [('Southern California Edison Co', 'organization'), ('southern California', 'location'), ('Los Angeles', 'location')]
Precision: 0.6666666666666666; Recall: 0.6666666666666666; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 36:
Sentence: " The message that we sent to( Syrian President Hafez al-) Assad is that Israel is ready at any time without preconditions to enter peace negotiations," Israeli Foreign Minister David Levy told Israel Radio in an interview.
True Annotation: [('Syrian', 'miscellaneous'), ('Hafez al-', 'person'), ('Assad', 'person'), ('Israel', 'location'), ('Israeli', 'miscellaneous'), ('David Levy', 'person'), ('Israel Radio', 'organization')]
Predicted Annotation: [('Hafez al-) Assad', 'person'), ('Israel', 'location'), ('David Levy', 'person'), ('Israel', 'location')]
Precision: 0.6666666666666666; Recall: 0.2857142857142857; F1-score: 0.4
--------------------------------------------------
Instance 37:
Sentence: Suwon 1 3 0 7 3 6
True Annotation: [('Suwon', 'organization')]
Predicted Annotation: [('Suwon', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 38:
Sentence: - Opposition leader Nawaz Sharif renewed a pledge to oust the Pakistan People 's Party government headed by Prime Minister Benazir Bhutto.
True Annotation: [('Nawaz Sharif', 'person'), ("Pakistan People 's Party", 'organization'), ('Benazir Bhutto', 'person')]
Predicted Annotation: [('Nawaz Sharif', 'person'), ("Pakistan People 's Party", 'organization'), ('Benazir Bhutto', 'person')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 39:
Sentence: Mid-tier golds up in heavy trading.
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 40:
Sentence: -- U.S. Municipal Desk, 212-859-1650
True Annotation: [('U.S. Municipal Desk', 'organization')]
Predicted Annotation: [('U.S. Municipal Desk', 'location'), ('212-859-1650', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 41:
Sentence: U.S. Open officials managed to insult most of the male tennis players last week with their controversial handling of the seeding and draw.
True Annotation: [('U.S. Open', 'miscellaneous')]
Predicted Annotation: [('U.S. Open officials', 'organization'), ('male tennis players', 'person')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 42:
Sentence: Zurich 9 2 5 2 9 9 11
True Annotation: [('Zurich', 'organization')]
Predicted Annotation: [('Zurich', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 43:
Sentence: eight minutes one second
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 44:
Sentence: CRICKET- SRI LANKA AND AUSTRALIA SAY RELATIONS HAVE HEALED.
True Annotation: [('SRI LANKA', 'location'), ('AUSTRALIA', 'location')]
Predicted Annotation: [('CRICKET', 'organization'), ('SRI LANKA', 'location'), ('AUSTRALIA', 'location')]
Precision: 0.6666666666666666; Recall: 1.0; F1-score: 0.8
--------------------------------------------------
Instance 45:
Sentence: Halifax 21 9 1 11 603 552 19
True Annotation: [('Halifax', 'organization')]
Predicted Annotation: [('Halifax', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 46:
Sentence: BASEBALL- MAJOR LEAGUE STANDINGS AFTER WEDNESDAY 'S GAMES.
True Annotation: [('MAJOR LEAGUE', 'miscellaneous')]
Predicted Annotation: [('BASEBALL', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 47:
Sentence: Brann 19 8 5 6 40 37 29
True Annotation: [('Brann', 'organization')]
Predicted Annotation: [('Brann', 'person')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 48:
Sentence: Analysts said sharply lower earnings from News Corp 's book publishing division and its U.S. magazines had been the major surprises in the results for 1995/96.
True Annotation: [('News Corp', 'organization'), ('U.S.', 'location')]
Predicted Annotation: [('Analysts', 'person'), ('News Corp', 'organization'), ('U.S.', 'location')]
Precision: 0.6666666666666666; Recall: 1.0; F1-score: 0.8
--------------------------------------------------
Instance 49:
Sentence: Aegon 83.40 Paribas
True Annotation: [('Aegon', 'organization'), ('Paribas', 'organization')]
Predicted Annotation: [('Aegon', 'organization'), ('Paribas', 'organization')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 50:
Sentence: Gencor Ltd on Monday said it had swelled its year attributable profit and streamlined operations to strengthen it for the current financial year despite a variety of divisional setbacks.
True Annotation: [('Gencor Ltd', 'organization')]
Predicted Annotation: [('Gencor Ltd', 'organization')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 51:
Sentence: Mia, a father of five children, had a restaurant business in a London suburb.
True Annotation: [('Mia', 'person'), ('London', 'location')]
Predicted Annotation: [('Mia', 'person'), ('restaurant business', 'organization'), ('London suburb', 'location')]
Precision: 0.3333333333333333; Recall: 0.5; F1-score: 0.4
--------------------------------------------------
Instance 52:
Sentence: Rugby league-Australian rugby league results.
True Annotation: [('league-Australian', 'miscellaneous')]
Predicted Annotation: [('rugby league', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 53:
Sentence: GACETA DE LOS NEGOCIOS
True Annotation: [('GACETA DE LOS NEGOCIOS', 'organization')]
Predicted Annotation: [('GACETA DE LOS NEGOCIOS', 'organization')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 54:
Sentence: All three clocked the same time of five hours 51 minutes, 52 seconds.
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 55:
Sentence: Prime Minister Benjamin Netanyahu 's government, which took office in June, has said it will not allow the Authority, set up under a 1993 interim peace deal to control parts of the Gaza Strip and West Bank, to operate in Jerusalem.
True Annotation: [('Benjamin Netanyahu', 'person'), ('Authority', 'organization'), ('Gaza Strip', 'location'), ('West Bank', 'location'), ('Jerusalem', 'location')]
Predicted Annotation: [('Benjamin Netanyahu', 'person'), ('Authority', 'organization'), ('Gaza Strip', 'location'), ('West Bank', 'location'), ('Jerusalem', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 56:
Sentence: Now, 60 days later, he had a chance to talk about it again.
True Annotation: []
Predicted Annotation: [('he', 'person')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 57:
Sentence: SALANG TUNNEL, Afghanistan 1996-08-29
True Annotation: [('SALANG', 'location'), ('Afghanistan', 'location')]
Predicted Annotation: [('SALANG TUNNEL', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 58:
Sentence: Stefan Edberg( Sweden) vs. 5- Richard Krajicek( Netherlands)
True Annotation: [('Stefan Edberg', 'person'), ('Sweden', 'location'), ('Richard Krajicek', 'person'), ('Netherlands', 'location')]
Predicted Annotation: [('Stefan Edberg', 'person'), ('Sweden', 'location'), ('Richard Krajicek', 'person'), ('Netherlands', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 59:
Sentence: Gold miner Newcrest Mining Ltd said on Wednesday it posted a A$ 4.3 million profit after tax in the final quarter of the year to June 30, 1996.
True Annotation: [('Newcrest Mining Ltd', 'organization'), ('A$', 'miscellaneous')]
Predicted Annotation: [('Newcrest Mining Ltd', 'organization')]
Precision: 1.0; Recall: 0.5; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 60:
Sentence: He said liquidity would be the main concern for the next few days.
True Annotation: []
Predicted Annotation: [('He', 'person')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 61:
Sentence: 5. Wim Omloop( Belgium) Collstrop same time
True Annotation: [('Wim Omloop', 'person'), ('Belgium', 'location'), ('Collstrop', 'organization')]
Predicted Annotation: [('Wim Omloop', 'person'), ('Belgium', 'location'), ('Collstrop', 'location')]
Precision: 0.6666666666666666; Recall: 0.6666666666666666; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 62:
Sentence: JOHANNESBURG 1996-08-23
True Annotation: [('JOHANNESBURG', 'location')]
Predicted Annotation: [('JOHANNESBURG', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 63:
Sentence: Collective farms and Ukraine 's nascent private farming sector have no money for fertiliser, no money for herbicides and pesticides, no money to repair old or buy new machinery, no money for fuel, and none to buy good seed.
True Annotation: [('Ukraine', 'location')]
Predicted Annotation: [('Collective farms', 'organization'), ('Ukraine', 'location'), ('no money for fuel', 'miscellaneous')]
Precision: 0.3333333333333333; Recall: 1.0; F1-score: 0.5
--------------------------------------------------
Instance 64:
Sentence: The boat had been missing since Monday afternoon when it left the tiny island of Gorgona off Colombia 's southwest coast with sightseers for a return trip to Narino province, near the border with Ecuador.
True Annotation: [('Gorgona', 'location'), ('Colombia', 'location'), ('Narino', 'location'), ('Ecuador', 'location')]
Predicted Annotation: [('Gorgona', 'location'), ('Colombia', 'location'), ('southwest coast', 'location'), ('Narino province', 'location')]
Precision: 0.5; Recall: 0.5; F1-score: 0.5
--------------------------------------------------
Instance 65:
Sentence: BRATISLAVA 1996-08-27
True Annotation: [('BRATISLAVA', 'location')]
Predicted Annotation: [('BRATISLAVA', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 66:
Sentence: MOTORCYCLING- WORLD SUPERBIKE CHAMPIONSHIP RESULTS.
True Annotation: []
Predicted Annotation: [('MOTORCYCLING', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 67:
Sentence: Puglisi was shot as she knelt praying by the tomb of her young husband, who was himself killed last year in a Mafia ambush.
True Annotation: [('Puglisi', 'person')]
Predicted Annotation: [('Puglisi', 'person'), ('tomb', 'location'), ('Mafia', 'organization')]
Precision: 0.3333333333333333; Recall: 1.0; F1-score: 0.5
--------------------------------------------------
Instance 68:
Sentence: Partizan( Yugoslavia), Alba( Germany), Dinamo( Russia) and Benetton( Italy) are also taking part in the event which continues until Saturday.
True Annotation: [('Partizan', 'organization'), ('Yugoslavia', 'location'), ('Alba', 'organization'), ('Germany', 'location'), ('Dinamo', 'organization'), ('Russia', 'location'), ('Benetton', 'organization'), ('Italy', 'location')]
Predicted Annotation: [('Partizan', 'organization'), ('Yugoslavia', 'location'), ('Alba', 'organization'), ('Germany', 'location'), ('Dinamo', 'organization'), ('Russia', 'location'), ('Benetton', 'organization'), ('Italy', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 69:
Sentence: 6. Peter Pieters- Tomas Post( Netherlands) 14
True Annotation: [('Peter Pieters', 'person'), ('Tomas Post', 'person'), ('Netherlands', 'location')]
Predicted Annotation: [('Peter Pieters', 'person'), ('Tomas Post', 'organization'), ('Netherlands', 'location')]
Precision: 0.6666666666666666; Recall: 0.6666666666666666; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 70:
Sentence: Responsibility is percolating downwards."
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 71:
Sentence: Mother Teresa 's condition improved on Sunday as her fever abated, and on Monday she was able to scribble notes to doctors and nuns.
True Annotation: [('Mother Teresa', 'person')]
Predicted Annotation: [('Mother Teresa', 'person'), ('nuns', 'organization')]
Precision: 0.5; Recall: 1.0; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 72:
Sentence: These shares are subject to post-closing adjustments.
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 73:
Sentence: In the primary market, Eksportfinans and Suedwest LB launched issues for 100 million and 300 million Swiss francs, respectively.
True Annotation: [('Eksportfinans', 'organization'), ('Suedwest LB', 'organization'), ('Swiss', 'miscellaneous')]
Predicted Annotation: [('Eksportfinans', 'organization'), ('Suedwest LB', 'organization')]
Precision: 1.0; Recall: 0.6666666666666666; F1-score: 0.8
--------------------------------------------------
Instance 74:
Sentence: He held one match point at 9-8 in a marathon third-set tie break but was beaten 5-7 7-6( 7-1) 7-6( 13-11) by unseeded Daniel Vacek of the Czech Republic.
True Annotation: [('Daniel Vacek', 'person'), ('Czech Republic', 'location')]
Predicted Annotation: [('Daniel Vacek', 'person'), ('Czech Republic', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 75:
Sentence: Baltimore Orioles manager Davey Johnson will miss Thursday night 's game against the Seattle Mariners after being admitted to a hospital with an irregular heartbeat.
True Annotation: [('Baltimore Orioles', 'organization'), ('Davey Johnson', 'person'), ('Seattle Mariners', 'organization')]
Predicted Annotation: [('Baltimore Orioles', 'organization'), ('Davey Johnson', 'person'), ('Seattle Mariners', 'organization'), ('hospital', 'location')]
Precision: 0.75; Recall: 1.0; F1-score: 0.8571428571428571
--------------------------------------------------
Instance 76:
Sentence: COLOMBO 1996-08-28
True Annotation: [('COLOMBO', 'location')]
Predicted Annotation: [('COLOMBO', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 77:
Sentence: PRETORIA, South Africa 1996-08-24
True Annotation: [('PRETORIA', 'location'), ('South Africa', 'location')]
Predicted Annotation: [('PRETORIA', 'location'), ('South Africa', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 78:
Sentence: Graafschap Doetinchem 3 1 1 1 5 5 4
True Annotation: [('Graafschap Doetinchem', 'organization')]
Predicted Annotation: [('Graafschap', 'location'), ('Doetinchem', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 79:
Sentence: 12. Martin Brundle( Britain) Jordan 34
True Annotation: [('Martin Brundle', 'person'), ('Britain', 'location'), ('Jordan', 'organization')]
Predicted Annotation: [('Martin Brundle', 'person'), ('Britain', 'location'), ('Jordan', 'location')]
Precision: 0.6666666666666666; Recall: 0.6666666666666666; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 80:
Sentence: By Wednesday, the whereabouts of the eight hostages was still not known, the sources said.
True Annotation: []
Predicted Annotation: [('eight hostages', 'person'), ('sources', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 81:
Sentence: the third round of the British Masters on Friday:
True Annotation: [('British Masters', 'miscellaneous')]
Predicted Annotation: [('British Masters', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 82:
Sentence: Haitai 62 2 40 .606-
True Annotation: [('Haitai', 'organization')]
Predicted Annotation: [('Haitai 62 2 40', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 83:
Sentence: Named" Nirmal Hriday"( Tender Heart), it was the first of a chain of 150 homes for dying, destitute people, admitting nearly 18,000 a year.
True Annotation: [('Nirmal Hriday', 'location'), ('Tender Heart', 'location')]
Predicted Annotation: [('Nirmal Hriday', 'person'), ('Tender Heart', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 84:
Sentence: " Not everything has gone well.
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 85:
Sentence: behind
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 86:
Sentence: BOGOTA 1996-08-26
True Annotation: [('BOGOTA', 'location')]
Predicted Annotation: [('BOGOTA', 'location')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 87:
Sentence: Women 's singles, second round
True Annotation: []
Predicted Annotation: [('Women', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 88:
Sentence: Looking at market prospects, he said:" I think our best judgment at this stage is that it will probably bumble along in the rather mixed way it 's been in the first half."
True Annotation: []
Predicted Annotation: [('he', 'person'), ('I', 'person'), ('it', 'organization'), ('it', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 89:
Sentence: There have only been a few skirmishes in Guerrero in which a handful of police, soldiers and civilians have been killed or injured.
True Annotation: [('Guerrero', 'location')]
Predicted Annotation: [('Guerrero', 'location'), ('police', 'organization'), ('soldiers', 'person'), ('civilians', 'person')]
Precision: 0.25; Recall: 1.0; F1-score: 0.4
--------------------------------------------------
Instance 90:
Sentence: Tenacity 70 24/08 Mideast/ South Korea W145 Samsung.
True Annotation: [('Tenacity', 'organization'), ('Mideast', 'location'), ('South Korea', 'location'), ('Samsung', 'organization')]
Predicted Annotation: [('Tenacity 70', 'location'), ('Mideast', 'location'), ('South Korea', 'location'), ('W145', 'location'), ('Samsung', 'organization')]
Precision: 0.6; Recall: 0.75; F1-score: 0.6666666666666665
--------------------------------------------------
Instance 91:
Sentence: JERUSALEM POST
True Annotation: [('JERUSALEM POST', 'organization')]
Predicted Annotation: [('JERUSALEM POST', 'organization')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 92:
Sentence: The players relived the moves and tries, the tackles and what might have been as the emotions of victory continued.
True Annotation: []
Predicted Annotation: [('The players', 'organization')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 93:
Sentence: TENNIS- RESULTS AT TOSHIBA CLASSIC.
True Annotation: [('TOSHIBA CLASSIC', 'miscellaneous')]
Predicted Annotation: [('TOSHIBA CLASSIC', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance 94:
Sentence: Chile 's ENAP buys Oriente, Escravos crude for Oct.
True Annotation: [('Chile', 'location'), ('ENAP', 'organization'), ('Oriente', 'organization'), ('Escravos', 'organization')]
Predicted Annotation: [('Chile', 'location'), ('ENAP', 'organization'), ('Oriente', 'location'), ('Escravos', 'location')]
Precision: 0.5; Recall: 0.5; F1-score: 0.5
--------------------------------------------------
Instance 95:
Sentence: " We will then proceed with the annexation of Sardinia, Corsica and Cyprus," Cimicchi told reporters on Saturday.
True Annotation: [('Sardinia', 'location'), ('Corsica', 'location'), ('Cyprus', 'location'), ('Cimicchi', 'person')]
Predicted Annotation: [('Sardinia', 'location'), ('Corsica', 'location'), ('Cyprus', 'location'), ('Cimicchi', 'person')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 96:
Sentence: " These( African) brothers should have been the first to bind the wounds of Burundi," Terence said of the economic embargo."
True Annotation: [('African', 'miscellaneous'), ('Burundi', 'location'), ('Terence', 'person')]
Predicted Annotation: [('These( African) brothers', 'organization'), ('Burundi', 'location'), ('Terence', 'person')]
Precision: 0.6666666666666666; Recall: 0.6666666666666666; F1-score: 0.6666666666666666
--------------------------------------------------
Instance 97:
Sentence: -- Sofia Newsroom,( ++359-2) 981 8569
True Annotation: [('Sofia Newsroom', 'organization')]
Predicted Annotation: [('Sofia Newsroom', 'organization')]
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 98:
Sentence: first division soccer matches:
True Annotation: []
Predicted Annotation: []
Precision: 1.0; Recall: 1.0; F1-score: 1.0
--------------------------------------------------
Instance 99:
Sentence: Suwon 0 2 0 3 3 2
True Annotation: [('Suwon', 'organization')]
Predicted Annotation: [('Suwon', 'location')]
Precision: 0.0; Recall: 0.0; F1-score: 0.0
--------------------------------------------------
Instance,Dataset,Sentence,True Annotation,Predicted Annotation,Precision,Recall,F1 Score
0,CoNLL,CINCINNATI AT COLORADO,"[('CINCINNATI', 'organization'), ('COLORADO', 'location')]","[('CINCINNATI', 'location'), ('COLORADO', 'location')]",0.5,0.5,0.5
1,CoNLL,"Relations with Russia, which is our main partner, have great importance,"" Kuchma said.","[('Russia', 'location'), ('Kuchma', 'person')]","[('Russia', 'location'), ('Kuchma', 'person')]",1.0,1.0,1.0
2,CoNLL,"He added:"" If no one asked, I never opened my mouth.",[],"[('He', 'person'), ('I', 'person')]",0.0,0.0,0.0
3,CoNLL,"-- Steve Weizman, Copenhagen newsroom +45 33969650","[('Steve Weizman', 'person'), ('Copenhagen', 'location')]","[('Steve Weizman', 'person'), ('Copenhagen', 'location')]",1.0,1.0,1.0
4,CoNLL,70 71 74,[],[],1.0,1.0,1.0
5,CoNLL,Graafschap Doetinchem 3 RKC Waalwijk 2,"[('Graafschap Doetinchem', 'organization'), ('RKC Waalwijk', 'organization')]","[('Graafschap', 'location'), ('Doetinchem', 'location'), ('RKC Waalwijk', 'location')]",0.0,0.0,0.0
6,CoNLL,Nottingham Forest 1 Middlesbrough 1,"[('Nottingham Forest', 'organization'), ('Middlesbrough', 'organization')]","[('Nottingham Forest', 'organization'), ('Middlesbrough 1', 'location')]",0.5,0.5,0.5
7,CoNLL,"69 66, Jose Maria Canizares( Spain) 67 68, Paul Lawrie","[('Jose Maria Canizares', 'person'), ('Spain', 'location'), ('Paul Lawrie', 'person')]","[('Jose Maria Canizares', 'person'), ('Spain', 'location'), ('Paul Lawrie', 'person')]",1.0,1.0,1.0
8,CoNLL,"Hwa Kay plunges on rights issue, earnings.","[('Hwa Kay', 'person')]","[('Hwa Kay', 'person'), ('earnings', 'miscellaneous')]",0.5,1.0,0.6666666666666666
9,CoNLL,"But it was the bullish profit forecast for 1996/97 that took the spotlight in the market, with some analysts saying 20 percent may even be an understatement.",[],"[('market', 'location')]",0.0,0.0,0.0
10,CoNLL,"He is being asked for the source of his information and who gave him this confidential document,"" one colleague told Reuters.","[('Reuters', 'organization')]","[('He', 'person'), ('one colleague', 'person'), ('Reuters', 'organization')]",0.3333333333333333,1.0,0.5
11,CoNLL,"The committee consists of the chiefs of defence staff of each alliance country except Iceland, which has no armed forces.","[('Iceland', 'location')]","[('The committee', 'organization'), ('chiefs of defence staff', 'person'), ('Iceland', 'location')]",0.3333333333333333,1.0,0.5
12,CoNLL,"The Russian army commander in the region, General Vyacheslav Tikhomirov, arrived at the rebel-held village of Novye Atagi, some 20 km( 12 miles) south of the Chechen capital Grozny for discussions with rebel chief-of-staff Aslan Maskhadov.","[('Russian', 'miscellaneous'), ('Vyacheslav Tikhomirov', 'person'), ('Novye Atagi', 'location'), ('Chechen', 'miscellaneous'), ('Grozny', 'location'), ('Aslan Maskhadov', 'person')]","[('Russian army', 'organization'), ('General Vyacheslav Tikhomirov', 'person'), ('Novye Atagi', 'location'), ('Grozny', 'location'), ('Aslan Maskhadov', 'person')]",0.6,0.5,0.5454545454545454
13,CoNLL,""" The problem is they travel so much and are so busy that the ability to have any type of regimented routine workout does n't exist.",[],[],1.0,1.0,1.0
14,CoNLL,"He told Reuters the reason was his own front-page editorial, entitled"" A Chronic Mental Illness"" in which he attacks compliant Arab leaders for serving U.S. and Israeli interests.","[('Reuters', 'organization'), ('Arab', 'miscellaneous'), ('U.S.', 'location'), ('Israeli', 'miscellaneous')]","[('He', 'person'), ('Reuters', 'organization'), ('he', 'person'), ('U.S.', 'location')]",0.5,0.5,0.5
15,CoNLL,Sporting Sale 0 Meknes 1,"[('Sporting Sale', 'organization'), ('Meknes', 'organization')]","[('Meknes', 'location')]",0.0,0.0,0.0
16,CoNLL,In Bistrita: Gloria Bistrita( Romania) 2 Valletta( Malta) 1,"[('Bistrita', 'location'), ('Gloria Bistrita', 'organization'), ('Romania', 'location'), ('Valletta', 'location'), ('Malta', 'location')]","[('Bistrita', 'location'), ('Bistrita', 'location'), ('Romania', 'location'), ('Valletta', 'location'), ('Malta', 'location')]",1.0,0.8,0.888888888888889
17,CoNLL,6- MaliVai Washington( U.S.) beat Alex Corretja( Spain) 6-4,"[('MaliVai Washington', 'person'), ('U.S.', 'location'), ('Alex Corretja', 'person'), ('Spain', 'location')]","[('MaliVai Washington', 'location'), ('U.S.', 'location'), ('Alex Corretja', 'person'), ('Spain', 'location')]",0.75,0.75,0.75
18,CoNLL,Clinton made a triumphant Irish tour to back a Northern Ireland peace process but was forced to drop Ballybunion from a packed schedule at the last minute.,"[('Clinton', 'person'), ('Irish', 'miscellaneous'), ('Northern Ireland', 'location'), ('Ballybunion', 'organization')]","[('Clinton', 'person'), ('Northern Ireland', 'location'), ('Ballybunion', 'location')]",0.6666666666666666,0.5,0.5714285714285715
19,CoNLL,Essex 532-8,"[('Essex', 'organization')]","[('Essex', 'location')]",0.0,0.0,0.0
20,CoNLL,"Standings after games played on Friday( tabulate under won,",[],[],1.0,1.0,1.0
21,CoNLL,Rotherham 1 Blackpool 2,"[('Rotherham', 'organization'), ('Blackpool', 'organization')]","[('Rotherham', 'location'), ('Blackpool', 'location')]",0.0,0.0,0.0
22,CoNLL,-- Tokyo Commodities Desk( 81-3 3432 6179),"[('Tokyo Commodities Desk', 'organization')]","[('Tokyo Commodities Desk', 'organization'), ('81-3 3432 6179', 'location')]",0.5,1.0,0.6666666666666666
23,CoNLL,52) v Worcestershire.,"[('Worcestershire', 'organization')]","[('Worcestershire', 'location')]",0.0,0.0,0.0
24,CoNLL,He will leave on Thursday.,[],"[('He', 'person')]",0.0,0.0,0.0
25,CoNLL,Current prft 7 mln loss 371 mln,[],[],1.0,1.0,1.0
26,CoNLL,"Prodi will also meet President Suleyman Demirel and Foreign Minister Tansu Ciller, Akbel said.","[('Prodi', 'person'), ('Suleyman Demirel', 'person'), ('Tansu Ciller', 'person'), ('Akbel', 'person')]","[('Prodi', 'person'), ('President Suleyman Demirel', 'person'), ('Tansu Ciller', 'person'), ('Akbel', 'person')]",0.75,0.75,0.75
27,CoNLL,"Euro 96 star Vladimir Smicer of the Czech Republic scored at the last second for Lens, allowing them to retain the lead in the French soccer league on Wednesday.","[('Euro 96', 'miscellaneous'), ('Vladimir Smicer', 'person'), ('Czech Republic', 'location'), ('Lens', 'organization'), ('French', 'miscellaneous')]","[('Euro 96', 'organization'), ('Vladimir Smicer', 'person'), ('Czech Republic', 'location'), ('Lens', 'location'), ('French soccer league', 'organization')]",0.4,0.4,0.4000000000000001
28,CoNLL,"The former Soviet Union was displaced as contractor of the potentially rich Shabwa oilfields once it collapsed in December 1991, according to the International Petroleum Encyclopedia.","[('Soviet Union', 'location'), ('Shabwa', 'location'), ('International Petroleum Encyclopedia', 'miscellaneous')]","[('The former Soviet Union', 'organization'), ('Shabwa oilfields', 'location'), ('International Petroleum Encyclopedia', 'organization')]",0.0,0.0,0.0
29,CoNLL,"The Bosnian Serb cabinet, in a letter to the OSCE, said on Monday that any delay of local elections would be"" a direct and flagrant violation fo the Dayton agreement"".","[('Bosnian Serb', 'miscellaneous'), ('OSCE', 'organization'), ('Dayton', 'location')]","[('Bosnian Serb cabinet', 'organization'), ('OSCE', 'organization')]",0.5,0.3333333333333333,0.4
30,CoNLL,Pohang 3 Chonbuk 2( halftime 0-0),"[('Pohang', 'organization'), ('Chonbuk', 'organization')]","[('Pohang 3', 'location'), ('Chonbuk 2', 'location')]",0.0,0.0,0.0
31,CoNLL,Hibernian 0 Dunfermline 0,"[('Hibernian', 'organization'), ('Dunfermline', 'organization')]","[('Hibernian', 'organization'), ('Dunfermline', 'location')]",0.5,0.5,0.5
32,CoNLL,Croatia 's central bank again stayed out of the foreign exchange market.,"[('Croatia', 'location')]","[('Croatia', 'location'), ('central bank', 'organization')]",0.5,1.0,0.6666666666666666
33,CoNLL,CALL C 98.00 PCT 0.47 DEM 3.30 PCT 202.90 X,"[('DEM', 'miscellaneous')]","[('PCT', 'location'), ('PCT', 'location')]",0.0,0.0,0.0
34,CoNLL,5. Kenneth Eriksson( Sweden) Subaru Impreza 2:39,"[('Kenneth Eriksson', 'person'), ('Sweden', 'location'), ('Subaru Impreza', 'miscellaneous')]","[('Kenneth Eriksson', 'person'), ('Sweden', 'location'), ('Subaru', 'organization')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
35,CoNLL,Southern California Edison Co said it expected two 220 kilovolt( KV) power lines in southern California to resume service later today after being shut late Wednesday because of a wildfire raging north of Los Angeles.,"[('Southern California Edison Co', 'organization'), ('California', 'location'), ('Los Angeles', 'location')]","[('Southern California Edison Co', 'organization'), ('southern California', 'location'), ('Los Angeles', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
36,CoNLL,""" The message that we sent to( Syrian President Hafez al-) Assad is that Israel is ready at any time without preconditions to enter peace negotiations,"" Israeli Foreign Minister David Levy told Israel Radio in an interview.","[('Syrian', 'miscellaneous'), ('Hafez al-', 'person'), ('Assad', 'person'), ('Israel', 'location'), ('Israeli', 'miscellaneous'), ('David Levy', 'person'), ('Israel Radio', 'organization')]","[('Hafez al-) Assad', 'person'), ('Israel', 'location'), ('David Levy', 'person'), ('Israel', 'location')]",0.6666666666666666,0.2857142857142857,0.4
37,CoNLL,Suwon 1 3 0 7 3 6,"[('Suwon', 'organization')]","[('Suwon', 'location')]",0.0,0.0,0.0
38,CoNLL,- Opposition leader Nawaz Sharif renewed a pledge to oust the Pakistan People 's Party government headed by Prime Minister Benazir Bhutto.,"[('Nawaz Sharif', 'person'), (""Pakistan People 's Party"", 'organization'), ('Benazir Bhutto', 'person')]","[('Nawaz Sharif', 'person'), (""Pakistan People 's Party"", 'organization'), ('Benazir Bhutto', 'person')]",1.0,1.0,1.0
39,CoNLL,Mid-tier golds up in heavy trading.,[],[],1.0,1.0,1.0
40,CoNLL,"-- U.S. Municipal Desk, 212-859-1650","[('U.S. Municipal Desk', 'organization')]","[('U.S. Municipal Desk', 'location'), ('212-859-1650', 'location')]",0.0,0.0,0.0
41,CoNLL,U.S. Open officials managed to insult most of the male tennis players last week with their controversial handling of the seeding and draw.,"[('U.S. Open', 'miscellaneous')]","[('U.S. Open officials', 'organization'), ('male tennis players', 'person')]",0.0,0.0,0.0
42,CoNLL,Zurich 9 2 5 2 9 9 11,"[('Zurich', 'organization')]","[('Zurich', 'location')]",0.0,0.0,0.0
43,CoNLL,eight minutes one second,[],[],1.0,1.0,1.0
44,CoNLL,CRICKET- SRI LANKA AND AUSTRALIA SAY RELATIONS HAVE HEALED.,"[('SRI LANKA', 'location'), ('AUSTRALIA', 'location')]","[('CRICKET', 'organization'), ('SRI LANKA', 'location'), ('AUSTRALIA', 'location')]",0.6666666666666666,1.0,0.8
45,CoNLL,Halifax 21 9 1 11 603 552 19,"[('Halifax', 'organization')]","[('Halifax', 'location')]",0.0,0.0,0.0
46,CoNLL,BASEBALL- MAJOR LEAGUE STANDINGS AFTER WEDNESDAY 'S GAMES.,"[('MAJOR LEAGUE', 'miscellaneous')]","[('BASEBALL', 'organization')]",0.0,0.0,0.0
47,CoNLL,Brann 19 8 5 6 40 37 29,"[('Brann', 'organization')]","[('Brann', 'person')]",0.0,0.0,0.0
48,CoNLL,Analysts said sharply lower earnings from News Corp 's book publishing division and its U.S. magazines had been the major surprises in the results for 1995/96.,"[('News Corp', 'organization'), ('U.S.', 'location')]","[('Analysts', 'person'), ('News Corp', 'organization'), ('U.S.', 'location')]",0.6666666666666666,1.0,0.8
49,CoNLL,Aegon 83.40 Paribas,"[('Aegon', 'organization'), ('Paribas', 'organization')]","[('Aegon', 'organization'), ('Paribas', 'organization')]",1.0,1.0,1.0
50,CoNLL,Gencor Ltd on Monday said it had swelled its year attributable profit and streamlined operations to strengthen it for the current financial year despite a variety of divisional setbacks.,"[('Gencor Ltd', 'organization')]","[('Gencor Ltd', 'organization')]",1.0,1.0,1.0
51,CoNLL,"Mia, a father of five children, had a restaurant business in a London suburb.","[('Mia', 'person'), ('London', 'location')]","[('Mia', 'person'), ('restaurant business', 'organization'), ('London suburb', 'location')]",0.3333333333333333,0.5,0.4
52,CoNLL,Rugby league-Australian rugby league results.,"[('league-Australian', 'miscellaneous')]","[('rugby league', 'organization')]",0.0,0.0,0.0
53,CoNLL,GACETA DE LOS NEGOCIOS,"[('GACETA DE LOS NEGOCIOS', 'organization')]","[('GACETA DE LOS NEGOCIOS', 'organization')]",1.0,1.0,1.0
54,CoNLL,"All three clocked the same time of five hours 51 minutes, 52 seconds.",[],[],1.0,1.0,1.0
55,CoNLL,"Prime Minister Benjamin Netanyahu 's government, which took office in June, has said it will not allow the Authority, set up under a 1993 interim peace deal to control parts of the Gaza Strip and West Bank, to operate in Jerusalem.","[('Benjamin Netanyahu', 'person'), ('Authority', 'organization'), ('Gaza Strip', 'location'), ('West Bank', 'location'), ('Jerusalem', 'location')]","[('Benjamin Netanyahu', 'person'), ('Authority', 'organization'), ('Gaza Strip', 'location'), ('West Bank', 'location'), ('Jerusalem', 'location')]",1.0,1.0,1.0
56,CoNLL,"Now, 60 days later, he had a chance to talk about it again.",[],"[('he', 'person')]",0.0,0.0,0.0
57,CoNLL,"SALANG TUNNEL, Afghanistan 1996-08-29","[('SALANG', 'location'), ('Afghanistan', 'location')]","[('SALANG TUNNEL', 'location')]",0.0,0.0,0.0
58,CoNLL,Stefan Edberg( Sweden) vs. 5- Richard Krajicek( Netherlands),"[('Stefan Edberg', 'person'), ('Sweden', 'location'), ('Richard Krajicek', 'person'), ('Netherlands', 'location')]","[('Stefan Edberg', 'person'), ('Sweden', 'location'), ('Richard Krajicek', 'person'), ('Netherlands', 'location')]",1.0,1.0,1.0
59,CoNLL,"Gold miner Newcrest Mining Ltd said on Wednesday it posted a A$ 4.3 million profit after tax in the final quarter of the year to June 30, 1996.","[('Newcrest Mining Ltd', 'organization'), ('A$', 'miscellaneous')]","[('Newcrest Mining Ltd', 'organization')]",1.0,0.5,0.6666666666666666
60,CoNLL,He said liquidity would be the main concern for the next few days.,[],"[('He', 'person')]",0.0,0.0,0.0
61,CoNLL,5. Wim Omloop( Belgium) Collstrop same time,"[('Wim Omloop', 'person'), ('Belgium', 'location'), ('Collstrop', 'organization')]","[('Wim Omloop', 'person'), ('Belgium', 'location'), ('Collstrop', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
62,CoNLL,JOHANNESBURG 1996-08-23,"[('JOHANNESBURG', 'location')]","[('JOHANNESBURG', 'location')]",1.0,1.0,1.0
63,CoNLL,"Collective farms and Ukraine 's nascent private farming sector have no money for fertiliser, no money for herbicides and pesticides, no money to repair old or buy new machinery, no money for fuel, and none to buy good seed.","[('Ukraine', 'location')]","[('Collective farms', 'organization'), ('Ukraine', 'location'), ('no money for fuel', 'miscellaneous')]",0.3333333333333333,1.0,0.5
64,CoNLL,"The boat had been missing since Monday afternoon when it left the tiny island of Gorgona off Colombia 's southwest coast with sightseers for a return trip to Narino province, near the border with Ecuador.","[('Gorgona', 'location'), ('Colombia', 'location'), ('Narino', 'location'), ('Ecuador', 'location')]","[('Gorgona', 'location'), ('Colombia', 'location'), ('southwest coast', 'location'), ('Narino province', 'location')]",0.5,0.5,0.5
65,CoNLL,BRATISLAVA 1996-08-27,"[('BRATISLAVA', 'location')]","[('BRATISLAVA', 'location')]",1.0,1.0,1.0
66,CoNLL,MOTORCYCLING- WORLD SUPERBIKE CHAMPIONSHIP RESULTS.,[],"[('MOTORCYCLING', 'organization')]",0.0,0.0,0.0
67,CoNLL,"Puglisi was shot as she knelt praying by the tomb of her young husband, who was himself killed last year in a Mafia ambush.","[('Puglisi', 'person')]","[('Puglisi', 'person'), ('tomb', 'location'), ('Mafia', 'organization')]",0.3333333333333333,1.0,0.5
68,CoNLL,"Partizan( Yugoslavia), Alba( Germany), Dinamo( Russia) and Benetton( Italy) are also taking part in the event which continues until Saturday.","[('Partizan', 'organization'), ('Yugoslavia', 'location'), ('Alba', 'organization'), ('Germany', 'location'), ('Dinamo', 'organization'), ('Russia', 'location'), ('Benetton', 'organization'), ('Italy', 'location')]","[('Partizan', 'organization'), ('Yugoslavia', 'location'), ('Alba', 'organization'), ('Germany', 'location'), ('Dinamo', 'organization'), ('Russia', 'location'), ('Benetton', 'organization'), ('Italy', 'location')]",1.0,1.0,1.0
69,CoNLL,6. Peter Pieters- Tomas Post( Netherlands) 14,"[('Peter Pieters', 'person'), ('Tomas Post', 'person'), ('Netherlands', 'location')]","[('Peter Pieters', 'person'), ('Tomas Post', 'organization'), ('Netherlands', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
70,CoNLL,"Responsibility is percolating downwards.""",[],[],1.0,1.0,1.0
71,CoNLL,"Mother Teresa 's condition improved on Sunday as her fever abated, and on Monday she was able to scribble notes to doctors and nuns.","[('Mother Teresa', 'person')]","[('Mother Teresa', 'person'), ('nuns', 'organization')]",0.5,1.0,0.6666666666666666
72,CoNLL,These shares are subject to post-closing adjustments.,[],[],1.0,1.0,1.0
73,CoNLL,"In the primary market, Eksportfinans and Suedwest LB launched issues for 100 million and 300 million Swiss francs, respectively.","[('Eksportfinans', 'organization'), ('Suedwest LB', 'organization'), ('Swiss', 'miscellaneous')]","[('Eksportfinans', 'organization'), ('Suedwest LB', 'organization')]",1.0,0.6666666666666666,0.8
74,CoNLL,He held one match point at 9-8 in a marathon third-set tie break but was beaten 5-7 7-6( 7-1) 7-6( 13-11) by unseeded Daniel Vacek of the Czech Republic.,"[('Daniel Vacek', 'person'), ('Czech Republic', 'location')]","[('Daniel Vacek', 'person'), ('Czech Republic', 'location')]",1.0,1.0,1.0
75,CoNLL,Baltimore Orioles manager Davey Johnson will miss Thursday night 's game against the Seattle Mariners after being admitted to a hospital with an irregular heartbeat.,"[('Baltimore Orioles', 'organization'), ('Davey Johnson', 'person'), ('Seattle Mariners', 'organization')]","[('Baltimore Orioles', 'organization'), ('Davey Johnson', 'person'), ('Seattle Mariners', 'organization'), ('hospital', 'location')]",0.75,1.0,0.8571428571428571
76,CoNLL,COLOMBO 1996-08-28,"[('COLOMBO', 'location')]","[('COLOMBO', 'location')]",1.0,1.0,1.0
77,CoNLL,"PRETORIA, South Africa 1996-08-24","[('PRETORIA', 'location'), ('South Africa', 'location')]","[('PRETORIA', 'location'), ('South Africa', 'location')]",1.0,1.0,1.0
78,CoNLL,Graafschap Doetinchem 3 1 1 1 5 5 4,"[('Graafschap Doetinchem', 'organization')]","[('Graafschap', 'location'), ('Doetinchem', 'location')]",0.0,0.0,0.0
79,CoNLL,12. Martin Brundle( Britain) Jordan 34,"[('Martin Brundle', 'person'), ('Britain', 'location'), ('Jordan', 'organization')]","[('Martin Brundle', 'person'), ('Britain', 'location'), ('Jordan', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
80,CoNLL,"By Wednesday, the whereabouts of the eight hostages was still not known, the sources said.",[],"[('eight hostages', 'person'), ('sources', 'organization')]",0.0,0.0,0.0
81,CoNLL,the third round of the British Masters on Friday:,"[('British Masters', 'miscellaneous')]","[('British Masters', 'organization')]",0.0,0.0,0.0
82,CoNLL,Haitai 62 2 40 .606-,"[('Haitai', 'organization')]","[('Haitai 62 2 40', 'location')]",0.0,0.0,0.0
83,CoNLL,"Named"" Nirmal Hriday""( Tender Heart), it was the first of a chain of 150 homes for dying, destitute people, admitting nearly 18,000 a year.","[('Nirmal Hriday', 'location'), ('Tender Heart', 'location')]","[('Nirmal Hriday', 'person'), ('Tender Heart', 'organization')]",0.0,0.0,0.0
84,CoNLL,""" Not everything has gone well.",[],[],1.0,1.0,1.0
85,CoNLL,behind,[],[],1.0,1.0,1.0
86,CoNLL,BOGOTA 1996-08-26,"[('BOGOTA', 'location')]","[('BOGOTA', 'location')]",1.0,1.0,1.0
87,CoNLL,"Women 's singles, second round",[],"[('Women', 'organization')]",0.0,0.0,0.0
88,CoNLL,"Looking at market prospects, he said:"" I think our best judgment at this stage is that it will probably bumble along in the rather mixed way it 's been in the first half.""",[],"[('he', 'person'), ('I', 'person'), ('it', 'organization'), ('it', 'organization')]",0.0,0.0,0.0
89,CoNLL,"There have only been a few skirmishes in Guerrero in which a handful of police, soldiers and civilians have been killed or injured.","[('Guerrero', 'location')]","[('Guerrero', 'location'), ('police', 'organization'), ('soldiers', 'person'), ('civilians', 'person')]",0.25,1.0,0.4
90,CoNLL,Tenacity 70 24/08 Mideast/ South Korea W145 Samsung.,"[('Tenacity', 'organization'), ('Mideast', 'location'), ('South Korea', 'location'), ('Samsung', 'organization')]","[('Tenacity 70', 'location'), ('Mideast', 'location'), ('South Korea', 'location'), ('W145', 'location'), ('Samsung', 'organization')]",0.6,0.75,0.6666666666666665
91,CoNLL,JERUSALEM POST,"[('JERUSALEM POST', 'organization')]","[('JERUSALEM POST', 'organization')]",1.0,1.0,1.0
92,CoNLL,"The players relived the moves and tries, the tackles and what might have been as the emotions of victory continued.",[],"[('The players', 'organization')]",0.0,0.0,0.0
93,CoNLL,TENNIS- RESULTS AT TOSHIBA CLASSIC.,"[('TOSHIBA CLASSIC', 'miscellaneous')]","[('TOSHIBA CLASSIC', 'location')]",0.0,0.0,0.0
94,CoNLL,"Chile 's ENAP buys Oriente, Escravos crude for Oct.","[('Chile', 'location'), ('ENAP', 'organization'), ('Oriente', 'organization'), ('Escravos', 'organization')]","[('Chile', 'location'), ('ENAP', 'organization'), ('Oriente', 'location'), ('Escravos', 'location')]",0.5,0.5,0.5
95,CoNLL,""" We will then proceed with the annexation of Sardinia, Corsica and Cyprus,"" Cimicchi told reporters on Saturday.","[('Sardinia', 'location'), ('Corsica', 'location'), ('Cyprus', 'location'), ('Cimicchi', 'person')]","[('Sardinia', 'location'), ('Corsica', 'location'), ('Cyprus', 'location'), ('Cimicchi', 'person')]",1.0,1.0,1.0
96,CoNLL,""" These( African) brothers should have been the first to bind the wounds of Burundi,"" Terence said of the economic embargo.""","[('African', 'miscellaneous'), ('Burundi', 'location'), ('Terence', 'person')]","[('These( African) brothers', 'organization'), ('Burundi', 'location'), ('Terence', 'person')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
97,CoNLL,"-- Sofia Newsroom,( ++359-2) 981 8569","[('Sofia Newsroom', 'organization')]","[('Sofia Newsroom', 'organization')]",1.0,1.0,1.0
98,CoNLL,first division soccer matches:,[],[],1.0,1.0,1.0
99,CoNLL,Suwon 0 2 0 3 3 2,"[('Suwon', 'organization')]","[('Suwon', 'location')]",0.0,0.0,0.0
100,CoNLL,1. Wolfgang Kreissig( Germany) 2.20 metres,"[('Wolfgang Kreissig', 'person'), ('Germany', 'location')]","[('Wolfgang Kreissig', 'person'), ('Germany', 'location')]",1.0,1.0,1.0
101,CoNLL,"Women 's singles, second round",[],"[('Women', 'organization')]",0.0,0.0,0.0
102,CoNLL,Brazil to use hovercrafts for Amazon travel.,"[('Brazil', 'location'), ('Amazon', 'location')]","[('Brazil', 'location'), ('Amazon', 'location')]",1.0,1.0,1.0
103,CoNLL,"Moura, who appeared to have elbowed Cyprien in the final minutes of the 3-0 win by Neuchatel, was suspended for seven matches and fined 1,000 francs($ 840) by the Swiss league disciplinary committee.","[('Moura', 'person'), ('Cyprien', 'person'), ('Neuchatel', 'organization'), ('Swiss', 'miscellaneous')]","[('Moura', 'person'), ('Cyprien', 'person'), ('Neuchatel', 'location'), ('Swiss league disciplinary committee', 'organization')]",0.5,0.5,0.5
104,CoNLL,The company did not declare an interim dividend as in the previous year.,[],"[('The company', 'organization')]",0.0,0.0,0.0
105,CoNLL,Result of Dutch first division,"[('Dutch', 'miscellaneous')]",[],0.0,0.0,0.0
106,CoNLL,Aamir Sohail c Cork b Croft 46,"[('Aamir Sohail', 'person'), ('Cork', 'person'), ('Croft', 'person')]","[('Aamir Sohail', 'person'), ('Cork', 'location'), ('Croft', 'location')]",0.3333333333333333,0.3333333333333333,0.3333333333333333
107,CoNLL,"They said soldiers stole a gold necklace and about$ 2,000 in Israeli currency from an elderly woman and her daughter-in-law while rummaging through their luggage before destroying family shacks and animal barns.","[('Israeli', 'miscellaneous')]","[('soldiers', 'organization'), ('elderly woman', 'person'), ('daughter-in-law', 'person'), ('family shacks', 'location'), ('animal barns', 'location')]",0.0,0.0,0.0
108,CoNLL,"The government has been trying to phase out huge subsidies to the farm sector, and in a move back to pre-Soviet days has given up to 50 hectares( 124 acres) of land to some 36,000 private farmers willing to go it alone.","[('pre-Soviet', 'miscellaneous')]","[('The government', 'organization'), ('farm sector', 'organization')]",0.0,0.0,0.0
109,CoNLL,"Algerian security forces said on Friday three women and two children were killed and five people wounded when a home-made bomb exploded at a market in the coastal town of Bou Haroun, 65 km( 40 miles) west of Algiers.","[('Algerian', 'miscellaneous'), ('Bou Haroun', 'location'), ('Algiers', 'location')]","[('Algerian security forces', 'organization'), ('three women and two children', 'person'), ('Bou Haroun', 'location'), ('Algiers', 'location')]",0.5,0.6666666666666666,0.5714285714285715
110,CoNLL,Results of Major League,"[('Major League', 'miscellaneous')]",[],0.0,0.0,0.0
111,CoNLL,They were held for 71 days before relatives paid a ransom to free them.,[],"[('They', 'person'), ('relatives', 'organization'), ('them', 'person')]",0.0,0.0,0.0
112,CoNLL,"Brazil is likely to turn Sao Paulo state bank Banespa into a federal bank in a prior step to privatization, according to unnamed government sources, O Globo daily said.","[('Brazil', 'location'), ('Sao Paulo', 'location'), ('Banespa', 'organization'), ('O Globo', 'organization')]","[('Brazil', 'location'), ('Sao Paulo', 'location'), ('Banespa', 'organization'), ('O Globo daily', 'organization')]",0.75,0.75,0.75
113,CoNLL,"At Worcester: Warwickshire 310( A. Giles 83, T. Munton 54 not","[('Worcester', 'location'), ('Warwickshire', 'organization'), ('A. Giles', 'person'), ('T. Munton', 'person')]","[('At Worcester', 'location'), ('Warwickshire', 'location'), ('T. Munton', 'location')]",0.0,0.0,0.0
114,CoNLL,"Some Moslem refugees among the 385 registered voters Hungary 's largest camp Nagyatad have written to the OSCE complaining that they were unable to vote in contests for the president or assembly of the Bosnian-Croat Federation, where most Moslems live.","[('Moslem', 'miscellaneous'), ('Hungary', 'location'), ('Nagyatad', 'location'), ('OSCE', 'organization'), ('Bosnian-Croat Federation', 'location'), ('Moslems', 'miscellaneous')]","[('Hungary', 'location'), ('Nagyatad', 'location'), ('OSCE', 'organization'), ('president', 'person'), ('Bosnian-Croat Federation', 'organization')]",0.6,0.5,0.5454545454545454
115,CoNLL,Lotte 1 OB 0*,"[('Lotte', 'person'), ('OB', 'organization')]","[('Lotte', 'organization'), ('OB', 'location')]",0.0,0.0,0.0
116,CoNLL,3 arose on July 24 when an industry source said the CDU would be closed down briefly in August for repairs to a heat exchanger.,"[('3', 'organization'), ('CDU', 'organization')]","[('industry source', 'person'), ('CDU', 'organization')]",0.5,0.5,0.5
117,CoNLL,COLORADO 10 Cincinnati 9,"[('COLORADO', 'organization'), ('Cincinnati', 'organization')]","[('COLORADO', 'location'), ('Cincinnati', 'location')]",0.0,0.0,0.0
118,CoNLL,"The accord, agreed two weeks ago, is expected to end years of disputes over the status of Romania 's large ethnic Hungarian minority.","[('Romania', 'location'), ('Hungarian', 'miscellaneous')]","[('Romania', 'location')]",1.0,0.5,0.6666666666666666
119,CoNLL,Leading first round,[],[],1.0,1.0,1.0
120,CoNLL,Rad 1 Buducnost( P) 0,"[('Rad', 'organization'), ('Buducnost( P)', 'organization')]","[('Buducnost', 'location')]",0.0,0.0,0.0
121,CoNLL,"* GTE Corp, Baby Bells and their allies ready to launch challenge to telecommunications reform law.","[('GTE Corp', 'organization'), ('Baby Bells', 'organization')]","[('GTE Corp', 'organization'), ('Baby Bells', 'organization')]",1.0,1.0,1.0
122,CoNLL,"Attendance: 8,000",[],[],1.0,1.0,1.0
123,CoNLL,French shipyard workers march against job cuts.,"[('French', 'miscellaneous')]","[('French shipyard workers', 'organization')]",0.0,0.0,0.0
124,CoNLL,GKS Belchatow 7 3 0 4 9 9 9,"[('GKS Belchatow', 'organization')]","[('GKS', 'organization'), ('Belchatow', 'location')]",0.0,0.0,0.0
125,CoNLL,The tiny islands of the Seychelles failed to make soccer history at the weekend when they bowed out of the preliminary rounds of the African Nations Cup.,"[('Seychelles', 'location'), ('African Nations Cup', 'miscellaneous')]","[('Seychelles', 'location'), ('African Nations Cup', 'organization')]",0.5,0.5,0.5
126,CoNLL,"Stevanin, arrested in 1994 and jailed for three years for assaulting an Austrian prostitute, is accused of murdering five women, three of whose bodies were found near his villa outside Verona between July and December 1995.","[('Stevanin', 'person'), ('Austrian', 'miscellaneous'), ('Verona', 'person')]","[('Stevanin', 'person'), ('Verona', 'location')]",0.5,0.3333333333333333,0.4
127,CoNLL,"Garlic pills do n't lower cholesterol, study finds.",[],[],1.0,1.0,1.0
128,CoNLL,Karol Kucera( Slovakia) beat 1- Michael Chang( U.S.) 6-4 6-4,"[('Karol Kucera', 'person'), ('Slovakia', 'location'), ('Michael Chang', 'person'), ('U.S.', 'location')]","[('Karol Kucera', 'person'), ('Slovakia', 'location'), ('Michael Chang', 'person'), ('U.S.', 'location')]",1.0,1.0,1.0
129,CoNLL,State: AL,"[('AL', 'location')]","[('AL', 'location')]",1.0,1.0,1.0
130,CoNLL,- Colorado Christian Home,"[('Colorado Christian Home', 'organization')]","[('Colorado Christian Home', 'location')]",0.0,0.0,0.0
131,CoNLL,Legia Warsaw 3 GKS Belchatow 2,"[('Legia Warsaw', 'organization'), ('GKS Belchatow', 'organization')]","[('Legia Warsaw', 'organization'), ('GKS Belchatow', 'organization')]",1.0,1.0,1.0
132,CoNLL,0 Davis Love through 5,"[('Davis Love', 'person')]","[('Davis Love', 'person')]",1.0,1.0,1.0
133,CoNLL,0-1.,[],[],1.0,1.0,1.0
134,CoNLL,They have lost two of their three matches so far this season.,[],"[('They', 'organization')]",0.0,0.0,0.0
135,CoNLL,I. Salisbury not out 0,"[('I. Salisbury', 'person')]","[('Salisbury', 'location')]",0.0,0.0,0.0
136,CoNLL,SOCCER- MARCELO HAT-TRICK KEEPS PSV AT TOP OF DUTCH LEAGUE.,"[('MARCELO', 'person'), ('PSV', 'organization'), ('DUTCH', 'miscellaneous')]","[('MARCELO HAT-TRICK', 'person'), ('PSV', 'organization')]",0.5,0.3333333333333333,0.4
137,CoNLL,It was softer in the morning due to relatively ample rupiah liquidity but recovered later.,[],[],1.0,1.0,1.0
138,CoNLL,5. Steve Brown( U.S.) 13.38,"[('Steve Brown', 'person'), ('U.S.', 'location')]","[('Steve Brown', 'person'), ('U.S.', 'location')]",1.0,1.0,1.0
139,CoNLL,"According to a senior campaign official, Clinton"" will be making a lot of news in the coming week -- something different each day.""","[('Clinton', 'person')]","[('Clinton', 'person')]",1.0,1.0,1.0
140,CoNLL,66 69,[],[],1.0,1.0,1.0
141,CoNLL,Bochum 1( Jack 66th minute) Arminia Bielefeld 1( Molata 59th).,"[('Bochum', 'organization'), ('Jack', 'person'), ('Arminia Bielefeld', 'organization'), ('Molata', 'person')]","[('Bochum', 'location'), ('Jack', 'person'), ('Arminia Bielefeld', 'organization')]",0.6666666666666666,0.5,0.5714285714285715
142,CoNLL,"By 3 a.m.( 0100 GMT) more than 2,000 lorries had been stopped and searched.","[('GMT', 'miscellaneous')]",[],0.0,0.0,0.0
143,CoNLL,He said no new date had been set yet.,[],"[('He', 'person')]",0.0,0.0,0.0
144,CoNLL,MORAV.CHEMIC. ZAV.,"[('MORAV.CHEMIC. ZAV', 'organization')]","[('MORAV', 'person'), ('CHEMIC', 'organization'), ('ZAV', 'organization')]",0.0,0.0,0.0
145,CoNLL,PRESS DIGEST- Iraq- Aug 24.,"[('Iraq', 'location')]","[('PRESS DIGEST', 'organization'), ('Iraq', 'location')]",0.5,1.0,0.6666666666666666
146,CoNLL,5. Giunluca Gorini( Italy) Aki 45,"[('Giunluca Gorini', 'person'), ('Italy', 'location'), ('Aki', 'organization')]","[('Giunluca Gorini', 'person'), ('Italy', 'location'), ('Aki', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
147,CoNLL,were largely unchanged at the Bank of Finland 's daily fixing on,"[('Bank of Finland', 'organization')]","[('Bank of Finland', 'organization')]",1.0,1.0,1.0
148,CoNLL,Helena Sukova( Czech Republic) beat Yone Kamio( Japan) 6-2 6-3,"[('Helena Sukova', 'person'), ('Czech Republic', 'location'), ('Yone Kamio', 'person'), ('Japan', 'location')]","[('Helena Sukova', 'person'), ('Czech Republic', 'location'), ('Yone Kamio', 'person'), ('Japan', 'location')]",1.0,1.0,1.0
149,CoNLL,Choudhury also was president of the 41st session of the U.N. General Assembly in 1986-87.,"[('Choudhury', 'person'), ('U.N. General Assembly', 'organization')]","[('Choudhury', 'person'), ('U.N. General Assembly', 'organization')]",1.0,1.0,1.0
150,CoNLL,"Shrewsbury v Brentford, Walsall v Wrexham.","[('Shrewsbury', 'organization'), ('Brentford', 'organization'), ('Walsall', 'organization'), ('Wrexham', 'organization')]","[('Shrewsbury', 'location'), ('Brentford', 'location'), ('Walsall', 'location'), ('Wrexham', 'location')]",0.0,0.0,0.0
151,CoNLL,"They said they were ready to force their way back across post-war ethnic lines to Serb-held Doboj, one of several towns where NATO troops fear violence involving refugees determined to vote where they once lived.","[('Serb-held', 'miscellaneous'), ('Doboj', 'location'), ('NATO', 'organization')]","[('They', 'person'), ('they', 'person'), ('Serb-held Doboj', 'location'), ('NATO troops', 'organization'), ('refugees', 'person')]",0.0,0.0,0.0
152,CoNLL,42-3.,[],[],1.0,1.0,1.0
153,CoNLL,scores in the German Open golf championship on Friday( Britain,"[('German Open', 'miscellaneous'), ('Britain', 'location')]","[('Britain', 'location')]",1.0,0.5,0.6666666666666666
154,CoNLL,Waqar Younis 3 3 1 11 7 5.50,"[('Waqar Younis', 'person')]","[('Waqar Younis', 'person')]",1.0,1.0,1.0
155,CoNLL,"But it 's when it gets to the( employee) families -- that it goes across the line.""",[],[],1.0,1.0,1.0
156,CoNLL,"The television, which did not say when the security forces killed the rebels, said the four arrested men confessed details of the assassination of the French Roman Catholic Bishop Pierre Claverie.","[('French', 'miscellaneous'), ('Roman Catholic', 'miscellaneous'), ('Pierre Claverie', 'person')]","[('security forces', 'organization'), ('Bishop Pierre Claverie', 'person')]",0.0,0.0,0.0
157,CoNLL,"Leicester: Somerset 83( D. Millns 4-35), Leicestershire 202-5","[('Leicester', 'location'), ('Somerset', 'organization'), ('D. Millns', 'person'), ('Leicestershire', 'organization')]","[('Leicester', 'location'), ('Somerset 83', 'location'), ('D. Millns 4-35', 'location'), ('Leicestershire', 'location')]",0.25,0.25,0.25
158,CoNLL,CENTRAL DIVISION,"[('CENTRAL DIVISION', 'miscellaneous')]","[('CENTRAL DIVISION', 'location')]",0.0,0.0,0.0
159,CoNLL,"New York Dow Jones industrial average -- 5,778.00( May 22/96)","[('New York', 'location'), ('Dow Jones', 'miscellaneous')]","[('New York', 'location'), ('Dow Jones industrial average', 'organization')]",0.5,0.5,0.5
160,CoNLL,6. Mathias Ntawulikura( Rwanda) 27:25.48,"[('Mathias Ntawulikura', 'person'), ('Rwanda', 'location')]","[('Mathias Ntawulikura', 'person'), ('Rwanda', 'location')]",1.0,1.0,1.0
161,CoNLL,HOCKEY- BONNET TAKES OVER AS SOUTH AFRICAN COACH.,"[('BONNET', 'person')]","[('HOCKEY', 'organization')]",0.0,0.0,0.0
162,CoNLL,But Scorpion was raising a lot of eyebrows after it issued a release Friday morning saying it was not aware of any developments that could have affected the stock.,"[('Scorpion', 'organization')]","[('Scorpion', 'organization')]",1.0,1.0,1.0
163,CoNLL,"Nearly two-thirds of the people surveyed thought the government was dishonest and insincere, and 65 percent blamed the government 's poor performance for the country 's economic slowdown.",[],"[('government', 'organization'), ('government', 'organization'), ('country', 'location')]",0.0,0.0,0.0
164,CoNLL,"Rudolf Gajdos, head of Slovak Interpol, told a news conference Dutroux was also believed to have planned the kidnapping of at least one Slovak woman.","[('Rudolf Gajdos', 'person'), ('Slovak', 'miscellaneous'), ('Interpol', 'organization'), ('Dutroux', 'person'), ('Slovak', 'miscellaneous')]","[('Rudolf Gajdos', 'person'), ('Slovak Interpol', 'organization'), ('Dutroux', 'person')]",0.6666666666666666,0.5,0.5714285714285715
165,CoNLL,El Jadida 1 Hassania Agadir 0,"[('El Jadida', 'organization'), ('Hassania Agadir', 'organization')]","[('El Jadida', 'location'), ('Hassania Agadir', 'location')]",0.0,0.0,0.0
166,CoNLL,""" They will surrender the passengers there and surrender themselves,"" police spokesman Glafcos Xenos told reporters at Cyprus 's Larnaca airport.","[('Glafcos Xenos', 'person'), ('Cyprus', 'location'), ('Larnaca', 'location')]","[('police', 'organization'), ('Glafcos Xenos', 'person'), ('Cyprus', 'location'), ('Larnaca airport', 'location')]",0.5,0.6666666666666666,0.5714285714285715
167,CoNLL,Levy said seeking bankruptcy protection was not under consideration.,"[('Levy', 'person')]","[('Levy', 'person')]",1.0,1.0,1.0
168,CoNLL,1. Tommi Makinen( Finland) Mitsubishi Lancer 4 hours 4 minutes,"[('Tommi Makinen', 'person'), ('Finland', 'location'), ('Mitsubishi Lancer', 'miscellaneous')]","[('Tommi Makinen', 'person'), ('Finland', 'location'), ('Mitsubishi', 'organization')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
169,CoNLL,at quite a bit lower than the price is now ...,[],[],1.0,1.0,1.0
170,CoNLL,"Shares in Mentmore Abbey edged two pence higher to 81.5 pence, valuing the group at just under 30 million stg.","[('Mentmore Abbey', 'organization')]","[('Mentmore Abbey', 'organization')]",1.0,1.0,1.0
171,CoNLL,"In his appearances, the often stiff and wooden Gore seemed transformed into a new energetic, gesturing"" pol"" as he ripped into Republican presidential nominee Dole and Gingrich, who has emerged as the favorite right-wing foil of Democrats.","[('Gore', 'person'), ('Republican', 'miscellaneous'), ('Dole', 'person'), ('Gingrich', 'person'), ('Democrats', 'miscellaneous')]","[('Gore', 'person'), ('Dole', 'person'), ('Gingrich', 'person'), ('Democrats', 'organization')]",0.75,0.6,0.6666666666666665
172,CoNLL,Auxerre 0 Marseille 0,"[('Auxerre', 'organization'), ('Marseille', 'organization')]","[('Auxerre', 'location'), ('Marseille', 'location')]",0.0,0.0,0.0
173,CoNLL,British hostage in Chechnya describes ordeal.,"[('British', 'miscellaneous'), ('Chechnya', 'location')]","[('British hostage', 'person'), ('Chechnya', 'location')]",0.5,0.5,0.5
174,CoNLL,"Russian police in the Urals city of Perm are on the trail of a serial killer who has claimed his seventh victim in just a few months, Itar-Tass news agency said on Tuesday.","[('Russian', 'miscellaneous'), ('Urals', 'miscellaneous'), ('Perm', 'location'), ('Itar-Tass', 'organization')]","[('Russian police', 'organization'), ('Perm', 'location'), ('serial killer', 'person'), ('Itar-Tass news agency', 'organization')]",0.25,0.25,0.25
175,CoNLL,BAGHDAD 1996-08-22,"[('BAGHDAD', 'location')]","[('BAGHDAD', 'location')]",1.0,1.0,1.0
176,CoNLL,Dutroux suspected in murder of Slovak woman.,"[('Dutroux', 'person'), ('Slovak', 'miscellaneous')]","[('Dutroux', 'person')]",1.0,0.5,0.6666666666666666
177,CoNLL,"In addition, she said she was concerned the plan may not offer investors enough protection from additional, future liabilities.",[],"[('she', 'person'), ('she', 'person'), ('investors', 'organization'), ('future liabilities', 'miscellaneous')]",0.0,0.0,0.0
178,CoNLL,3. Jacques Villeneuve( Canada) Williams 1:54.443,"[('Jacques Villeneuve', 'person'), ('Canada', 'location'), ('Williams', 'organization')]","[('Jacques Villeneuve', 'person'), ('Canada', 'location')]",1.0,0.6666666666666666,0.8
179,CoNLL,It said he had admitted the attack but had denied intending to kill Kotlarska.,"[('Kotlarska', 'person')]","[('Kotlarska', 'person')]",1.0,1.0,1.0
180,CoNLL,"The company, which asked for a two-week delay from the usual August 15 deadline for reporting first-half results, closed on Tuesday at 5,800 forints, down 300.",[],"[('The company', 'organization')]",0.0,0.0,0.0
181,CoNLL,CRICKET- ENGLAND V PAKISTAN ONE-DAY SCOREBOARD.,"[('ENGLAND', 'location'), ('PAKISTAN', 'location')]","[('CRICKET', 'organization'), ('ENGLAND', 'location'), ('ONE-DAY SCOREBOARD', 'organization')]",0.3333333333333333,0.5,0.4
182,CoNLL,"ORVIETO, Italy 1996-08-24","[('ORVIETO', 'location'), ('Italy', 'location')]","[('ORVIETO', 'location')]",1.0,0.5,0.6666666666666666
183,CoNLL,HOUSTON 5 Chicago 4( 11 innings),"[('HOUSTON', 'organization'), ('Chicago', 'organization')]","[('HOUSTON', 'location'), ('Chicago', 'location')]",0.0,0.0,0.0
184,CoNLL,Boston 2 CALIFORNIA 1,"[('Boston', 'organization'), ('CALIFORNIA', 'organization')]","[('Boston', 'location'), ('CALIFORNIA', 'location')]",0.0,0.0,0.0
185,CoNLL,Sion 9 3 4 2 13 11 13,"[('Sion', 'organization')]","[('Sion', 'location')]",0.0,0.0,0.0
186,CoNLL,"A message from the West this week from U.S. President Bill Clinton congratulated Ukraine on the anniversary, promising to support market reforms and praising Ukraine as a"" stabilising factor"" in a united Europe.","[('U.S.', 'location'), ('Bill Clinton', 'person'), ('Ukraine', 'location'), ('Ukraine', 'location'), ('Europe', 'location')]","[('U.S.', 'location'), ('Bill Clinton', 'person'), ('Ukraine', 'location'), ('Ukraine', 'location'), ('Europe', 'location')]",1.0,1.0,1.0
187,CoNLL,1. Yuuchi Takeda( Japan) Honda 38 minutes 30.054 seconds,"[('Yuuchi Takeda', 'person'), ('Japan', 'location'), ('Honda', 'organization')]","[('Yuuchi Takeda', 'person'), ('Japan', 'location'), ('Honda', 'organization')]",1.0,1.0,1.0
188,CoNLL,W L PCT GB,[],[],1.0,1.0,1.0
189,CoNLL,THU M&R YR DIV 31.7 10.5-42.3 47.0,"[('M&R', 'organization')]",[],0.0,0.0,0.0
190,CoNLL,"This, according to the trader, was typical of month-end position-squaring -- and the fact that a stronger U.S. currency helps limit some foreign exchange losses.","[('U.S.', 'location')]","[('trader', 'person'), ('U.S.', 'location')]",0.5,1.0,0.6666666666666666
191,CoNLL,"Seat posted 3,420 registrations compared with 5522 registrations in July a year earlier.","[('Seat', 'organization')]","[('Seat', 'location')]",0.0,0.0,0.0
192,CoNLL,The case is one of only a handful in which authorities have managed to track down suspects under a law which lets them pursue Germans who commit sex offences abroad.,"[('Germans', 'miscellaneous')]","[('authorities', 'organization'), ('suspects', 'person'), ('Germans', 'person'), ('abroad', 'location')]",0.0,0.0,0.0
193,CoNLL,Patricia Vowinkel,"[('Patricia Vowinkel', 'person')]","[('Patricia Vowinkel', 'person')]",1.0,1.0,1.0
194,CoNLL,QADISSIYA,"[('QADISSIYA', 'organization')]","[('QADISSIYA', 'location')]",0.0,0.0,0.0
195,CoNLL,Reading 2 1 0 1 3 5 3,"[('Reading', 'organization')]",[],0.0,0.0,0.0
196,CoNLL,Petra Langrova( Czech Republic) beat Naoko Sawamatsu( Japan) 6- 4 3-6 7-5,"[('Petra Langrova', 'person'), ('Czech Republic', 'location'), ('Naoko Sawamatsu', 'person'), ('Japan', 'location')]","[('Petra Langrova', 'person'), ('Czech Republic', 'location'), ('Naoko Sawamatsu', 'person'), ('Japan', 'location')]",1.0,1.0,1.0
197,CoNLL,"King Birendra left Nepal on Friday for a week-long visit to China, his eighth since ascending the throne in 1972, officials said.","[('Birendra', 'person'), ('Nepal', 'location'), ('China', 'location')]","[('King Birendra', 'person'), ('Nepal', 'location'), ('China', 'location'), ('officials', 'organization')]",0.5,0.6666666666666666,0.5714285714285715
198,CoNLL,Simon Brown 1 2 1 11 10no 11.00,"[('Simon Brown', 'person')]","[('Simon Brown', 'person')]",1.0,1.0,1.0
199,CoNLL,Clearing is through the Hong Kong Central Moneymarkets Unit.,"[('Hong Kong Central Moneymarkets Unit', 'organization')]","[('Hong Kong Central Moneymarkets Unit', 'organization')]",1.0,1.0,1.0
200,CoNLL,"Former England captain Will Carling along with Jeremy Guscott, Rory Underwood and Dean Richards have been left out of England 's first training squad of the season.","[('England', 'location'), ('Will Carling', 'person'), ('Jeremy Guscott', 'person'), ('Rory Underwood', 'person'), ('Dean Richards', 'person'), ('England', 'location')]","[('England', 'organization'), ('Will Carling', 'person'), ('Jeremy Guscott', 'person'), ('Rory Underwood', 'person'), ('Dean Richards', 'person'), ('England', 'organization')]",0.8,0.8,0.8000000000000002
201,CoNLL,St Helens 21 19 0 2 884 441 38,"[('St Helens', 'organization')]","[('St Helens', 'location')]",0.0,0.0,0.0
202,CoNLL,HONG KONG 1996-08-29,"[('HONG KONG', 'location')]","[('HONG KONG', 'location')]",1.0,1.0,1.0
203,CoNLL,CHICAGO 64 65 .496 5,"[('CHICAGO', 'organization')]","[('CHICAGO', 'location')]",0.0,0.0,0.0
204,CoNLL,2. Letitia Vriesde( Surinam) 2:00.39,"[('Letitia Vriesde', 'person'), ('Surinam', 'location')]","[('Letitia Vriesde', 'person'), ('Surinam', 'location')]",1.0,1.0,1.0
205,CoNLL,Net nil loss 447 mln,[],[],1.0,1.0,1.0
206,CoNLL,Belgian media reported that he had been questioned twice in the past two years about thefts but released both times.,"[('Belgian', 'miscellaneous')]","[('Belgian media', 'organization')]",0.0,0.0,0.0
207,CoNLL,"Add Women 's singles, second round",[],[],1.0,1.0,1.0
208,CoNLL,LONDON 1996-08-23,"[('LONDON', 'location')]","[('LONDON', 'location')]",1.0,1.0,1.0
209,CoNLL,SPIF CESKY 339.00 340.00 7546 2562.094,"[('SPIF CESKY', 'organization')]","[('SPIF', 'organization'), ('CESKY', 'person')]",0.0,0.0,0.0
210,CoNLL,"In the past, Mobutu has been elected without opposition.","[('Mobutu', 'person')]","[('Mobutu', 'person')]",1.0,1.0,1.0
211,CoNLL,SOCCER- GERMAN FIRST DIVISION RESULTS.,"[('GERMAN', 'miscellaneous')]",[],0.0,0.0,0.0
212,CoNLL,"But Fischler agreed to review his proposal after the EU 's standing veterinary committee, mational animal health officials, questioned if such action was justified as there was only a slight risk to human health.","[('Fischler', 'person'), ('EU', 'organization')]","[('Fischler', 'person'), ('mational animal health officials', 'organization')]",0.5,0.5,0.5
213,CoNLL,Seoul embassies warned of terrorist attacks.,"[('Seoul', 'location')]","[('Seoul', 'location')]",1.0,1.0,1.0
214,CoNLL,Hyundai 5 Samsung 4,"[('Hyundai', 'organization'), ('Samsung', 'organization')]","[('Samsung', 'organization')]",1.0,0.5,0.6666666666666666
215,CoNLL,AD-DIYAR,"[('AD-DIYAR', 'organization')]","[('AD-DIYAR', 'organization')]",1.0,1.0,1.0
216,CoNLL,EU leaders agreed at a summit in June to a progressive lifting of the ban as Britain takes parallel measures to eradicate the disease.,"[('EU', 'organization'), ('Britain', 'location')]","[('EU leaders', 'organization'), ('Britain', 'location')]",0.5,0.5,0.5
217,CoNLL,""" We Albanians, sons of Buzuku, believed our language had a written document but now we do not have it any more,"" lamented scholar Musa Hamiti, told of the loss by the Vatican library.","[('Albanians', 'miscellaneous'), ('Buzuku', 'miscellaneous'), ('Musa Hamiti', 'person'), ('Vatican', 'location')]","[('Buzuku', 'location'), ('Musa Hamiti', 'person'), ('Vatican library', 'location')]",0.3333333333333333,0.25,0.28571428571428575
218,CoNLL,"But local police, controlled by nationalist parties in Moslem, Serb and Croat sectors of Bosnia, and civilian mobs have turned ceasefire lines into virtually impassable borders.","[('Moslem', 'miscellaneous'), ('Serb', 'miscellaneous'), ('Croat', 'miscellaneous'), ('Bosnia', 'location')]","[('local police', 'organization'), ('nationalist parties', 'organization'), ('Moslem', 'location'), ('Bosnia', 'location'), ('civilian mobs', 'organization'), ('ceasefire lines', 'location')]",0.16666666666666666,0.25,0.2
219,CoNLL,This was close to the market 's forecast of net profits of 61.94 billion.,[],"[('market', 'organization')]",0.0,0.0,0.0
220,CoNLL,- The Sindh High Court issued an ad-interim order restraining the Privatisation Commission from handing over Javedan Cement to Dadabhoy Investment( pvt) Ltd until it can consider a legal challenge mounted by unions to the deal.,"[('Sindh High Court', 'organization'), ('Privatisation Commission', 'organization'), ('Javedan Cement', 'organization'), ('Dadabhoy Investment( pvt) Ltd', 'organization')]","[('Privatisation Commission', 'organization'), ('Javedan Cement', 'organization'), ('Dadabhoy Investment( pvt) Ltd', 'organization')]",1.0,0.75,0.8571428571428571
221,CoNLL,LONDON 1996-08-25,"[('LONDON', 'location')]","[('LONDON', 'location')]",1.0,1.0,1.0
222,CoNLL,Ghent 3 Aalst 2,"[('Ghent', 'organization'), ('Aalst', 'organization')]","[('Ghent', 'location'), ('Aalst 2', 'location')]",0.0,0.0,0.0
223,CoNLL,3. Sweden 8.57,"[('Sweden', 'location')]","[('Sweden', 'location')]",1.0,1.0,1.0
224,CoNLL,"6,000.",[],[],1.0,1.0,1.0
225,CoNLL,Expected Sale Date: 08/28/96,[],[],1.0,1.0,1.0
226,CoNLL,"Colombia 's Coast Guard on Thursday rescued 12 people lost for three days in an open boat off the Pacific coast, officials said.","[('Colombia', 'location'), ('Coast Guard', 'organization'), ('Pacific', 'location')]","[('Colombia', 'location'), ('Coast Guard', 'organization'), ('Pacific coast', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
227,CoNLL,"Machado, 19, flew to Los Angeles after slipping away from the New Mexico desert town of Las Cruces, where she attended the 1996 Miss Teen USA pageant on Wednesday.","[('Machado', 'person'), ('Los Angeles', 'location'), ('New Mexico', 'location'), ('Las Cruces', 'location'), ('1996 Miss Teen USA', 'miscellaneous')]","[('Machado', 'person'), ('Los Angeles', 'location'), ('New Mexico', 'location'), ('Las Cruces', 'location'), ('Miss Teen USA', 'organization')]",0.8,0.8,0.8000000000000002
228,CoNLL,"Ieng Sary was sentenced to death in absentia for his role in the mass genocide in Cambodia during the Khmer Rouge rule of terror between 1975-1979 when over a million people were executed or died of starvation, disease or overwork in mass labour camps.","[('Ieng Sary', 'person'), ('Cambodia', 'location'), ('Khmer Rouge', 'organization')]","[('Ieng Sary', 'person'), ('Cambodia', 'location'), ('Khmer Rouge', 'organization')]",1.0,1.0,1.0
229,CoNLL,MANILA 1996-08-26,"[('MANILA', 'location')]","[('MANILA', 'location')]",1.0,1.0,1.0
230,CoNLL,"RAMALLAH, West Bank 1996-08-29","[('RAMALLAH', 'location'), ('West Bank', 'location')]","[('RAMALLAH', 'location'), ('West Bank', 'location')]",1.0,1.0,1.0
231,CoNLL,"A lefthander with a strong serve, Nestor kept the rallies short by constantly attacking the net and the tactic worked in the second-round match against Muster, playing his first match after receiving a first-round bye along with the other top eight seeds.","[('Nestor', 'person'), ('Muster', 'person')]","[('Nestor', 'person'), ('net', 'location'), ('Muster', 'person')]",0.6666666666666666,1.0,0.8
232,CoNLL,TENNIS- THURSDAY 'S RESULTS FROM THE U.S. OPEN.,"[('U.S. OPEN', 'miscellaneous')]","[('TENNIS', 'organization')]",0.0,0.0,0.0
233,CoNLL,division soccer match played on Tuesday:,[],[],1.0,1.0,1.0
234,CoNLL,HOUSTON 72 62 .537-,"[('HOUSTON', 'organization')]","[('HOUSTON', 'location')]",0.0,0.0,0.0
235,CoNLL,Ijaya Indra( Indonesia) beat P. Kantharoopan( Malaysia) 15-6 5-4,"[('Ijaya Indra', 'person'), ('Indonesia', 'location'), ('P. Kantharoopan', 'person'), ('Malaysia', 'location')]","[('Ijaya Indra', 'person'), ('Indonesia', 'location'), ('P. Kantharoopan', 'person'), ('Malaysia', 'location')]",1.0,1.0,1.0
236,CoNLL,TEXAS AT MINNESOTA,"[('TEXAS', 'organization'), ('MINNESOTA', 'location')]","[('TEXAS', 'location'), ('MINNESOTA', 'location')]",0.5,0.5,0.5
237,CoNLL,Thiel said on Wednesday that he had also asked Olympic 200 and 400 champion Michael Johnson to run as well as Christie.,"[('Thiel', 'person'), ('Olympic', 'miscellaneous'), ('Michael Johnson', 'person'), ('Christie', 'person')]","[('Thiel', 'person'), ('Michael Johnson', 'person'), ('Christie', 'person')]",1.0,0.75,0.8571428571428571
238,CoNLL,Salomon cuts refiner Q3 EPS view on margin concern.,"[('Salomon', 'organization')]","[('Salomon', 'person')]",0.0,0.0,0.0
239,CoNLL,Parliamentary organisers said the exact timetable remained unclear but it would probably take about a month to organise an electoral college which could also hold several rounds of voting before a clear winner emerges.,[],"[('Parliamentary organisers', 'organization'), ('electoral college', 'organization')]",0.0,0.0,0.0
240,CoNLL,"Chants from the crowd of"" Death to the Arabs"", and bottle-throwing during the game marred the match which ended in a goalless draw.","[('Arabs', 'miscellaneous')]",[],0.0,0.0,0.0
241,CoNLL,"We think it 'll work really well.""",[],[],1.0,1.0,1.0
242,CoNLL,""" I believe in my game again,"" he said.",[],"[('I', 'person'), ('he', 'person')]",0.0,0.0,0.0
243,CoNLL,The end of Canada 's rail freight subsidy last year caused a shift in feed grain production to the eastern Prairie.,"[('Canada', 'location')]","[('eastern Prairie', 'location')]",0.0,0.0,0.0
244,CoNLL,And that little snack is guaranteed to make you thirsty.,[],[],1.0,1.0,1.0
245,CoNLL,- 5 Paul Goydos through 2 holes,"[('Paul Goydos', 'person')]","[('Paul Goydos', 'person')]",1.0,1.0,1.0
246,CoNLL,SELIKO 4000.00 20000.00 3565 32607.500,"[('SELIKO', 'organization')]","[('SELIKO', 'organization')]",1.0,1.0,1.0
247,CoNLL,Close of play scores in English county championship matches on Thursday:,"[('English', 'miscellaneous')]",[],0.0,0.0,0.0
248,CoNLL,RTRS- Queensland gunman evades police in bush hunt.,"[('RTRS', 'organization'), ('Queensland', 'location')]","[('RTRS', 'organization'), ('Queensland', 'location'), ('gunman', 'person'), ('police', 'organization')]",0.5,1.0,0.6666666666666666
249,CoNLL,"Jose Eduardo Dutra, who had drawn up the bill.","[('Jose Eduardo Dutra', 'person')]","[('Jose Eduardo Dutra', 'person')]",1.0,1.0,1.0
250,CoNLL,They also expressed concern that the tonnage in bonded warehouses would move onto the domestic market.,[],"[('bonded warehouses', 'location'), ('domestic market', 'location')]",0.0,0.0,0.0
251,CoNLL,($ 1=.6421 Sterling),[],[],1.0,1.0,1.0
252,CoNLL,"Bartlomiej Jamroz( Hutnik Krakow), Tomasz Moskal","[('Bartlomiej Jamroz', 'person'), ('Hutnik Krakow', 'organization'), ('Tomasz Moskal', 'person')]","[('Bartlomiej Jamroz', 'person'), ('Hutnik Krakow', 'location'), ('Tomasz Moskal', 'person')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
253,CoNLL,"Ipswich, Port Vale v Oxford, Reading v Stoke, Southend v","[('Ipswich', 'organization'), ('Port Vale', 'organization'), ('Oxford', 'organization'), ('Reading', 'organization'), ('Stoke', 'organization'), ('Southend', 'organization')]","[('Ipswich', 'location'), ('Port Vale', 'location'), ('Oxford', 'location'), ('Reading', 'location'), ('Stoke', 'location'), ('Southend', 'location')]",0.0,0.0,0.0
254,CoNLL,1906- German-born U.S. biologist Max Delbruck born.,"[('U.S.', 'location'), ('Max Delbruck', 'person')]","[('U.S.', 'location'), ('Max Delbruck', 'person')]",1.0,1.0,1.0
255,CoNLL,"It will improve a company 's bottom line.""",[],"[('company', 'organization')]",0.0,0.0,0.0
256,CoNLL,Result of an Austrian first,"[('Austrian', 'miscellaneous')]",[],0.0,0.0,0.0
257,CoNLL,Tami Whitlinger Jones( U.S.) beat Sandra Cecchini( Italy) 6-2 6-0,"[('Tami Whitlinger Jones', 'person'), ('U.S.', 'location'), ('Sandra Cecchini', 'person'), ('Italy', 'location')]","[('Tami Whitlinger Jones', 'person'), ('U.S.', 'location'), ('Sandra Cecchini', 'person'), ('Italy', 'location')]",1.0,1.0,1.0
258,CoNLL,Unknown group kidnaps Dutch couple in Costa Rica.,"[('Dutch', 'miscellaneous'), ('Costa Rica', 'location')]","[('Unknown group', 'organization'), ('Dutch couple', 'person'), ('Costa Rica', 'location')]",0.3333333333333333,0.5,0.4
259,CoNLL,"17-3-42-1, Cork 7-1-38-0, Salisbury 14-0-71-0","[('Cork', 'person'), ('Salisbury', 'person')]","[('Cork', 'location'), ('Salisbury', 'location')]",0.0,0.0,0.0
260,CoNLL,"22,500",[],[],1.0,1.0,1.0
261,CoNLL,Bristol City v Blackpool late kickoff,"[('Bristol City', 'organization'), ('Blackpool', 'organization')]","[('Bristol City', 'organization'), ('Blackpool', 'location')]",0.5,0.5,0.5
262,CoNLL,It currently operates 169 stores in 23 states.,[],"[('It', 'organization'), ('23 states', 'location')]",0.0,0.0,0.0
263,CoNLL,Cologne 3 3 0 0 7 1 9,"[('Cologne', 'organization')]","[('Cologne', 'location')]",0.0,0.0,0.0
264,CoNLL,81 Seiki Okuda( Japan),"[('Seiki Okuda', 'person'), ('Japan', 'location')]","[('Seiki Okuda', 'location'), ('Japan', 'location')]",0.5,0.5,0.5
265,CoNLL,"All passengers held hostage aboard a hijacked Sudanese Airways plane diverted to London 's Stansted airport carrying 199 passengers and crew have been freed, an airport spokeswoman said on Tuesday.","[('Sudanese', 'miscellaneous'), ('London', 'location'), ('Stansted', 'location')]","[('Sudanese Airways', 'organization'), ('London', 'location'), ('Stansted airport', 'location'), ('airport spokeswoman', 'person')]",0.25,0.3333333333333333,0.28571428571428575
266,CoNLL,"Lebed, who met Russian Prime Minister Viktor Chernomyrdin on Monday to discuss the progress he made on a political settlement for the breakaway region, has been seeking a meeting with President Boris Yeltsin, who started a holiday near Moscow on Monday.","[('Lebed', 'person'), ('Russian', 'miscellaneous'), ('Viktor Chernomyrdin', 'person'), ('Boris Yeltsin', 'person'), ('Moscow', 'location')]","[('Lebed', 'person'), ('Russian Prime Minister', 'organization'), ('Viktor Chernomyrdin', 'person'), ('Boris Yeltsin', 'person'), ('Moscow', 'location')]",0.8,0.8,0.8000000000000002
267,CoNLL,OFK Kikinda 1 Radnicki( N) 0,"[('OFK Kikinda', 'organization'), ('Radnicki( N)', 'organization')]","[('OFK', 'organization'), ('Kikinda', 'location'), ('Radnicki', 'person')]",0.0,0.0,0.0
268,CoNLL,Police said a number of crew members had left the aircraft and said details would be given at a news conference expected to be held in the next few minutes by the local police chief.,[],"[('Police', 'organization'), ('local police chief', 'person')]",0.0,0.0,0.0
269,CoNLL,Results of Scottish league soccer,"[('Scottish', 'miscellaneous')]",[],0.0,0.0,0.0
270,CoNLL,"Israel 's Channel Two television said Damascus had sent a"" calming signal"" to Israel.","[('Israel', 'location'), ('Channel Two', 'organization'), ('Damascus', 'location'), ('Israel', 'location')]","[('Israel', 'location'), ('Channel Two television', 'organization'), ('Damascus', 'location'), ('Israel', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
271,CoNLL,Puchon 0 Suwon 0( halftime 0-0),"[('Puchon', 'organization'), ('Suwon', 'organization')]","[('Puchon', 'organization'), ('Suwon', 'organization')]",1.0,1.0,1.0
272,CoNLL,India fishermen say forced to carry Tamil refugees.,"[('India', 'location'), ('Tamil', 'miscellaneous')]","[('India', 'location'), ('Tamil refugees', 'person')]",0.5,0.5,0.5
273,CoNLL,Hapoel Kfar Sava 0 Hapoel Zafririm Holon 1,"[('Hapoel Kfar Sava', 'organization'), ('Hapoel Zafririm Holon', 'organization')]","[('Hapoel', 'organization'), ('Kfar Sava', 'location'), ('Hapoel', 'organization')]",0.0,0.0,0.0
274,CoNLL,18. Luxembourg 8.20,"[('Luxembourg', 'location')]","[('Luxembourg', 'location')]",1.0,1.0,1.0
275,CoNLL,Becej 2 Borac 0,"[('Becej', 'organization'), ('Borac', 'organization')]","[('Becej', 'person'), ('Borac', 'person')]",0.0,0.0,0.0
276,CoNLL,"Overseas Development Minister Lynda Chalker said a recent census had shown most Montserratians wanted to remain on the island.""","[('Lynda Chalker', 'person'), ('Montserratians', 'miscellaneous')]","[('Overseas Development Minister', 'organization'), ('Lynda Chalker', 'person'), ('Montserratians', 'location')]",0.3333333333333333,0.5,0.4
277,CoNLL,"Cup qualifying round, second leg soccer matches on Thursday:","[('Cup', 'miscellaneous')]",[],0.0,0.0,0.0
278,CoNLL,"Whitehurst, promoted from Triple-A Columbus on Wednesday, allowed seven hits and struck out one without a walk.","[('Whitehurst', 'person'), ('Triple-A Columbus', 'organization')]","[('Whitehurst', 'person'), ('Columbus', 'location')]",0.5,0.5,0.5
279,CoNLL,SEOUL 1996-08-22,"[('SEOUL', 'location')]","[('SEOUL', 'location')]",1.0,1.0,1.0
280,CoNLL,Rita Grande( Italy) beat Alexia Dechaume-Balleret( France) 6-3 6-0,"[('Rita Grande', 'person'), ('Italy', 'location'), ('Alexia Dechaume-Balleret', 'person'), ('France', 'location')]","[('Rita Grande', 'person'), ('Italy', 'location'), ('Alexia Dechaume-Balleret', 'person'), ('France', 'location')]",1.0,1.0,1.0
281,CoNLL,LOS ANGELES 7 New York 5,"[('LOS ANGELES', 'organization'), ('New York', 'organization')]","[('LOS ANGELES', 'location'), ('New York', 'location')]",0.0,0.0,0.0
282,CoNLL,Swedish 500cc motocross Grand Prix on Sunday:,"[('Swedish', 'miscellaneous'), ('Grand Prix', 'miscellaneous')]","[('Swedish', 'location')]",0.0,0.0,0.0
283,CoNLL,"Workers at Salvador voted to strike from Saturday, and it was not clear when further talks between the unions and management would take place.","[('Salvador', 'location')]","[('Workers', 'organization'), ('Salvador', 'location'), ('unions', 'organization'), ('management', 'organization')]",0.25,1.0,0.4
284,CoNLL,"Six months to August 31, 1996",[],[],1.0,1.0,1.0
285,CoNLL,+9 Tom Watson 79 70,"[('Tom Watson', 'person')]","[('Tom Watson', 'person')]",1.0,1.0,1.0
286,CoNLL,RIF 900.00 900.00 5500 4950.000,"[('RIF', 'organization')]","[('RIF', 'organization')]",1.0,1.0,1.0
287,CoNLL,Boston has won 15 of its last 19 games.,"[('Boston', 'organization')]","[('Boston', 'location')]",0.0,0.0,0.0
288,CoNLL,- New orders received 876 vs 933,[],[],1.0,1.0,1.0
289,CoNLL,NEW YORK 1996-08-27,"[('NEW YORK', 'location')]","[('NEW YORK', 'location')]",1.0,1.0,1.0
290,CoNLL,""" Her condition seems to be better, but the danger remains as long as she is on respirator,"" an official at Woodlands Nursing Home said.""","[('Woodlands Nursing Home', 'location')]","[('official', 'person'), ('Woodlands Nursing Home', 'organization')]",0.0,0.0,0.0
291,CoNLL,LONDON 1996-08-26,"[('LONDON', 'location')]","[('LONDON', 'location')]",1.0,1.0,1.0
292,CoNLL,Marseille 3 1 1 1 5 4 4,"[('Marseille', 'organization')]","[('Marseille', 'location')]",0.0,0.0,0.0
293,CoNLL,"The slain policeman Ejup Bajgora, 42, was an Albanian who had served in the Serbian police and state security since 1987, police told the Yugoslav news agency Tanjug.","[('Ejup Bajgora', 'person'), ('Albanian', 'miscellaneous'), ('Serbian', 'miscellaneous'), ('Yugoslav', 'miscellaneous'), ('Tanjug', 'organization')]","[('Ejup Bajgora', 'person'), ('Serbian police', 'organization'), ('Tanjug', 'organization')]",0.6666666666666666,0.4,0.5
294,CoNLL,"Eurograde barges were offered at$ 207 fob ARA for Amsterdam-Rotterdam barrels, and at$ 206 for full ARA material.","[('Amsterdam-Rotterdam', 'location')]","[('Amsterdam-Rotterdam', 'location')]",1.0,1.0,1.0
295,CoNLL,Two Indians to die for killing 23 bus passengers.,"[('Indians', 'miscellaneous')]","[('Two Indians', 'person')]",0.0,0.0,0.0
296,CoNLL,Spartak Trnava 4 2 2 0 10 5 8,"[('Spartak Trnava', 'organization')]","[('Spartak Trnava', 'organization')]",1.0,1.0,1.0
297,CoNLL,"LITTLE ROCK, Ark.","[('LITTLE ROCK', 'location'), ('Ark', 'location')]","[('LITTLE ROCK', 'location'), ('Ark', 'location')]",1.0,1.0,1.0
298,CoNLL,Ischinger said the threat of a major assault to take Grozny had been the unauthorised initiative of the commanding general and not Moscow 's intention.,"[('Ischinger', 'person'), ('Grozny', 'location'), ('Moscow', 'location')]","[('Ischinger', 'person'), ('Grozny', 'location'), ('commanding general', 'person'), ('Moscow', 'location')]",0.75,1.0,0.8571428571428571
299,CoNLL,""" It seems that from across the border there is going to be a planned attempt to disrupt the elections,"" Inderjit Gupta told reporters in the state capital Srinagar.","[('Inderjit Gupta', 'person'), ('Srinagar', 'location')]","[('Inderjit Gupta', 'person'), ('Srinagar', 'location')]",1.0,1.0,1.0
300,CoNLL,Lyon 2 Nancy 0,"[('Lyon', 'organization'), ('Nancy', 'organization')]","[('Lyon', 'location'), ('Nancy', 'person')]",0.0,0.0,0.0
301,CoNLL,Els Callens( Belgium) beat Nicole Bradtke( Australia) 7-6( 7-1) 7-6( 9-7),"[('Els Callens', 'person'), ('Belgium', 'location'), ('Nicole Bradtke', 'person'), ('Australia', 'location')]","[('Els Callens', 'person'), ('Belgium', 'location'), ('Nicole Bradtke', 'person'), ('Australia', 'location')]",1.0,1.0,1.0
302,CoNLL,Auckland 21 11 0 10 406 389 22,"[('Auckland', 'organization')]","[('Auckland', 'location')]",0.0,0.0,0.0
303,CoNLL,NEW YORK 1996-08-26,"[('NEW YORK', 'location')]","[('NEW YORK', 'location')]",1.0,1.0,1.0
304,CoNLL,Petra Drnovice 3 1 1 1 7 5 4,"[('Petra Drnovice', 'organization')]","[('Petra Drnovice', 'person')]",0.0,0.0,0.0
305,CoNLL,CHICAGO 1996-08-26,"[('CHICAGO', 'location')]","[('CHICAGO', 'location')]",1.0,1.0,1.0
306,CoNLL,GPG earlier said its net profit for the six months to June 30 rose to 9.77 million pounds from 6.93 million in the previous first half.,"[('GPG', 'organization')]","[('GPG', 'organization')]",1.0,1.0,1.0
307,CoNLL,"NEC Nijmegen 1( Van Eykeren 15th) PSV Eindhoven 4( Numan 11th,","[('NEC Nijmegen', 'organization'), ('PSV Eindhoven', 'organization')]","[('NEC Nijmegen', 'organization'), ('Van Eykeren', 'person'), ('PSV Eindhoven', 'organization')]",0.6666666666666666,1.0,0.8
308,CoNLL,"They can be flown in quieter ways,"" a spokesman said.",[],"[('spokesman', 'person')]",0.0,0.0,0.0
309,CoNLL,Bayern Munich 4 Bayer Leverkusen 2,"[('Bayern Munich', 'organization'), ('Bayer Leverkusen', 'organization')]","[('Bayern Munich', 'organization'), ('Bayer Leverkusen', 'organization')]",1.0,1.0,1.0
310,CoNLL,SOCCER- BAYERN HIT FOUR TO TAKE BUNDESLIGA TOP SPOT.,"[('BAYERN', 'organization'), ('BUNDESLIGA', 'miscellaneous')]","[('BAYERN', 'organization'), ('BUNDESLIGA', 'location')]",0.5,0.5,0.5
311,CoNLL,"-- New Delhi newsroom, +91-11-3012024","[('New Delhi', 'location')]","[('New Delhi', 'location')]",1.0,1.0,1.0
312,CoNLL,COLOMBO 1996-08-22,"[('COLOMBO', 'location')]","[('COLOMBO', 'location')]",1.0,1.0,1.0
313,CoNLL,Namibia 6 Botswana 0,"[('Namibia', 'location'), ('Botswana', 'location')]","[('Namibia', 'location'), ('Botswana', 'location')]",1.0,1.0,1.0
314,CoNLL,0515 GMT,"[('GMT', 'miscellaneous')]",[],0.0,0.0,0.0
315,CoNLL,Results of Swiss premier division,"[('Swiss', 'miscellaneous')]",[],0.0,0.0,0.0
316,CoNLL,He added that he has had job offers but more have come from abroad than at home.,[],"[('He', 'person'), ('he', 'person'), ('abroad', 'location')]",0.0,0.0,0.0
317,CoNLL,Pound/ dollar ..,[],[],1.0,1.0,1.0
318,CoNLL,St Pauli 4 Schalke 4,"[('St Pauli', 'organization'), ('Schalke', 'organization')]","[('St Pauli 4', 'location'), ('Schalke', 'organization')]",0.5,0.5,0.5
319,CoNLL,SunGard to buy CheckFree unit.,"[('SunGard', 'organization'), ('CheckFree', 'organization')]","[('SunGard', 'organization')]",1.0,0.5,0.6666666666666666
320,CoNLL,"Officials fed Phan some soup, gave him medical care, kept him overnight and then fed him a large breakfast.","[('Phan', 'person')]","[('Officials', 'organization'), ('Phan', 'person')]",0.5,1.0,0.6666666666666666
321,CoNLL,6. Lance Armstrong( USA) Motorola 0:08,"[('Lance Armstrong', 'person'), ('USA', 'location'), ('Motorola', 'organization')]","[('Lance Armstrong', 'person'), ('USA', 'location'), ('Motorola', 'organization')]",1.0,1.0,1.0
322,CoNLL,"-- Gordana Kukic, Belgrade Newsroom +381 11 222 4254","[('Gordana Kukic', 'person'), ('Belgrade Newsroom', 'organization')]","[('Gordana Kukic', 'person'), ('Belgrade', 'location')]",0.5,0.5,0.5
323,CoNLL,"Christie, competing in what is expected to be his last major international meeting, finished fifth in 10.14.","[('Christie', 'person')]","[('Christie', 'person')]",1.0,1.0,1.0
324,CoNLL,A shares -- distributed to former holders of property rights in the Beirut central district SOLIDERE is rebuilding -- closed at$ 104.625 unchanged from Thursday.,"[('Beirut', 'location'), ('SOLIDERE', 'organization')]","[('Beirut central district', 'location'), ('SOLIDERE', 'location')]",0.0,0.0,0.0
325,CoNLL,First race,[],[],1.0,1.0,1.0
326,CoNLL,The Israeli army also uses the area for military training.,"[('Israeli', 'miscellaneous')]","[('The Israeli army', 'organization'), ('area', 'location')]",0.0,0.0,0.0
327,CoNLL,Schalke 3 0 2 1 4 8 2,"[('Schalke', 'organization')]","[('Schalke', 'organization')]",1.0,1.0,1.0
328,CoNLL,MOSCOW 1996-08-22,"[('MOSCOW', 'location')]","[('MOSCOW', 'location')]",1.0,1.0,1.0
329,CoNLL,Unsecured claims are estimated at about$ 90 million.,[],[],1.0,1.0,1.0
330,CoNLL,"The elephant crashed into Hari Maya Poudels house in Madhumalla village earlier this week while she was asleep, they said.","[('Hari Maya Poudels', 'person'), ('Madhumalla', 'location')]","[('Hari Maya Poudels', 'person'), ('Madhumalla village', 'location')]",0.5,0.5,0.5
331,CoNLL,"69 76 73, Mark Roe 69 71 78","[('Mark Roe', 'person')]","[('Mark Roe', 'person')]",1.0,1.0,1.0
332,CoNLL,"Enn Markvart, chairman of the National Election Commission said 96 members of parliament cast votes, with one ballot paper invalid and 11 abstentions.","[('Enn Markvart', 'person'), ('National Election Commission', 'organization')]","[('Enn Markvart', 'person'), ('National Election Commission', 'organization')]",1.0,1.0,1.0
333,CoNLL,India RBI chief sees cut in cash reserve ratio.,"[('India', 'location'), ('RBI', 'organization')]","[('India', 'location'), ('RBI', 'organization')]",1.0,1.0,1.0
334,CoNLL,SAN FRANCISCO 12 New York 11,"[('SAN FRANCISCO', 'organization'), ('New York', 'organization')]","[('SAN FRANCISCO', 'location'), ('New York', 'location')]",0.0,0.0,0.0
335,CoNLL,"Feyenoord 2( Larsson 73rd, Van Gastel 83rd penalty) Graafschap","[('Feyenoord', 'organization'), ('Larsson', 'person'), ('Van Gastel', 'person'), ('Graafschap', 'organization')]","[('Feyenoord', 'organization'), ('Larsson', 'person'), ('Van Gastel', 'person'), ('Graafschap', 'organization')]",1.0,1.0,1.0
336,CoNLL,MFS shares surged on the news while WorldCom fell on fears of dilution.,"[('MFS', 'organization'), ('WorldCom', 'organization')]","[('MFS', 'organization'), ('WorldCom', 'organization')]",1.0,1.0,1.0
337,CoNLL,Its link to the U.S. dollar had proved an engine of growth for the past 12 years.,"[('U.S.', 'location')]","[('U.S.', 'location')]",1.0,1.0,1.0
338,CoNLL,-- Southern New England closed at 38-1/2 Wednesday.,"[('Southern New England', 'organization')]","[('Southern New England', 'location')]",0.0,0.0,0.0
339,CoNLL,U.S. President Bill Clinton had to drop the resort of Ballybunion from a whirlwind Irish tour last year.,"[('U.S.', 'location'), ('Bill Clinton', 'person'), ('Ballybunion', 'organization'), ('Irish', 'miscellaneous')]","[('U.S. President', 'organization'), ('Bill Clinton', 'person'), ('Ballybunion', 'location')]",0.3333333333333333,0.25,0.28571428571428575
340,CoNLL,3. Lance Armstrong( U.S.) Motorola,"[('Lance Armstrong', 'person'), ('U.S.', 'location'), ('Motorola', 'organization')]","[('Lance Armstrong', 'person'), ('U.S.', 'location'), ('Motorola', 'organization')]",1.0,1.0,1.0
341,CoNLL,"An estimated 50,000 people, including more than 110 foreigners, have been killed in Algeria 's violence pitting Moslem rebels against government forces since early 1992 when authorities in Algeria cancelled a general election in which FIS had taken a commanding lead.","[('Algeria', 'location'), ('Moslem', 'miscellaneous'), ('Algeria', 'location'), ('FIS', 'organization')]","[('Algeria', 'location'), ('Moslem rebels', 'organization'), ('government forces', 'organization'), ('Algeria', 'location'), ('FIS', 'organization')]",0.5,0.6666666666666666,0.5714285714285715
342,CoNLL,SAN FRANCISCO 54 72 .429 14,"[('SAN FRANCISCO', 'organization')]","[('SAN FRANCISCO', 'location')]",0.0,0.0,0.0
343,CoNLL,"-- Damien Lynch, Dublin Newsroom +353 1 6603377","[('Damien Lynch', 'person'), ('Dublin Newsroom', 'organization')]","[('Damien Lynch', 'person'), ('Dublin', 'location')]",0.5,0.5,0.5
344,CoNLL,DAC Dunajska Streda 1 Spartak Trnava 3,"[('DAC Dunajska Streda', 'organization'), ('Spartak Trnava', 'organization')]","[('1', 'location')]",0.0,0.0,0.0
345,CoNLL,( Parent) FORECAST FORECAST YEAR-AGO,[],[],1.0,1.0,1.0
346,CoNLL,"Tapie, the target of a blizzard of legal actions over his now-destroyed business empire and the Marseille soccer team he once ran, has a starring role in Lelouche 's"" Homme, femmes: mode d'emploi""( Men, women: instructions for use).","[('Tapie', 'person'), ('Marseille', 'organization'), ('Lelouche', 'person')]","[('Tapie', 'person'), ('Marseille', 'location')]",0.5,0.3333333333333333,0.4
347,CoNLL,+5 Wayne Westner( South Africa) 77 68,"[('Wayne Westner', 'person'), ('South Africa', 'location')]","[('Wayne Westner', 'person'), ('South Africa', 'location')]",1.0,1.0,1.0
348,CoNLL,Mark Gleeson,"[('Mark Gleeson', 'person')]","[('Mark Gleeson', 'person')]",1.0,1.0,1.0
349,CoNLL,13. Latvia 8.29,"[('Latvia', 'location')]","[('Latvia', 'location')]",1.0,1.0,1.0
350,CoNLL,"TAIBE, Israel 1996-08-23","[('TAIBE', 'location'), ('Israel', 'location')]","[('TAIBE', 'location')]",1.0,0.5,0.6666666666666666
351,CoNLL,"The average family earns 160-200 million karbovanets a year($ 800-$ 1,000) -- but many have not been paid in months, Soprun said.""","[('Soprun', 'person')]","[('Soprun', 'person')]",1.0,1.0,1.0
352,CoNLL,"The foreign ministry 's Shen told Reuters Television in an interview he had read reports of Tang 's comments but gave no details of why the negotiator had considered the time right for talks with Taiwan, which Beijing considers a renegade province.","[('Shen', 'organization'), ('Reuters Television', 'organization'), ('Tang', 'person'), ('Taiwan', 'location'), ('Beijing', 'location')]","[('foreign ministry', 'organization'), ('Shen', 'person'), ('Reuters Television', 'organization'), ('Tang', 'person'), ('negotiator', 'person'), ('Taiwan', 'location'), ('Beijing', 'location')]",0.5714285714285714,0.8,0.6666666666666666
353,CoNLL,Derbyshire 13 7 2 4 41 43 208,"[('Derbyshire', 'organization')]","[('Derbyshire', 'location')]",0.0,0.0,0.0
354,CoNLL,"Campaign officials then hope the day 's"" news"" event will be showcased on evening television news shows as a lead-in for that night 's convention programme.",[],"[('Campaign officials', 'organization')]",0.0,0.0,0.0
355,CoNLL,"Gazprom has recently tightened these rules, making it harder for shareholders to sell to whoever they want, when they want.","[('Gazprom', 'organization')]","[('Gazprom', 'organization'), ('shareholders', 'person')]",0.5,1.0,0.6666666666666666
356,CoNLL,"The Serbs, who make up 10 percent of the province 's 1.8 million people, claim Kosovo as the cradle of their culture.","[('Serbs', 'miscellaneous'), ('Kosovo', 'location')]","[('The Serbs', 'organization'), ('Kosovo', 'location')]",0.5,0.5,0.5
357,CoNLL,Three members of the party were rescued unhurt.,[],[],1.0,1.0,1.0
358,CoNLL,2. Louise McPaul( Australia) 60.66,"[('Louise McPaul', 'person'), ('Australia', 'location')]","[('Louise McPaul', 'person'), ('Australia', 'location')]",1.0,1.0,1.0
359,CoNLL,"Maybe they want us to be alcoholics,"" Perry joked before lifting her glass of wine.","[('Perry', 'person')]","[('Perry', 'person')]",1.0,1.0,1.0
360,CoNLL,", at$ 11 mln.",[],[],1.0,1.0,1.0
361,CoNLL,"William Fox broke into his wife 's home on Tuesday morning, shooting her dead and wounding his 16-year-old son, his son 's girlfriend and a neighbour, police said.","[('William Fox', 'person')]","[('William Fox', 'person'), ('16-year-old son', 'person'), ('police', 'organization')]",0.3333333333333333,1.0,0.5
362,CoNLL,He was due to head to the Bosnian town of Banja Luka on Friday to meet Bosnian Serb acting president Biljana Plavsic and Bosnian Serb opposition leaders.,"[('Bosnian', 'miscellaneous'), ('Banja Luka', 'location'), ('Bosnian Serb', 'miscellaneous'), ('Biljana Plavsic', 'person'), ('Bosnian Serb', 'miscellaneous')]","[('Banja Luka', 'location'), ('Biljana Plavsic', 'person'), ('Bosnian Serb opposition leaders', 'organization')]",0.6666666666666666,0.5,0.5714285714285715
363,CoNLL,"A swell of protest is growing within Venezuela 's trade unions at the proposed year-end privatization of the state-owned holding company Corporacion Venezolana de Guayana( CVG), CVG union leaders said Tuesday.","[('Venezuela', 'location'), ('Corporacion Venezolana de Guayana', 'organization'), ('CVG', 'organization'), ('CVG', 'organization')]","[('Venezuela', 'location'), ('Corporacion Venezolana de Guayana', 'organization'), ('CVG', 'organization'), ('CVG', 'organization')]",1.0,1.0,1.0
364,CoNLL,R. Dravid not out 7,"[('R. Dravid', 'person')]","[('R. Dravid', 'person')]",1.0,1.0,1.0
365,CoNLL,WASHINGTON 1996-08-27,"[('WASHINGTON', 'location')]","[('WASHINGTON', 'location')]",1.0,1.0,1.0
366,CoNLL,"In its three-grade rating system, the research institute assigns a"" 2"" rating to issues whose values it sees moving within 10 percentage points in either direction of the key 225-share Nikkei average over the next six months.","[('Nikkei', 'miscellaneous')]","[('research institute', 'organization')]",0.0,0.0,0.0
367,CoNLL,teams that took place today in Geneva:,"[('Geneva', 'location')]","[('Geneva', 'location')]",1.0,1.0,1.0
368,CoNLL,"""",[],[],1.0,1.0,1.0
369,CoNLL,5. Colin Edwards( U.S.) Yamaha 176,"[('Colin Edwards', 'person'), ('U.S.', 'location'), ('Yamaha', 'organization')]","[('Colin Edwards', 'person'), ('U.S.', 'location'), ('Yamaha', 'organization')]",1.0,1.0,1.0
370,CoNLL,"To bat: Wasim Akram, Moin Khan, Mushtaq Ahmed, Waqar Younis,","[('Wasim Akram', 'person'), ('Moin Khan', 'person'), ('Mushtaq Ahmed', 'person'), ('Waqar Younis', 'person')]","[('Wasim Akram', 'person'), ('Moin Khan', 'person'), ('Mushtaq Ahmed', 'person'), ('Waqar Younis', 'person')]",1.0,1.0,1.0
371,CoNLL,10. Germany 8.30,"[('Germany', 'location')]","[('Germany', 'location')]",1.0,1.0,1.0
372,CoNLL,"KARACHI, Pakistan 1996-08-27","[('KARACHI', 'location'), ('Pakistan', 'location')]","[('KARACHI', 'location')]",1.0,0.5,0.6666666666666666
373,CoNLL,""" Somebody threw a molotov cocktail over the fence and it went into the parking lot.",[],"[('Somebody', 'person'), ('parking lot', 'location')]",0.0,0.0,0.0
374,CoNLL,"Since taking over from Jack Charlton in February, McCarthy has played largely experimental sides and seen them lose five times, draw twice and win just once.","[('Jack Charlton', 'person'), ('McCarthy', 'person')]","[('Jack Charlton', 'person'), ('McCarthy', 'person')]",1.0,1.0,1.0
375,CoNLL,Ricky Ponting led the way with 100 off 119 balls with two sixes and nine fours before retiring.,"[('Ricky Ponting', 'person')]","[('Ricky Ponting', 'person')]",1.0,1.0,1.0
376,CoNLL,9. Andersson 1 minute 32 seconds,"[('Andersson', 'person')]","[('Andersson', 'person')]",1.0,1.0,1.0
377,CoNLL,Sportul Studentesc 4 1 1 2 7 9 4,"[('Sportul Studentesc', 'organization')]","[('Sportul Studentesc', 'organization')]",1.0,1.0,1.0
378,CoNLL,"Jonathan Lomas, Jose Rivero( Spain), Robert Karlsson","[('Jonathan Lomas', 'person'), ('Jose Rivero', 'person'), ('Spain', 'location'), ('Robert Karlsson', 'person')]","[('Jonathan Lomas', 'person'), ('Jose Rivero', 'person'), ('Spain', 'location'), ('Robert Karlsson', 'person')]",1.0,1.0,1.0
379,CoNLL,Milwaukee 10 MINNESOTA 7,"[('Milwaukee', 'organization'), ('MINNESOTA', 'organization')]","[('Milwaukee', 'location'), ('MINNESOTA', 'location')]",0.0,0.0,0.0
380,CoNLL,JUNE MAY JUNE 1995,[],[],1.0,1.0,1.0
381,CoNLL,Year Amount Coupon Yield Price Conc.,[],[],1.0,1.0,1.0
382,CoNLL,Wigan 3 2 1 0 5 2 7,"[('Wigan', 'organization')]","[('Wigan', 'location')]",0.0,0.0,0.0
383,CoNLL,Women 's world points race championship( 24-km):,[],"[('Women', 'person'), ('24-km', 'location')]",0.0,0.0,0.0
384,CoNLL,Cologne 3 3 0 0 7 1 9,"[('Cologne', 'organization')]","[('Cologne', 'location')]",0.0,0.0,0.0
385,CoNLL,MON Gencor YR DIV 25.75 25.0-27.0 20.0,"[('Gencor', 'organization')]","[('Gencor', 'organization')]",1.0,1.0,1.0
386,CoNLL,Cooper,"[('Cooper', 'person')]","[('Cooper', 'person')]",1.0,1.0,1.0
387,CoNLL,Andy Caddick 1 1 0 4 4 4.00,"[('Andy Caddick', 'person')]","[('Andy Caddick', 'person')]",1.0,1.0,1.0
388,CoNLL,"Flamboyant former Surinamese rebel leader Ronny Brunswijk was in custody on Wednesday charged with attempted murder, police said.","[('Surinamese', 'miscellaneous'), ('Ronny Brunswijk', 'person')]","[('Ronny Brunswijk', 'person'), ('police', 'organization')]",0.5,0.5,0.5
389,CoNLL,Felicia Ballanger of France confirmed her status as the world 's number one woman sprinter when she retained her title at the world cycling championships on Friday.,"[('Felicia Ballanger', 'person'), ('France', 'location')]","[('Felicia Ballanger', 'person'), ('France', 'location'), ('world cycling championships', 'organization')]",0.6666666666666666,1.0,0.8
390,CoNLL,""" Digital is coming, it 's economic and the question is what will make the consumer happy and at what price.""",[],"[('consumer', 'person')]",0.0,0.0,0.0
391,CoNLL,"Perhaps the best, yet most unfortunate, first-round matchup of the men 's competition pits eighth seed Jim Courier against retiring star Stefan Edberg.","[('Jim Courier', 'person'), ('Stefan Edberg', 'person')]","[('Jim Courier', 'person'), ('Stefan Edberg', 'person')]",1.0,1.0,1.0
392,CoNLL,"-- Bonn newsroom, +49 228 2609760","[('Bonn', 'location')]","[('Bonn newsroom', 'organization')]",0.0,0.0,0.0
393,CoNLL,Sampras avenged that defeat with a straight sets win over the 19-year-old power hitter in the second round at Wimbledon and their rubber match in New York could provide some first-week fireworks.,"[('Sampras', 'person'), ('Wimbledon', 'location'), ('New York', 'location')]","[('Sampras', 'person'), ('New York', 'location')]",1.0,0.6666666666666666,0.8
394,CoNLL,"The Central African Republic qualified on a walkover to play in group four with Guinea, Sierra Leone and Tunisia.","[('Central African Republic', 'location'), ('Guinea', 'location'), ('Sierra Leone', 'location'), ('Tunisia', 'location')]","[('Central African Republic', 'location'), ('Guinea', 'location'), ('Sierra Leone', 'location'), ('Tunisia', 'location')]",1.0,1.0,1.0
395,CoNLL,TEXAS AT MINNESOTA,"[('TEXAS', 'organization'), ('MINNESOTA', 'location')]","[('TEXAS', 'location'), ('MINNESOTA', 'location')]",0.5,0.5,0.5
396,CoNLL,"Standings( tabulated under played, won, drawn, lost, goals",[],"[('goals', 'miscellaneous')]",0.0,0.0,0.0
397,CoNLL,A. Mullally b Wasim Akram 24,"[('A. Mullally', 'person'), ('Wasim Akram', 'person')]","[('Wasim Akram', 'person')]",1.0,0.5,0.6666666666666666
398,CoNLL,CHICAGO 1996-08-27,"[('CHICAGO', 'location')]","[('CHICAGO', 'location')]",1.0,1.0,1.0
399,CoNLL,Willem II Tilburg 2 0 1 1 0 1 1,"[('Willem II Tilburg', 'organization')]","[('Willem II', 'person')]",0.0,0.0,0.0
400,CoNLL,Rohrabacher was expected to visit neutral faction leaders in the eastern city of Jalalabad and meet leaders of the rebel Islamic Taleban militia in the southern city of Kandahar.,"[('Rohrabacher', 'person'), ('Jalalabad', 'location'), ('Islamic Taleban', 'miscellaneous'), ('Kandahar', 'location')]","[('Rohrabacher', 'person'), ('Jalalabad', 'location'), ('Kandahar', 'location')]",1.0,0.75,0.8571428571428571
401,CoNLL,Allensbach May 15 38.5 32.5 8.1 12.0 4.4,"[('Allensbach', 'organization')]","[('Allensbach', 'location')]",0.0,0.0,0.0
402,CoNLL,15-2 17-14,[],[],1.0,1.0,1.0
403,CoNLL,"Boardman, 28, did not contest the Olympic pursuit because of its proximity to the Tour de France in which he led the French GAN team.","[('Boardman', 'person'), ('Olympic', 'miscellaneous'), ('Tour de France', 'miscellaneous'), ('French', 'miscellaneous'), ('GAN', 'organization')]","[('Boardman', 'person'), ('French GAN team', 'organization')]",0.5,0.2,0.28571428571428575
404,CoNLL,A West Bank bookseller charged on Thursday that the Palestinian Information Ministry has forced him to sign an undertaking not to distribute books written by critics of Israeli-PLO self-rule deals.,"[('West Bank', 'location'), ('Palestinian Information Ministry', 'organization'), ('Israeli-PLO', 'miscellaneous')]","[('West Bank', 'location'), ('Palestinian Information Ministry', 'organization')]",1.0,0.6666666666666666,0.8
405,CoNLL,SOCCER- RESULTS OF SOUTH KOREAN PRO-SOCCER GAMES.,"[('SOUTH KOREAN', 'miscellaneous')]",[],0.0,0.0,0.0
406,CoNLL,Auxerre 4 2 2 0 3 0 8,"[('Auxerre', 'organization')]",[],0.0,0.0,0.0
407,CoNLL,""" The ruling Awami league is making parliament ineffective and the speaker is contributing to that by not allowing the opposition MPs enough time to speak,"" she told a rally in northern district of Bogra on Monday.","[('Bogra', 'location')]","[('Awami league', 'organization'), ('speaker', 'person'), ('she', 'person'), ('Bogra', 'location')]",0.25,1.0,0.4
408,CoNLL,"Price per bushel for 14-pct protein dark northern spring, durum and white wheats, in dollars per bushel:",[],"[('dark northern spring', 'location')]",0.0,0.0,0.0
409,CoNLL,FLORIDA AT ST LOUIS,"[('FLORIDA', 'organization'), ('ST LOUIS', 'location')]","[('FLORIDA', 'location')]",0.0,0.0,0.0
410,CoNLL,Chernomorets Novorossiisk 2 Rostselmash Rostov 1,"[('Chernomorets Novorossiisk', 'organization'), ('Rostselmash Rostov', 'organization')]","[('Chernomorets', 'organization'), ('Novorossiisk', 'location'), ('Rostselmash', 'location'), ('Rostov', 'location')]",0.0,0.0,0.0
411,CoNLL,Main Tunisian opposition party ousted from HQ.,"[('Tunisian', 'miscellaneous')]","[('Main Tunisian opposition party', 'organization'), ('HQ', 'location')]",0.0,0.0,0.0
412,CoNLL,- The Irish Department of Enterprise and Employment has widened its probe into Taylor Asset Managers to include the investigation of investments of 10 more investors.,"[('Irish Department of Enterprise and Employment', 'organization'), ('Taylor Asset Managers', 'organization')]","[('Irish Department of Enterprise and Employment', 'organization'), ('Taylor Asset Managers', 'organization')]",1.0,1.0,1.0
413,CoNLL,Harleysville Group ups qrtly dividenD.,"[('Harleysville Group', 'organization')]","[('Harleysville', 'location'), ('Group ups', 'organization')]",0.0,0.0,0.0
414,CoNLL,"Turkish troops killed 25 Kurdish rebels in recent clashes in the east of the country, security officials said on Wednesday.","[('Turkish', 'miscellaneous'), ('Kurdish', 'miscellaneous')]","[('Turkish troops', 'organization'), ('Kurdish rebels', 'organization'), ('east of the country', 'location')]",0.0,0.0,0.0
415,CoNLL,soccer matches played over the weekend:,[],[],1.0,1.0,1.0
416,CoNLL,"Ajax, who had a dismal series of pre-season results before beating NAC of Breda in their opening game, had the best of an entertaining first half but failed to break the deadlock.","[('Ajax', 'organization'), ('NAC', 'organization'), ('Breda', 'location')]","[('Ajax', 'organization')]",1.0,0.3333333333333333,0.5
417,CoNLL,""" Edouard is getting stronger and stronger, and it already has winds of 105 mph( 185 kph),"" said hurricane forecaster Lixion Avila.","[('Edouard', 'miscellaneous'), ('Lixion Avila', 'person')]","[('Edouard', 'location'), ('Lixion Avila', 'person')]",0.5,0.5,0.5
418,CoNLL,Extras( b-6 lb-2 w-1 nb-13) 22,[],[],1.0,1.0,1.0
419,CoNLL,Cincinnati 3 ATLANTA 2( in 13),"[('Cincinnati', 'organization'), ('ATLANTA', 'organization')]","[('Cincinnati', 'location'), ('ATLANTA', 'location')]",0.0,0.0,0.0
420,CoNLL,The second round was the entry point for the bulk of the serie A sides with the winners going through.,"[('serie A', 'miscellaneous')]","[('The second round', 'location'), ('winners', 'person')]",0.0,0.0,0.0
421,CoNLL,England were 74 for no wicket in,"[('England', 'location')]","[('England', 'organization')]",0.0,0.0,0.0
422,CoNLL,WELLINGTON 1996-08-27,"[('WELLINGTON', 'location')]","[('WELLINGTON', 'location')]",1.0,1.0,1.0
423,CoNLL,matches played on Saturday:,[],[],1.0,1.0,1.0
424,CoNLL,"Did Not Bat: Mushtaq Ahmed, Waqar Younis, Ata-ur-Rehman,","[('Mushtaq Ahmed', 'person'), ('Waqar Younis', 'person'), ('Ata-ur-Rehman', 'person')]","[('Mushtaq Ahmed', 'person'), ('Waqar Younis', 'person'), ('Ata-ur-Rehman', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
425,CoNLL,They finally went ahead with an escort from the ULIMO-J faction.,"[('ULIMO-J', 'organization')]","[('ULIMO-J faction', 'organization')]",0.0,0.0,0.0
426,CoNLL,JERUSALEM 1996-08-22,"[('JERUSALEM', 'location')]","[('JERUSALEM', 'location')]",1.0,1.0,1.0
427,CoNLL,The company said it was not aware of any reason for the surge.,[],"[('The company', 'organization')]",0.0,0.0,0.0
428,CoNLL,Bolton 3 2 1 0 5 2 7,"[('Bolton', 'organization')]","[('Bolton', 'location')]",0.0,0.0,0.0
429,CoNLL,"An anti-abortion politician addressed the Democratic convention on Tuesday, but praised the overwhelmingly pro-abortion rights party for its tolerance of his minority views.","[('Democratic', 'miscellaneous')]","[('An anti-abortion politician', 'person'), ('overwhelmingly pro-abortion rights party', 'organization')]",0.0,0.0,0.0
430,CoNLL,"In August the same year, while in New Delhi to receive yet another award, she developed malaria, complicated by her heart and lung problems.","[('New Delhi', 'location')]","[('New Delhi', 'location'), ('she', 'person'), ('malaria', 'miscellaneous')]",0.3333333333333333,1.0,0.5
431,CoNLL,He has since named a prime minister for the first time since early in his rule and ordered a crackdown on corruption.,[],"[('He', 'person'), ('prime minister', 'person')]",0.0,0.0,0.0
432,CoNLL,"Among them, he noted that Cofinec had acquired the outstanding stake in its Czech folding company Krpaco a.s., increasing its ownership to 100 percent, so in the second half the whole of Krpaco 's figures will be consolidated.","[('Cofinec', 'organization'), ('Czech', 'miscellaneous'), ('Krpaco a.s.', 'organization'), ('Krpaco', 'organization')]","[('Cofinec', 'organization'), ('Czech', 'location'), ('Krpaco a.s.', 'organization'), ('Krpaco', 'organization')]",0.75,0.75,0.75
433,CoNLL,+3 Corey Pavin through 14,"[('Corey Pavin', 'person')]","[('Corey Pavin', 'person')]",1.0,1.0,1.0
434,CoNLL,Cardiff 0 Wigan 2,"[('Cardiff', 'organization'), ('Wigan', 'organization')]","[('Cardiff', 'location'), ('Wigan', 'location')]",0.0,0.0,0.0
435,CoNLL,"He pitched his fourth complete game, allowing eight hits with two walks and 11 strikeouts.",[],"[('He', 'person')]",0.0,0.0,0.0
436,CoNLL,"Attendance 7,032.",[],[],1.0,1.0,1.0
437,CoNLL,"Sanchez Vicario, runner-up to Graf at the French Open and Wimbledon, begins play against a qualifier in a quarter of the draw that includes young talent Martina Hingis, the 16th seed, before a probable quarter-final clash with seventh-seeded veteran Jana Novotna.","[('Sanchez Vicario', 'person'), ('Graf', 'person'), ('French Open', 'miscellaneous'), ('Wimbledon', 'miscellaneous'), ('Martina Hingis', 'person'), ('Jana Novotna', 'person')]","[('Sanchez Vicario', 'person'), ('Graf', 'person'), ('French Open', 'location'), ('Wimbledon', 'location'), ('Martina Hingis', 'person'), ('Jana Novotna', 'person')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
438,CoNLL,Strasbourg 1 Le Havre 0,"[('Strasbourg', 'organization'), ('Le Havre', 'organization')]","[('Strasbourg', 'location'), ('Le Havre', 'location')]",0.0,0.0,0.0
439,CoNLL,- Seven ministers and governor of Bank of Israel will visit the United States at the end of September and in October.,"[('Bank of Israel', 'organization'), ('United States', 'location')]","[('governor', 'person'), ('Bank of Israel', 'organization'), ('United States', 'location')]",0.6666666666666666,1.0,0.8
440,CoNLL,2. Anne Marken( Belgium) 55.90,"[('Anne Marken', 'person'), ('Belgium', 'location')]","[('Anne Marken', 'person'), ('Belgium', 'location')]",1.0,1.0,1.0
441,CoNLL,TUE Iscor YR EPS 29.7 26.0-32.0 38.0,"[('Iscor', 'organization')]",[],0.0,0.0,0.0
442,CoNLL,SV Ried 0 SV Salzburg 4,"[('SV Ried', 'organization'), ('SV Salzburg', 'organization')]","[('SV Ried', 'organization'), ('SV Salzburg', 'organization')]",1.0,1.0,1.0
443,CoNLL,"In the first half, Kekkila posted a 6.1 million markka profit, up from 0.7 million.","[('Kekkila', 'organization')]","[('Kekkila', 'organization')]",1.0,1.0,1.0
444,CoNLL,""" These charges are the interpretation of the church,"" Garang said on Tuesday.""","[('Garang', 'person')]","[('church', 'organization'), ('Garang', 'person')]",0.5,1.0,0.6666666666666666
445,CoNLL,"FEATURES- AEX INDEX 7,391 5,658 15.72","[('AEX', 'miscellaneous')]","[('AEX INDEX', 'organization')]",0.0,0.0,0.0
446,CoNLL,Barnsley 3 Huddersfield 1,"[('Barnsley', 'organization'), ('Huddersfield', 'organization')]","[('Barnsley', 'location'), ('Huddersfield', 'location')]",0.0,0.0,0.0
447,CoNLL,"Cevaer( France), Thomas Bjorn( Denmark), Tony Johnstone","[('Cevaer', 'person'), ('France', 'location'), ('Thomas Bjorn', 'person'), ('Denmark', 'location'), ('Tony Johnstone', 'person')]","[('Cevaer', 'person'), ('France', 'location'), ('Thomas Bjorn', 'person'), ('Denmark', 'location'), ('Tony Johnstone', 'person')]",1.0,1.0,1.0
448,CoNLL,Borussia Dortmund 4 3 0 1 12 6 9,"[('Borussia Dortmund', 'organization')]","[('Borussia Dortmund', 'organization')]",1.0,1.0,1.0
449,CoNLL,PARIS 1996-08-27,"[('PARIS', 'location')]","[('PARIS', 'location')]",1.0,1.0,1.0
450,CoNLL,Two Iranian opposition leaders meet in Baghdad.,"[('Iranian', 'miscellaneous'), ('Baghdad', 'location')]","[('Two Iranian opposition leaders', 'person'), ('Baghdad', 'location')]",0.5,0.5,0.5
451,CoNLL,U.S. Treasury balances at Federal Reserve based on Treasury Department 's latest budget statement.,"[('U.S. Treasury', 'organization'), ('Federal Reserve', 'organization'), ('Treasury Department', 'organization')]","[('U.S.', 'location'), ('Federal Reserve', 'organization'), ('Treasury Department', 'organization')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
452,CoNLL,""" On the jet kerosene side we must be cautious about quality.",[],"[('On the jet kerosene side', 'location')]",0.0,0.0,0.0
453,CoNLL,"Bernini is expected to take office Thursday, a Eletropaulo spokeswoman said.","[('Bernini', 'person'), ('Eletropaulo', 'organization')]","[('Bernini', 'person'), ('Eletropaulo', 'organization')]",1.0,1.0,1.0
454,CoNLL,"Warwickshire are currently in fourth position behind Yorkshire, Nottinghamshire and Surrey.","[('Warwickshire', 'organization'), ('Yorkshire', 'organization'), ('Nottinghamshire', 'organization'), ('Surrey', 'organization')]","[('Warwickshire', 'location'), ('Yorkshire', 'location'), ('Nottinghamshire', 'location'), ('Surrey', 'location')]",0.0,0.0,0.0
455,CoNLL,CRICKET- INDIA WIN TOSS AND BAT AGAINST SRI LANKA.,"[('INDIA', 'location'), ('SRI LANKA', 'location')]","[('CRICKET', 'organization'), ('INDIA', 'location'), ('SRI LANKA', 'organization')]",0.3333333333333333,0.5,0.4
456,CoNLL,The rates are:,[],[],1.0,1.0,1.0
457,CoNLL,BONN 1996-08-23,"[('BONN', 'location')]","[('BONN', 'location')]",1.0,1.0,1.0
458,CoNLL,number denotes seeding):,[],[],1.0,1.0,1.0
459,CoNLL,Following are some of the main factors likely to affect Indonesian stocks on Thursday:,"[('Indonesian', 'miscellaneous')]",[],0.0,0.0,0.0
460,CoNLL,"For the distribution and supervision of humanitarian supplies the United Nations estimated it needed 1,190 people, including 267 international staff and 923 Iraqi support staff.","[('United Nations', 'organization'), ('Iraqi', 'miscellaneous')]","[('United Nations', 'organization'), ('267 international staff', 'person'), ('923 Iraqi support staff', 'person')]",0.3333333333333333,0.5,0.4
461,CoNLL,Cup Winners' Cup x-Cercle Brugge( Belgium) v Brann Bergen( Norway),"[(""Cup Winners' Cup"", 'miscellaneous'), ('x-Cercle Brugge', 'organization'), ('Belgium', 'location'), ('Brann Bergen', 'organization'), ('Norway', 'location')]","[('Belgium', 'location'), ('Brann Bergen', 'organization'), ('Norway', 'location')]",1.0,0.6,0.7499999999999999
462,CoNLL,""" Java portends dramatic changes in the way we use the Internet,"" said Hong Bui, vice president of engineering of the new company after serving as a senior engineer at JavaSoft.","[('Java', 'miscellaneous'), ('Internet', 'miscellaneous'), ('Hong Bui', 'person'), ('JavaSoft', 'organization')]","[('Internet', 'location'), ('Hong Bui', 'person'), ('JavaSoft', 'organization')]",0.6666666666666666,0.5,0.5714285714285715
463,CoNLL,Final world championship standings:,[],[],1.0,1.0,1.0
464,CoNLL,"The SEC 's goal, he added, was to create"" one system where one price could be available to everybody.""","[('SEC', 'organization')]","[('The SEC', 'organization'), ('he', 'person')]",0.0,0.0,0.0
465,CoNLL,Adrian Voinea( Romania) beat Thomas Johansson( Sweden) 7-6,"[('Adrian Voinea', 'person'), ('Romania', 'location'), ('Thomas Johansson', 'person'), ('Sweden', 'location')]","[('Adrian Voinea', 'person'), ('Romania', 'location'), ('Thomas Johansson', 'person'), ('Sweden', 'location')]",1.0,1.0,1.0
466,CoNLL,Rating Announcement As of 08/26/96.,[],[],1.0,1.0,1.0
467,CoNLL,9. Maurizio Fondriest( Italy),"[('Maurizio Fondriest', 'person'), ('Italy', 'location')]","[('Maurizio Fondriest', 'person'), ('Italy', 'location')]",1.0,1.0,1.0
468,CoNLL,"In June, Promodes signed an outline agreement to sell its Specia unit -- which runs 100 Dia stores in France -- to Germany 's Aldi.","[('Promodes', 'organization'), ('Specia', 'organization'), ('Dia', 'organization'), ('France', 'location'), ('Germany', 'location'), ('Aldi', 'organization')]","[('Promodes', 'organization'), ('Specia', 'organization'), ('France', 'location'), ('Germany', 'location'), ('Aldi', 'organization')]",1.0,0.8333333333333334,0.9090909090909091
469,CoNLL,No new deficit forecast has been issued so far.,[],[],1.0,1.0,1.0
470,CoNLL,David Nainkin( South Africa) beat 9- Wayne Ferreira( South Africa) 6-4 6-4 2-6 7-5,"[('David Nainkin', 'person'), ('South Africa', 'location'), ('Wayne Ferreira', 'person'), ('South Africa', 'location')]","[('David Nainkin', 'person'), ('South Africa', 'location'), ('Wayne Ferreira', 'person'), ('South Africa', 'location')]",1.0,1.0,1.0
471,CoNLL,3. Goulnara Fatkoullina( Russia) 16,"[('Goulnara Fatkoullina', 'person'), ('Russia', 'location')]","[('Goulnara Fatkoullina', 'person'), ('Russia', 'location')]",1.0,1.0,1.0
472,CoNLL,"With Democrats gathering in Chicago to start a convention on Monday to nominate him for a second term as president, Clinton plans a steady parade of events designed to highlight his leadership and dim the glow of the just-concluded Republican conclave that gave a boost to rival Bob Dole.","[('Democrats', 'miscellaneous'), ('Chicago', 'location'), ('Clinton', 'person'), ('Republican', 'miscellaneous'), ('Bob Dole', 'person')]","[('Democrats', 'organization'), ('Chicago', 'location'), ('Clinton', 'person'), ('Bob Dole', 'person')]",0.75,0.6,0.6666666666666665
473,CoNLL,Stockport 0 Bournemouth 1,"[('Stockport', 'organization'), ('Bournemouth', 'organization')]","[('Stockport', 'location'), ('Bournemouth', 'location')]",0.0,0.0,0.0
474,CoNLL,- Christian Maronite Patriarch Sfeir: We fear a movement from democracy to dictatorship.,"[('Christian Maronite', 'miscellaneous'), ('Sfeir', 'person')]","[('Christian Maronite Patriarch Sfeir', 'person')]",0.0,0.0,0.0
475,CoNLL,FC Linz 6 0 2 4 1 9 2,"[('FC Linz', 'organization')]","[('FC Linz', 'organization')]",1.0,1.0,1.0
476,CoNLL,"Trade data are customs-cleared, published by economy ministry.",[],"[('economy ministry', 'organization')]",0.0,0.0,0.0
477,CoNLL,Philadelphia 6 LOS ANGELES 0,"[('Philadelphia', 'organization'), ('LOS ANGELES', 'organization')]","[('Philadelphia', 'location'), ('LOS ANGELES', 'location')]",0.0,0.0,0.0
478,CoNLL,"Stuttgart 10,655 up 11.7","[('Stuttgart', 'location')]","[('Stuttgart', 'location')]",1.0,1.0,1.0
479,CoNLL,David Rikl( Czech Republic) beat Hicham Arazi( Morocco) 6-4 7-5 6-2,"[('David Rikl', 'person'), ('Czech Republic', 'location'), ('Hicham Arazi', 'person'), ('Morocco', 'location')]","[('David Rikl', 'person'), ('Czech Republic', 'location'), ('Hicham Arazi', 'person'), ('Morocco', 'location')]",1.0,1.0,1.0
480,CoNLL,5- Andrei Medvedev( Ukraine) beat Martin Damm( Czech,"[('Andrei Medvedev', 'person'), ('Ukraine', 'location'), ('Martin Damm', 'person'), ('Czech', 'location')]","[('Andrei Medvedev', 'person'), ('Ukraine', 'location'), ('Martin Damm', 'person'), ('Czech', 'location')]",1.0,1.0,1.0
481,CoNLL,13- Thomas Enqvist( Sweden) vs. Stephane Simian( France),"[('Thomas Enqvist', 'person'), ('Sweden', 'location'), ('Stephane Simian', 'person'), ('France', 'location')]","[('Thomas Enqvist', 'person'), ('Sweden', 'location'), ('Stephane Simian', 'person'), ('France', 'location')]",1.0,1.0,1.0
482,CoNLL,"Prime Minister Costas Simitis is going to make an official announcement after a cabinet meeting later on Thursday, said Skandalidis.","[('Costas Simitis', 'person'), ('Skandalidis', 'person')]","[('Prime Minister Costas Simitis', 'person')]",0.0,0.0,0.0
483,CoNLL,Benfica dominated the game but their lack of a first-class striker was apparent throughout and in the 30th minute they lost key Brazilian midfielder Valdo who suffered a light knee injury.,"[('Benfica', 'organization'), ('Brazilian', 'miscellaneous'), ('Valdo', 'person')]","[('Benfica', 'organization'), ('Valdo', 'person')]",1.0,0.6666666666666666,0.8
484,CoNLL,"In the last 15 days, Atlanta has traded for third baseman Terry Pendleton, claimed outfielder Luis Polonia on waivers and called up minor-league phenom Andruw Jones, all in preparation for their fifth post-season.","[('Atlanta', 'location'), ('Terry Pendleton', 'person'), ('Luis Polonia', 'person'), ('Andruw Jones', 'person')]","[('Atlanta', 'location'), ('Terry Pendleton', 'person'), ('Luis Polonia', 'person'), ('Andruw Jones', 'person')]",1.0,1.0,1.0
485,CoNLL,COLORADO 10 St Louis 5,"[('COLORADO', 'organization'), ('St Louis', 'organization')]","[('St Louis', 'location')]",0.0,0.0,0.0
486,CoNLL,CLEVELAND 79 53 .598-,"[('CLEVELAND', 'organization')]","[('CLEVELAND', 'location')]",0.0,0.0,0.0
487,CoNLL,The PUK-run radio on Friday said Iraqi heavy artillery was pounding its positions in Kurdish-controlled northern Iraq but it gave no details of casualties.,"[('PUK-run', 'miscellaneous'), ('Iraqi', 'miscellaneous'), ('Kurdish-controlled', 'miscellaneous'), ('Iraq', 'location')]","[('PUK-run radio', 'organization'), ('Kurdish-controlled northern Iraq', 'location')]",0.0,0.0,0.0
488,CoNLL,LATEST FIXTURES,[],[],1.0,1.0,1.0
489,CoNLL,"ISS Inc senior management would continue to run the business under the new owners, it said.","[('ISS Inc', 'organization')]","[('ISS Inc', 'organization'), ('senior management', 'person')]",0.5,1.0,0.6666666666666666
490,CoNLL,Australia scored 263-7 in their 50 overs against Zimbabwe in the first day-night limited overs match of the Singer World Series tournament on Monday.,"[('Australia', 'location'), ('Zimbabwe', 'location'), ('Singer World Series', 'miscellaneous')]","[('Australia', 'location'), ('Zimbabwe', 'location'), ('Singer World Series', 'organization')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
491,CoNLL,"Enn Markvart, Chairman of the National Election Commission, said 96 members of parliament voted in the second round, with 12 abstentions and one ballot paper invalid.","[('Enn Markvart', 'person'), ('National Election Commission', 'organization')]","[('Enn Markvart', 'person'), ('National Election Commission', 'organization')]",1.0,1.0,1.0
492,CoNLL,"Witnesses said protesters carrying colourful party flags walked for several miles, chanting anti-government slogans.",[],"[('Witnesses', 'person'), ('protesters', 'organization')]",0.0,0.0,0.0
493,CoNLL,13- Brenda Schultz-McCarthy( Netherlands) beat Nana Miyagi( Japan) 6-1 6-4,"[('Brenda Schultz-McCarthy', 'person'), ('Netherlands', 'location'), ('Nana Miyagi', 'person'), ('Japan', 'location')]","[('Brenda Schultz-McCarthy', 'person'), ('Netherlands', 'location'), ('Japan', 'location')]",1.0,0.75,0.8571428571428571
494,CoNLL,Bosnian premier in Turkey for one day visit.,"[('Bosnian', 'miscellaneous'), ('Turkey', 'location')]","[('Bosnian premier', 'person'), ('Turkey', 'location')]",0.5,0.5,0.5
495,CoNLL,"Arafat subsequently cancelled a meeting between Israeli and PLO officials, on civilian affairs, at the Allenby Bridge crossing between Jordan and the West Bank.","[('Arafat', 'person'), ('Israeli', 'miscellaneous'), ('PLO', 'organization'), ('Allenby Bridge', 'location'), ('Jordan', 'location'), ('West Bank', 'location')]","[('Arafat', 'person'), ('PLO', 'organization'), ('civilian affairs', 'miscellaneous'), ('Allenby Bridge', 'location'), ('Jordan', 'location'), ('West Bank', 'location')]",0.8333333333333334,0.8333333333333334,0.8333333333333334
496,CoNLL,"The NBH trade data is based on cash flow, MIT data on customs statistics.","[('NBH', 'organization'), ('MIT', 'organization')]","[('NBH', 'organization'), ('MIT', 'organization')]",1.0,1.0,1.0
497,CoNLL,Interest 2.78 vs 2.69,[],[],1.0,1.0,1.0
498,CoNLL,2. Marie-Jose Perec( France) 49.72,"[('Marie-Jose Perec', 'person'), ('France', 'location')]","[('Marie-Jose Perec', 'person'), ('France', 'location')]",1.0,1.0,1.0
499,CoNLL,"Lebed interrupted talks with Chechnya 's separatists on a political deal on Sunday, saying he had to consult with Yeltsin.","[('Lebed', 'person'), ('Chechnya', 'location'), ('Yeltsin', 'person')]","[('Lebed', 'person'), ('Chechnya', 'location'), ('separatists', 'organization'), ('Yeltsin', 'person')]",0.75,1.0,0.8571428571428571
500,CoNLL,In Rishon-Lezion: Hapoel Ironi( Israel) 3 Constructorul,"[('Rishon-Lezion', 'location'), ('Hapoel Ironi', 'organization'), ('Israel', 'location'), ('Constructorul', 'organization')]","[('Rishon-Lezion', 'location'), ('Hapoel Ironi', 'organization'), ('3 Constructorul', 'organization')]",0.6666666666666666,0.5,0.5714285714285715
501,CoNLL,""" It does show how easily we should be able to bounce back over 10 percent again,"" he added, saying:"" We continue to feel very relaxed about our general view that we would average 10 percent profit margins over the cycle.""",[],"[('we', 'organization'), ('he', 'person'), ('We', 'organization'), ('we', 'organization')]",0.0,0.0,0.0
502,CoNLL,JERUSALEM 1996-08-25,"[('JERUSALEM', 'location')]","[('JERUSALEM', 'location')]",1.0,1.0,1.0
503,CoNLL,"Soyoil solvent plant delivery 30,300-30,400",[],"[('Soyoil', 'organization')]",0.0,0.0,0.0
504,CoNLL,Dutroux 's last visit to Slovakia was reported to have been as recent as July.,"[('Dutroux', 'person'), ('Slovakia', 'location')]","[('Dutroux', 'person'), ('Slovakia', 'location')]",1.0,1.0,1.0
505,CoNLL,4. Anja Smolders( Belgium) 2:43.06,"[('Anja Smolders', 'person'), ('Belgium', 'location')]","[('Anja Smolders', 'person'), ('Belgium', 'location')]",1.0,1.0,1.0
506,CoNLL,Alberto Berasategui( Spain) beat Cecil Mamiit( U.S.) 6-1 6-4 6-0,"[('Alberto Berasategui', 'person'), ('Spain', 'location'), ('Cecil Mamiit', 'person'), ('U.S.', 'location')]","[('Alberto Berasategui', 'person'), ('Spain', 'location'), ('Cecil Mamiit', 'person'), ('U.S.', 'location')]",1.0,1.0,1.0
507,CoNLL,MINNESOTA 63 64 .496 13,"[('MINNESOTA', 'organization')]","[('MINNESOTA', 'location')]",0.0,0.0,0.0
508,CoNLL,9- Wayne Ferreira( South Africa) vs. qualifier,"[('Wayne Ferreira', 'person'), ('South Africa', 'location')]","[('Wayne Ferreira', 'person'), ('South Africa', 'location')]",1.0,1.0,1.0
509,CoNLL,"The weather delayed the resumption for over an hour, the umpires finally announcing play would start again at 1445 local time( 1345 GMT).","[('GMT', 'miscellaneous')]","[('umpires', 'person')]",0.0,0.0,0.0
510,CoNLL,"It quoted the manual as saying:"" The objective of the Basic Course on War is to provide for combatants of the EPR basic military knowledge for the armed conflict against the police and military apparatus of the bourgeoisie.""","[('EPR', 'organization')]","[('EPR', 'organization')]",1.0,1.0,1.0
511,CoNLL,Muscular dystrophy is a fatal illness in which the body 's muscle tissue degenerates and is replaced by fat.,[],[],1.0,1.0,1.0
512,CoNLL,( Netherlands) 15-11 18-14,"[('Netherlands', 'location')]","[('Netherlands', 'location')]",1.0,1.0,1.0
513,CoNLL,North Melbourne 14.12( 96) Geelong 16.13( 109),"[('North Melbourne', 'organization'), ('Geelong', 'organization')]","[('North Melbourne', 'location'), ('Geelong', 'location')]",0.0,0.0,0.0
514,CoNLL,2-6 7-6( 7-4) 6-3.,[],[],1.0,1.0,1.0
515,CoNLL,""" The market was extremely quiet today, some profit-taking locally, no Western orders,"" said Nick Mokhoff, director of sales and trade at Alliance-Menatep.""","[('Western', 'miscellaneous'), ('Nick Mokhoff', 'person'), ('Alliance-Menatep', 'organization')]","[('Nick Mokhoff', 'person'), ('Alliance-Menatep', 'organization')]",1.0,0.6666666666666666,0.8
516,CoNLL,Fortuna Duesseldorf 3 1 0 2 1 7 3,"[('Fortuna Duesseldorf', 'organization')]","[('Fortuna Duesseldorf', 'location')]",0.0,0.0,0.0
517,CoNLL,One analyst said sales of Avonex had already cut into Betaseron market share.,"[('Avonex', 'miscellaneous'), ('Betaseron', 'miscellaneous')]","[('One analyst', 'person'), ('Avonex', 'organization'), ('Betaseron', 'organization')]",0.0,0.0,0.0
518,CoNLL,RTRS- Budget cuts to boost Australia savings- RBA.,"[('RTRS', 'organization'), ('Australia', 'location'), ('RBA', 'organization')]","[('Australia', 'location'), ('RBA', 'organization')]",1.0,0.6666666666666666,0.8
519,CoNLL,"Australian rugby league premiership standings after matches played at the weekend( tabulate under played, won, drawn, lost, points for, against, total points):","[('Australian', 'miscellaneous')]","[('Australian rugby league', 'organization')]",0.0,0.0,0.0
520,CoNLL,It said the ban applied to Senegalese nationals and foreign residents.,"[('Senegalese', 'miscellaneous')]","[('Senegalese nationals', 'person')]",0.0,0.0,0.0
521,CoNLL,-- Jakarta newsroom +6221 384-6364,"[('Jakarta', 'location')]","[('Jakarta newsroom', 'organization')]",0.0,0.0,0.0
522,CoNLL,Barnsley 3 Reading 0,"[('Barnsley', 'organization'), ('Reading', 'organization')]","[('Barnsley', 'location'), ('Reading', 'location')]",0.0,0.0,0.0
523,CoNLL,Women 's world sprint championship quarter-finals( best of,[],"[('Women', 'organization')]",0.0,0.0,0.0
524,CoNLL,"SOCCER- EUROPEAN CUP DRAWS FOR AEK, OLYMPIAKOS, PAO.","[('EUROPEAN CUP', 'miscellaneous'), ('AEK', 'organization'), ('OLYMPIAKOS', 'organization'), ('PAO', 'organization')]","[('AEK', 'organization'), ('OLYMPIAKOS', 'location'), ('PAO', 'location')]",0.3333333333333333,0.25,0.28571428571428575
525,CoNLL,CINCINNATI AT FLORIDA,"[('CINCINNATI', 'organization'), ('FLORIDA', 'location')]","[('CINCINNATI', 'location'), ('FLORIDA', 'location')]",0.5,0.5,0.5
526,CoNLL,- MIDDAY FIXTURES,[],[],1.0,1.0,1.0
527,CoNLL,WASHINGTON 1996-08-29,"[('WASHINGTON', 'location')]","[('WASHINGTON', 'location')]",1.0,1.0,1.0
528,CoNLL,"The San Jose, Calif., company was up 2-1/8 at 11-3/8 after its announcement Wednesday that it planned to pull out of the highly competitive modem-chip business and focus instead on the fast-growing market for computer networking equipment.","[('San Jose', 'location'), ('Calif.', 'location')]","[('San Jose, Calif.', 'location')]",0.0,0.0,0.0
529,CoNLL,Highs 82-96F( 28-36C).,[],[],1.0,1.0,1.0
530,CoNLL,Santos 2 Morelia 1,"[('Santos', 'organization'), ('Morelia', 'organization')]","[('Santos', 'person'), ('Morelia', 'organization')]",0.5,0.5,0.5
531,CoNLL,Blackburn announced on Wednesday they and Dalglish had parted by mutual consent.,"[('Blackburn', 'organization'), ('Dalglish', 'person')]","[('Blackburn', 'location'), ('Dalglish', 'person')]",0.5,0.5,0.5
532,CoNLL,""" I feared he would flee from work or steal my belongings,"" the Kathmandu Post newspaper quoted Munakarmi as saying after his arrest.","[('Kathmandu Post', 'organization'), ('Munakarmi', 'person')]","[('Kathmandu Post', 'organization'), ('Munakarmi', 'person')]",1.0,1.0,1.0
533,CoNLL,HONG KONG 1996-08-28,"[('HONG KONG', 'location')]","[('HONG KONG', 'location')]",1.0,1.0,1.0
534,CoNLL,HOUSTON 3 St Louis 1,"[('HOUSTON', 'organization'), ('St Louis', 'organization')]","[('HOUSTON', 'location'), ('St Louis', 'location')]",0.0,0.0,0.0
535,CoNLL,"Police in Berovo, 150 km( 90 miles) west of the capital Skopje, said there were around 15,000 people gathered around the town 's cathedral when the lightning struck the group during a thunderstorm.","[('Berovo', 'location'), ('Skopje', 'location')]","[('Police', 'organization'), ('Berovo', 'location'), ('Skopje', 'location')]",0.6666666666666666,1.0,0.8
536,CoNLL,SOCCER- MEXICAN CHAMPIONSHIP RESULTS/ STANDINGS.,"[('MEXICAN', 'miscellaneous')]",[],0.0,0.0,0.0
537,CoNLL,The foot had to be removed so the infant could be fitted with a prosthesis.,[],"[('the infant', 'person')]",0.0,0.0,0.0
538,CoNLL,Quarterly,[],[],1.0,1.0,1.0
539,CoNLL,Net 249.53 vs 242.94,[],[],1.0,1.0,1.0
540,CoNLL,soccer matches played on Saturday:,[],[],1.0,1.0,1.0
541,CoNLL,( All data above 000s except per share numbers),[],[],1.0,1.0,1.0
542,CoNLL,"Over the seven months, the private sector accounted for 76 percent of total exports, with"" common metals"" the strongest export sector accounting for$ 951 million, or 42.5 percent of total exports.",[],"[('private sector', 'organization'), ('common metals', 'organization')]",0.0,0.0,0.0
543,CoNLL,The officials said Amoco was deferring to the Yemeni Ministry of Petroleum and Minerals for any specific comments on the Amoco-Yemen talks.,"[('Amoco', 'organization'), ('Yemeni', 'miscellaneous'), ('Ministry of Petroleum and Minerals', 'organization'), ('Amoco-Yemen', 'miscellaneous')]","[('Amoco', 'organization'), ('Yemeni Ministry of Petroleum and Minerals', 'organization')]",0.5,0.25,0.3333333333333333
544,CoNLL,( midday)( May 22)( Jan 10),[],[],1.0,1.0,1.0
545,CoNLL,Advanced Medical said it expects to take an unspecified one-time charge to pay for the merger.,"[('Advanced Medical', 'organization')]","[('Advanced Medical', 'organization')]",1.0,1.0,1.0
546,CoNLL,""" If we lose this one, Tony and I will have to have a good look at giving someone else a go,"" Newcombe was quoted as saying in Sydney 's Daily Telegraph newspaper.","[('Tony', 'person'), ('Newcombe', 'person'), ('Sydney', 'location'), ('Daily Telegraph', 'organization')]","[('Newcombe', 'person'), ('Sydney', 'location'), ('Daily Telegraph', 'organization')]",1.0,0.75,0.8571428571428571
547,CoNLL,That allowed him to be moved to a semi-upright position.,[],"[('semi-upright position', 'location')]",0.0,0.0,0.0
548,CoNLL,"Elsewhere, title hopefuls Liverpool were held 0-0 at home by newly-promoted Sunderland, and in London, the tie between Tottenham Hotspur and Everton also ended goaless.","[('Liverpool', 'organization'), ('Sunderland', 'organization'), ('London', 'location'), ('Tottenham Hotspur', 'organization'), ('Everton', 'organization')]","[('Liverpool', 'organization'), ('Sunderland', 'organization'), ('London', 'location'), ('Tottenham Hotspur', 'organization'), ('Everton', 'organization')]",1.0,1.0,1.0
549,CoNLL,EPS loss 48.61 yen vs loss 38.11 yen,[],[],1.0,1.0,1.0
550,CoNLL,"Jomhuri Eslami quoted the West Azerbaijan province security chief as saying those held confessed to gathering confidential information, photographing strategic sites, doing propaganda against state officials and"" spreading pan-Turkism"".","[('Jomhuri Eslami', 'organization'), ('West Azerbaijan', 'location'), ('pan-Turkism', 'miscellaneous')]","[('Jomhuri Eslami', 'person'), ('West Azerbaijan province', 'location')]",0.0,0.0,0.0
551,CoNLL,""" If we 're to stay in Saudi Arabia, we need to have total cooperation,"" Specter said.","[('Saudi Arabia', 'location'), ('Specter', 'person')]","[('Saudi Arabia', 'location'), ('Specter', 'person')]",1.0,1.0,1.0
552,CoNLL,"Graafschap Doetinchem 3( Ibrahim 20th 63rd, Godee 54th) RKC","[('Graafschap Doetinchem', 'organization'), ('Ibrahim', 'person'), ('Godee', 'person'), ('RKC', 'organization')]","[('Godee 54th', 'location'), ('RKC', 'organization')]",0.5,0.25,0.3333333333333333
553,CoNLL,Extras( b-4 lb-5 nb-16) 25,[],[],1.0,1.0,1.0
554,CoNLL,"Primary Export Destinations: Egypt, Morocco, S. Korea, Yemen, Pakistan, Mexico and China.","[('Egypt', 'location'), ('Morocco', 'location'), ('S. Korea', 'location'), ('Yemen', 'location'), ('Pakistan', 'location'), ('Mexico', 'location'), ('China', 'location')]","[('Egypt', 'location'), ('Morocco', 'location'), ('S. Korea', 'location'), ('Yemen', 'location'), ('Pakistan', 'location'), ('Mexico', 'location'), ('China', 'location')]",1.0,1.0,1.0
555,CoNLL,-------------------------,[],[],1.0,1.0,1.0
556,CoNLL,The win gave the All Blacks an unbeatable 2-0 lead in the three-test series.,"[('All Blacks', 'organization')]","[('All Blacks', 'organization')]",1.0,1.0,1.0
557,CoNLL,Aston Villa 2 Derby 0,"[('Aston Villa', 'organization'), ('Derby', 'organization')]","[('Aston Villa', 'organization'), ('Derby', 'location')]",0.5,0.5,0.5
558,CoNLL,6-4,[],[],1.0,1.0,1.0
559,CoNLL,""" There is a good offer ....",[],[],1.0,1.0,1.0
560,CoNLL,Dutch PTT earlier on Friday repeated a forecast it would improve on 1995 's 2.26 billion guilder net profit for the whole year of 1996.,"[('Dutch PTT', 'organization')]","[('Dutch PTT', 'organization')]",1.0,1.0,1.0
561,CoNLL,English and Scottish league soccer,"[('English', 'miscellaneous'), ('Scottish', 'miscellaneous')]",[],0.0,0.0,0.0
562,CoNLL,CENTRAL DIVISION,"[('CENTRAL DIVISION', 'miscellaneous')]","[('CENTRAL DIVISION', 'location')]",0.0,0.0,0.0
563,CoNLL,1. Joel Smets( Belgium) Husaberg,"[('Joel Smets', 'person'), ('Belgium', 'location'), ('Husaberg', 'organization')]","[('Joel Smets', 'person'), ('Belgium', 'location'), ('Husaberg', 'location')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
564,CoNLL,Philippoussis saved a match point at 5-6 in the third-set tie break before winning 6-3 3-6 7-6( 8-6).,"[('Philippoussis', 'person')]","[('Philippoussis', 'person')]",1.0,1.0,1.0
565,CoNLL,Sparta Rotterdam 3 0 2 1 1 2 2,"[('Sparta Rotterdam', 'organization')]","[('Sparta Rotterdam', 'organization')]",1.0,1.0,1.0
566,CoNLL,3. Theybers,"[('Theybers', 'person')]","[('Theybers', 'organization')]",0.0,0.0,0.0
567,CoNLL,Graafschap Doetinchem 3 RKC Waalwijk 2,"[('Graafschap Doetinchem', 'organization'), ('RKC Waalwijk', 'organization')]","[('Graafschap', 'location'), ('Doetinchem', 'location'), ('RKC Waalwijk', 'location')]",0.0,0.0,0.0
568,CoNLL,Several of the other women 's seeds eased into the second round with more typical Graf-like efficiency Tuesday.,"[('Graf-like', 'miscellaneous')]",[],0.0,0.0,0.0
569,CoNLL,Shadab Kabir 2 4 0 87 35 21.75,"[('Shadab Kabir', 'person')]","[('Shadab Kabir', 'person')]",1.0,1.0,1.0
570,CoNLL,Chester.,"[('Chester', 'organization')]","[('Chester', 'location')]",0.0,0.0,0.0
571,CoNLL,West African leaders have threatened individual sanctions against faction leaders to ensure compliance.,"[('West African', 'miscellaneous')]","[('West African leaders', 'organization'), ('faction leaders', 'person')]",0.0,0.0,0.0
572,CoNLL,Full name of company is Loxley Publications Plc.,"[('Loxley Publications Plc', 'organization')]","[('Loxley Publications Plc', 'organization')]",1.0,1.0,1.0
573,CoNLL,"Vinny Castilla and Dante Bichette each added two RBI for Colorado, which improved the major league 's best home mark to 44-20.","[('Vinny Castilla', 'person'), ('Dante Bichette', 'person'), ('RBI', 'miscellaneous'), ('Colorado', 'location')]","[('Vinny Castilla', 'person'), ('Dante Bichette', 'person'), ('Colorado', 'location'), ('major league', 'organization')]",0.75,0.75,0.75
574,CoNLL,Total( for six wickets) 278,[],[],1.0,1.0,1.0
575,CoNLL,Results from the,[],[],1.0,1.0,1.0
576,CoNLL,"MDS this year lost its president and vice-president, both of whom were tried and given jail sentences.","[('MDS', 'organization')]","[('MDS', 'organization'), ('president', 'person'), ('vice-president', 'person')]",0.3333333333333333,1.0,0.5
577,CoNLL,Nepal 's king leaves on week-long visit to China.,"[('Nepal', 'location'), ('China', 'location')]","[('Nepal', 'location'), ('king', 'person'), ('China', 'location')]",0.6666666666666666,1.0,0.8
578,CoNLL,"Indian soybean prices on Tuesday remained steady at 12,900-13,100 rupees per tonne in plant delivery condition, dealers said","[('Indian', 'miscellaneous')]","[('dealers', 'organization')]",0.0,0.0,0.0
579,CoNLL,MIAMI 1996-08-24,"[('MIAMI', 'location')]","[('MIAMI', 'location')]",1.0,1.0,1.0
580,CoNLL,Goias 3 Sport Recife 1,"[('Goias', 'organization'), ('Sport Recife', 'organization')]","[('Goias', 'location'), ('Recife', 'location')]",0.0,0.0,0.0
581,CoNLL,"FRANKFURT 2,555.16- 2.10 2,583.49) 2,284.86","[('FRANKFURT', 'location')]","[('FRANKFURT', 'location')]",1.0,1.0,1.0
582,CoNLL,Hijacked Sudan plane expected at London 's Stansted.,"[('Sudan', 'location'), ('London', 'location'), ('Stansted', 'location')]","[('London', 'location'), ('Stansted', 'location')]",1.0,0.6666666666666666,0.8
583,CoNLL,BOSTON AT CALIFORNIA,"[('BOSTON', 'organization'), ('CALIFORNIA', 'location')]","[('BOSTON', 'location'), ('CALIFORNIA', 'location')]",0.5,0.5,0.5
584,CoNLL,AMSTERDAM 1996-08-25,"[('AMSTERDAM', 'location')]","[('AMSTERDAM', 'location')]",1.0,1.0,1.0
585,CoNLL,""" There were big buyers at the base of where the market sold to, and when the currency got bought back on talk of a samurai the market got bought back again,"" a dealer said.",[],"[('the market', 'organization'), ('market', 'organization'), ('dealer', 'person')]",0.0,0.0,0.0
586,CoNLL,Venezuela FinMin to make statement midday Thursday.,"[('Venezuela', 'location')]","[('Venezuela', 'location'), ('FinMin', 'organization')]",0.5,1.0,0.6666666666666666
587,CoNLL,Ceahlaul Piatra Neamt 4 1 1 2 2 4 4,"[('Ceahlaul Piatra Neamt', 'organization')]",[],0.0,0.0,0.0
588,CoNLL,Bonds has been limited to a pinch-hitting role since an MRI Friday showed a mild strain of his left hamstring.,"[('Bonds', 'person'), ('MRI', 'miscellaneous')]","[('Bonds', 'person')]",1.0,0.5,0.6666666666666666
589,CoNLL,"Greater damage was averted as the driver of the passenger train had time to apply his emergency brakes before the collision occurred, a state railways spokesman told Austrian news agency APA.","[('Austrian', 'miscellaneous'), ('APA', 'organization')]","[('state railways spokesman', 'person'), ('Austrian news agency', 'organization'), ('APA', 'organization')]",0.3333333333333333,0.5,0.4
590,CoNLL,Cozma is barred from taking part in any official soccer activity during the ban.,"[('Cozma', 'person')]","[('Cozma', 'person')]",1.0,1.0,1.0
591,CoNLL,6-3 6-4,[],[],1.0,1.0,1.0
592,CoNLL,7. Sebastian Lindholm( Finland) Ford Escort 5:17,"[('Sebastian Lindholm', 'person'), ('Finland', 'location'), ('Ford Escort', 'miscellaneous')]","[('Sebastian Lindholm', 'person'), ('Finland', 'location')]",1.0,0.6666666666666666,0.8
593,CoNLL,"The nun 's birthday prompted greetings, bouquets and prayers from around the world.",[],"[('The nun', 'person'), ('around the world', 'location')]",0.0,0.0,0.0
594,CoNLL,"The next thing you know, the boxcar is coupled up and loaded up to a barge and headed north.""",[],[],1.0,1.0,1.0
595,CoNLL,"In the Eco-Challenge, competitors race in teams of five which must include both men and women.","[('Eco-Challenge', 'miscellaneous')]","[('competitors', 'person')]",0.0,0.0,0.0
596,CoNLL,Qualifier vs. Michael Stich( Germany),"[('Michael Stich', 'person'), ('Germany', 'location')]","[('Michael Stich', 'person'), ('Germany', 'location')]",1.0,1.0,1.0
597,CoNLL,"LTTE spokesmen could not immediately be reached for comment, but Sri Lankan fishermen denied that Indians were being coerced into carrying refugees across the Palk Strait.","[('LTTE', 'organization'), ('Sri Lankan', 'miscellaneous'), ('Indians', 'miscellaneous'), ('Palk Strait', 'location')]","[('LTTE', 'organization'), ('Sri Lankan fishermen', 'organization'), ('Palk Strait', 'location')]",0.6666666666666666,0.5,0.5714285714285715
598,CoNLL,BASEBALL- BONDS' CONSECUTIVE GAME STREAK ENDS.,"[('BONDS', 'person')]","[('BONDS', 'organization')]",0.0,0.0,0.0
599,CoNLL,The guitarist died of a drugs overdose in 1970 aged 27.,[],"[('The guitarist', 'person')]",0.0,0.0,0.0
600,CoNLL,BOSTON 67 65 .508 8,"[('BOSTON', 'organization')]","[('BOSTON', 'location')]",0.0,0.0,0.0
601,CoNLL,- Investment Minister Asif Ali Zardari expressed keenness for a close working relationship with Japanese companies so that investment from Japan can multiply.q,"[('Asif Ali Zardari', 'person'), ('Japanese', 'miscellaneous'), ('Japan', 'location')]","[('Investment Minister', 'organization'), ('Asif Ali Zardari', 'person'), ('Japanese companies', 'organization'), ('Japan', 'location')]",0.5,0.6666666666666666,0.5714285714285715
602,CoNLL,AVIA 290.00 290.00 700 203.000,"[('AVIA', 'organization')]","[('AVIA', 'organization')]",1.0,1.0,1.0
603,CoNLL,"He expressed concern over problems in the Russian economy, saying this could lead to social unrest, the daily reported.","[('Russian', 'miscellaneous')]","[('He', 'person'), ('Russian economy', 'location'), ('the daily', 'organization')]",0.0,0.0,0.0
604,CoNLL,Pay Oct 20,[],[],1.0,1.0,1.0
605,CoNLL,"The Iraqi statement said the United States was"" interfering and pressing to augment the number of international staff and this is not legal and not justified.""","[('Iraqi', 'miscellaneous'), ('United States', 'location')]","[('United States', 'location')]",1.0,0.5,0.6666666666666666
606,CoNLL,Figures were as follows( in tonnes):,[],[],1.0,1.0,1.0
607,CoNLL,"-- Jacqueline Wong, New York Energy Desk +1 212 859 1620","[('Jacqueline Wong', 'person'), ('New York Energy Desk', 'organization')]","[('Jacqueline Wong', 'person'), ('New York', 'location')]",0.5,0.5,0.5
608,CoNLL,Shares in gold miner Niugini Mining Ltd surged 38 cents to A$ 3.75 early on Friday following confirmation on Thursday from Battle Mountain Gold that it was considering acquiring the 49.6 percent of Niugini it did not already own.,"[('Niugini Mining Ltd', 'organization'), ('A$', 'miscellaneous'), ('Battle Mountain Gold', 'organization'), ('Niugini', 'organization')]","[('Niugini Mining Ltd', 'organization'), ('Battle Mountain Gold', 'organization')]",1.0,0.5,0.6666666666666666
609,CoNLL,Leftist Mexican armed group says troops in capital.,"[('Mexican', 'miscellaneous')]","[('Leftist Mexican armed group', 'organization'), ('capital', 'location')]",0.0,0.0,0.0
610,CoNLL,ATLANTA 1996-08-25,"[('ATLANTA', 'location')]","[('ATLANTA', 'location')]",1.0,1.0,1.0
611,CoNLL,"Playing at night was not Muster 's preference.""","[('Muster', 'person')]","[('Muster', 'person')]",1.0,1.0,1.0
612,CoNLL,S.AFRICAN TRUTH BODY TO SUMMON APARTHEID POLICE.,"[('S.AFRICAN', 'miscellaneous')]","[('AFRICAN TRUTH BODY', 'organization'), ('APARTHEID POLICE', 'organization')]",0.0,0.0,0.0
613,CoNLL,"At Minnesota, Marty Cordova and Matt Lawton hit solo homers and Frankie Rodriguez allowed six hits over seven innings to earn his first win as a starter in a month as the Minnesota Twins held on to beat the Texas Rangers 6-5.","[('Minnesota', 'location'), ('Marty Cordova', 'person'), ('Matt Lawton', 'person'), ('Frankie Rodriguez', 'person'), ('Minnesota Twins', 'organization'), ('Texas Rangers', 'organization')]","[('Minnesota', 'location'), ('Marty Cordova', 'person'), ('Matt Lawton', 'person'), ('Frankie Rodriguez', 'person'), ('Minnesota', 'location'), ('Texas Rangers', 'organization')]",1.0,0.8333333333333334,0.9090909090909091
614,CoNLL,England soccer manager Glen Hoddle confirmed on Wednesday that the Liverpool pair of Steve McManaman and Robbie Fowler would miss England 's World Cup qualifying match against Moldova on Sunday.,"[('England', 'location'), ('Glen Hoddle', 'person'), ('Liverpool', 'organization'), ('Steve McManaman', 'person'), ('Robbie Fowler', 'person'), ('England', 'location'), ('World Cup', 'miscellaneous'), ('Moldova', 'location')]","[('England', 'location'), ('Glen Hoddle', 'person'), ('Liverpool', 'organization'), ('Steve McManaman', 'person'), ('Robbie Fowler', 'person'), ('England', 'location'), ('Moldova', 'location')]",1.0,0.8571428571428571,0.923076923076923
615,CoNLL,Rapid Bucharest 4 0 1 3 4 9 1,"[('Rapid Bucharest', 'organization')]","[('Rapid Bucharest', 'location')]",0.0,0.0,0.0
616,CoNLL,"-- Julia Ferguson, Vienna newsroom, +431 53112 274","[('Julia Ferguson', 'person'), ('Vienna', 'location')]","[('Julia Ferguson', 'person'), ('Vienna', 'location')]",1.0,1.0,1.0
617,CoNLL,6-3,[],[],1.0,1.0,1.0
618,CoNLL,NEW YORK 1996-08-27,"[('NEW YORK', 'location')]","[('NEW YORK', 'location')]",1.0,1.0,1.0
619,CoNLL,LONDON 1996-08-25,"[('LONDON', 'location')]","[('LONDON', 'location')]",1.0,1.0,1.0
620,CoNLL,Nick Knight 3 5 0 190 113 38.00,"[('Nick Knight', 'person')]","[('Nick Knight', 'person')]",1.0,1.0,1.0
621,CoNLL,Semifinals,[],[],1.0,1.0,1.0
622,CoNLL,Both drugs are types of interferon.,[],[],1.0,1.0,1.0
623,CoNLL,Vac 0 Vasas 1,"[('Vac', 'organization'), ('Vasas', 'organization')]","[('Vasas', 'location')]",0.0,0.0,0.0
624,CoNLL,EASTERN DIVISION,"[('EASTERN DIVISION', 'miscellaneous')]","[('EASTERN DIVISION', 'location')]",0.0,0.0,0.0
625,CoNLL,2-2 on aggregate.,[],[],1.0,1.0,1.0
626,CoNLL,06/01 12/01,[],[],1.0,1.0,1.0
627,CoNLL,part:,[],[],1.0,1.0,1.0
628,CoNLL,Brazil 's Eletropaulo names new president.,"[('Brazil', 'location'), ('Eletropaulo', 'organization')]","[('Brazil', 'location'), ('Eletropaulo', 'organization')]",1.0,1.0,1.0
629,CoNLL,CENTRAL DIVISION,"[('CENTRAL DIVISION', 'miscellaneous')]","[('CENTRAL DIVISION', 'location')]",0.0,0.0,0.0
630,CoNLL,Terms were not disclosed.,[],[],1.0,1.0,1.0
631,CoNLL,Results of South Korean,"[('South Korean', 'miscellaneous')]",[],0.0,0.0,0.0
632,CoNLL,The commission was set up last year to probe 30 years of human-rights violations during the apartheid era.,[],"[('The commission', 'organization')]",0.0,0.0,0.0
633,CoNLL,"Borsuk said the farm sector has two options:"" We can sit down and cry, or we can do something.""","[('Borsuk', 'person')]","[('Borsuk', 'organization'), ('farm sector', 'location')]",0.0,0.0,0.0
634,CoNLL,"Sierra Leonean rebels killed 31 villagers and seven soldiers in an attack on the eastern village of Foindu, Eastern Region Brigade Commander Major Fallah Sewa said on Wednesday.","[('Sierra Leonean', 'miscellaneous'), ('Foindu', 'location'), ('Eastern Region Brigade', 'organization'), ('Fallah Sewa', 'person')]","[('Sierra Leonean rebels', 'organization'), ('Foindu', 'location'), ('Eastern Region Brigade Commander Major Fallah Sewa', 'person')]",0.3333333333333333,0.25,0.28571428571428575
635,CoNLL,CRICKET- ENGLAND BEAT PAKISTAN IN FIRST ONE-DAYER.,"[('ENGLAND', 'location'), ('PAKISTAN', 'location')]","[('CRICKET', 'organization'), ('ENGLAND', 'location'), ('PAKISTAN', 'location')]",0.6666666666666666,1.0,0.8
636,CoNLL,The fighting has threatened a U.S.-led peace plan to unite the mountainous Kurdish region in northern Iraq against President Saddam Hussein.,"[('U.S.-led', 'miscellaneous'), ('Kurdish', 'miscellaneous'), ('Iraq', 'location'), ('Saddam Hussein', 'person')]","[('mountainous Kurdish region', 'location'), ('northern Iraq', 'location'), ('President Saddam Hussein', 'person')]",0.0,0.0,0.0
637,CoNLL,9. Lance Armstrong( U.S.) Motorola 9,"[('Lance Armstrong', 'person'), ('U.S.', 'location'), ('Motorola', 'organization')]","[('Lance Armstrong', 'person'), ('U.S.', 'location'), ('Motorola', 'organization')]",1.0,1.0,1.0
638,CoNLL,"Tuesday 's poll involved 1,002 registered voters and had a margin of error of 3.5 percentage points.",[],[],1.0,1.0,1.0
639,CoNLL,matches on Sunday:,[],[],1.0,1.0,1.0
640,CoNLL,Results of Slovak first,"[('Slovak', 'miscellaneous')]",[],0.0,0.0,0.0
641,CoNLL,""" This treaty is both necessary and good,"" Nastase said, adding that the PUNR 's stance was threatening its position in the government.","[('Nastase', 'person'), ('PUNR', 'organization')]","[('Nastase', 'person'), ('PUNR', 'organization'), ('government', 'location')]",0.6666666666666666,1.0,0.8
642,CoNLL,"In 1995, Kekkila reported a 5.6 million markka loss before extraordinary items and tax.","[('Kekkila', 'organization')]","[('Kekkila', 'organization')]",1.0,1.0,1.0
643,CoNLL,He said further scientific study was required and if it was found that action was needed it should be taken by the European Union.,"[('European Union', 'organization')]","[('He', 'person'), ('European Union', 'organization')]",0.5,1.0,0.6666666666666666
644,CoNLL,Southend 2 0 1 1 1 6 1,"[('Southend', 'organization')]","[('Southend', 'location')]",0.0,0.0,0.0
645,CoNLL,1. Jeff Williams( U.S.) 20.45,"[('Jeff Williams', 'person'), ('U.S.', 'location')]","[('Jeff Williams', 'person'), ('U.S.', 'location')]",1.0,1.0,1.0
646,CoNLL,6-4 6-1,[],[],1.0,1.0,1.0
647,CoNLL,Alex O'Brien( U.S.) beat Nicolas Lapentti( Ecuador) 6-4 1-6 6-4 6-3,"[(""Alex O'Brien"", 'person'), ('U.S.', 'location'), ('Nicolas Lapentti', 'person'), ('Ecuador', 'location')]","[(""Alex O'Brien"", 'person'), ('U.S.', 'location'), ('Nicolas Lapentti', 'person'), ('Ecuador', 'location')]",1.0,1.0,1.0
648,CoNLL,BELGRADE 1996-08-29,"[('BELGRADE', 'location')]","[('BELGRADE', 'person')]",0.0,0.0,0.0
649,CoNLL,"About 54 people have died in Maoist insurgent activity and in police action against them since February, officials said.","[('Maoist', 'miscellaneous')]",[],0.0,0.0,0.0
650,CoNLL,Analysts said livestock production would likely shift to the eastern Prairie rather than feed grains being shipped to the western Prairie.,[],"[('Analysts', 'organization'), ('eastern Prairie', 'location'), ('western Prairie', 'location')]",0.0,0.0,0.0
651,CoNLL,Schalke 04 4 0 3 1 5 9 3,"[('Schalke 04', 'organization')]","[('Schalke 04', 'organization')]",1.0,1.0,1.0
652,CoNLL,Sydney Tigers 21 11 0 10 309 435 22,"[('Sydney Tigers', 'organization')]","[('Sydney Tigers', 'organization')]",1.0,1.0,1.0
653,CoNLL,"RSR pure lead price( effective date: March 20, 1996)","[('RSR', 'organization')]","[('RSR', 'organization')]",1.0,1.0,1.0
654,CoNLL,COLOMBO 1996-08-26,"[('COLOMBO', 'location')]","[('COLOMBO', 'location')]",1.0,1.0,1.0
655,CoNLL,"Australia- Mark Waugh, Michael Slater, Ricky Ponting, Steve Waugh, Stuart Law, Michael Bevan, Ian Healy( captain), Brad Hogg, Paul Reiffel, Damein Fleming, Glenn McGrath.","[('Australia', 'location'), ('Mark Waugh', 'person'), ('Michael Slater', 'person'), ('Ricky Ponting', 'person'), ('Steve Waugh', 'person'), ('Stuart Law', 'person'), ('Michael Bevan', 'person'), ('Ian Healy', 'person'), ('Brad Hogg', 'person'), ('Paul Reiffel', 'person'), ('Damein Fleming', 'person'), ('Glenn McGrath', 'person')]","[('Australia', 'location'), ('Mark Waugh', 'person'), ('Michael Slater', 'person'), ('Ricky Ponting', 'person'), ('Steve Waugh', 'person'), ('Stuart Law', 'person'), ('Michael Bevan', 'person'), ('Ian Healy', 'person'), ('Brad Hogg', 'person'), ('Paul Reiffel', 'person'), ('Damein Fleming', 'person'), ('Glenn McGrath', 'person')]",1.0,1.0,1.0
656,CoNLL,Canada fast-tracks Chinese asylum-seekers- report.,"[('Canada', 'location'), ('Chinese', 'miscellaneous')]","[('Canada', 'location'), ('Chinese asylum-seekers', 'person')]",0.5,0.5,0.5
657,CoNLL,+4 Stewart Ginn( Australia) through 13,"[('Stewart Ginn', 'person'), ('Australia', 'location')]","[('Stewart Ginn', 'person'), ('Australia', 'location')]",1.0,1.0,1.0
658,CoNLL,The attack on Lupu came during a tunnel skirmish between opposing players as they left the field.,"[('Lupu', 'person')]","[('Lupu', 'location'), ('opposing players', 'organization')]",0.0,0.0,0.0
659,CoNLL,"Outright gas oil prices were notionally softer as the NYMEX heating oil contract headed lower, and following news that the Indian Oil Corp( IOC) had issued a tender to buy only 120,000 tonnes of high speed diesel for October.","[('Indian Oil Corp', 'organization'), ('IOC', 'organization')]","[('Indian Oil Corp', 'organization'), ('IOC', 'organization')]",1.0,1.0,1.0
660,CoNLL,"Senator Dianne Feinstein, a California Democrat, called it a"" big bump"" in the way of the Clinton campaign.","[('Dianne Feinstein', 'person'), ('California', 'location'), ('Democrat', 'miscellaneous'), ('Clinton', 'person')]","[('Senator Dianne Feinstein', 'person'), ('California', 'location'), ('Clinton campaign', 'organization')]",0.3333333333333333,0.25,0.28571428571428575
661,CoNLL,"Nevertheless,"" a treatment based on the new strategy .... may have the potential to benefit many patients,"" the University of Pennsylvania Medical Centre said in a release.","[('University of Pennsylvania', 'organization')]","[('University of Pennsylvania Medical Centre', 'organization')]",0.0,0.0,0.0
662,CoNLL,Shanghai novelist murdered at home.,"[('Shanghai', 'location')]","[('Shanghai', 'location'), ('novelist', 'person')]",0.5,1.0,0.6666666666666666
663,CoNLL,"The two also agreed to set up joint patrols in Grozny, but Goncharova said she was sceptical about whether this could work.","[('Grozny', 'location'), ('Goncharova', 'person')]","[('joint patrols', 'organization'), ('Grozny', 'location'), ('Goncharova', 'person')]",0.6666666666666666,1.0,0.8
664,CoNLL,Cannes 0 Monaco 2,"[('Cannes', 'organization'), ('Monaco', 'organization')]","[('Cannes', 'location'), ('Monaco', 'location')]",0.0,0.0,0.0
665,CoNLL,""" Profit-taking sales in the afternoon showed the latest gains of the index were actually a reaction rise.",[],"[('index', 'organization')]",0.0,0.0,0.0
666,CoNLL,10. Cor Euser( Netherlands)/ H. Wada( Japan)/ N. Furuya( Japan) GT2,"[('Cor Euser', 'person'), ('Netherlands', 'location'), ('H. Wada', 'person'), ('Japan', 'location'), ('N. Furuya', 'person'), ('Japan', 'location'), ('GT2', 'miscellaneous')]","[('Cor Euser', 'person'), ('Netherlands', 'location'), ('H. Wada', 'person'), ('Japan', 'location'), ('N. Furuya', 'person'), ('Japan', 'location')]",1.0,0.8333333333333334,0.9090909090909091
667,CoNLL,Kristie Boogert( Netherlands) beat Joannette Kruger( South Africa) 6-1 6-0,"[('Kristie Boogert', 'person'), ('Netherlands', 'location'), ('Joannette Kruger', 'person'), ('South Africa', 'location')]","[('Kristie Boogert', 'person'), ('Netherlands', 'location'), ('Joannette Kruger', 'person'), ('South Africa', 'location')]",1.0,1.0,1.0
668,CoNLL,These are the leading stories in the Angolan press on Wednesday.,"[('Angolan', 'miscellaneous')]","[('Angolan press', 'organization')]",0.0,0.0,0.0
669,CoNLL,""" It 's somewhere where I would n't like to stay very long,"" Medvedev said of his current ranking of 36.""","[('Medvedev', 'person')]","[('Medvedev', 'person')]",1.0,1.0,1.0
670,CoNLL,I do n't know if I can go any faster.,[],"[('I', 'person'), ('I', 'person')]",0.0,0.0,0.0
671,CoNLL,league champions Milan 2-1( halftime 1-1) in the pre-season,"[('Milan', 'organization')]","[('Milan', 'organization')]",1.0,1.0,1.0
672,CoNLL,"Two residents of the Atlantic resort, where Clinton was to have played golf with the Irish Foreign Minister Dick Spring, have been invited to the Democratic party convention in Chicago on August 26-29.","[('Atlantic', 'location'), ('Clinton', 'person'), ('Irish', 'miscellaneous'), ('Dick Spring', 'person'), ('Democratic', 'miscellaneous'), ('Chicago', 'location')]","[('Atlantic resort', 'location'), ('Clinton', 'person'), ('Dick Spring', 'person'), ('Democratic party', 'organization'), ('Chicago', 'location')]",0.6,0.5,0.5454545454545454
673,CoNLL,CAIRO 1996-08-29,"[('CAIRO', 'location')]","[('CAIRO', 'location')]",1.0,1.0,1.0
674,CoNLL,Pakistan at Old Trafford on Thursday:,"[('Pakistan', 'location'), ('Old Trafford', 'location')]","[('Pakistan', 'organization'), ('Old Trafford', 'location')]",0.5,0.5,0.5
675,CoNLL,MILWAUKEE AT CLEVELAND,"[('MILWAUKEE', 'organization'), ('CLEVELAND', 'location')]","[('MILWAUKEE', 'location'), ('CLEVELAND', 'location')]",0.5,0.5,0.5
676,CoNLL,"1995- The Fourth World Conference on Women, the biggest U.N. gathering in history, began in China 's Great Hall of the People with a U.N. declaration that sexual equality was the last great project of the 20th century.","[('Fourth World Conference on Women', 'miscellaneous'), ('U.N.', 'organization'), ('China', 'location'), ('Great Hall of the People', 'location'), ('U.N.', 'organization')]","[('U.N.', 'organization'), ('China', 'location'), ('Great Hall of the People', 'location'), ('U.N.', 'organization')]",1.0,0.75,0.8571428571428571
677,CoNLL,"Attendance: 25,000",[],[],1.0,1.0,1.0
678,CoNLL,Brentford 3 Luton 2,"[('Brentford', 'organization'), ('Luton', 'organization')]","[('Brentford', 'location'), ('Luton', 'location')]",0.0,0.0,0.0
679,CoNLL,- Karachi Stock Exchange index falls by 7.84 points.,"[('Karachi Stock Exchange', 'organization')]","[('Karachi Stock Exchange', 'organization')]",1.0,1.0,1.0
680,CoNLL,TOKYO 1996-08-23,"[('TOKYO', 'location')]","[('TOKYO', 'location')]",1.0,1.0,1.0
681,CoNLL,3. Jeff Williams( U.S.) 20.21,"[('Jeff Williams', 'person'), ('U.S.', 'location')]","[('Jeff Williams', 'person'), ('U.S.', 'location')]",1.0,1.0,1.0
682,CoNLL,( Morocco) 5-7 6-3 3-0 retired,"[('Morocco', 'location')]","[('Morocco', 'location')]",1.0,1.0,1.0
683,CoNLL,Baltimore has won 16 of its last 22 games to pull within five games of the slumping New York Yankees in the American League East Division.,"[('Baltimore', 'organization'), ('New York Yankees', 'organization'), ('American League East Division', 'miscellaneous')]","[('Baltimore', 'location'), ('New York Yankees', 'organization')]",0.5,0.3333333333333333,0.4
684,CoNLL,soccer match played on Saturday:,[],[],1.0,1.0,1.0
685,CoNLL,"The company is"" vigorously defending"" the remaining four suits filed by former and current Brush Wellman employees, he said.","[('Brush Wellman', 'organization')]","[('Brush Wellman', 'organization')]",1.0,1.0,1.0
686,CoNLL,( Sweden),"[('Sweden', 'location')]","[('Sweden', 'location')]",1.0,1.0,1.0
687,CoNLL,""" Rubin has done a fine job in that position,"" said Michael Faust, a portfolio manager at Bailard, Biehl and Kaiser, which manages just under$ 1 billion in global stocks and bonds.","[('Rubin', 'person'), ('Michael Faust', 'person'), ('Bailard, Biehl and Kaiser', 'organization')]","[('Rubin', 'person'), ('Michael Faust', 'person'), ('Bailard, Biehl and Kaiser', 'organization')]",1.0,1.0,1.0
688,CoNLL,Atlanta 9 PITTSBURGH 4,"[('Atlanta', 'organization'), ('PITTSBURGH', 'organization')]","[('Atlanta', 'location'), ('PITTSBURGH', 'location')]",0.0,0.0,0.0
689,CoNLL,CONAKRY 1996-08-22,"[('CONAKRY', 'location')]","[('CONAKRY', 'person')]",0.0,0.0,0.0
690,CoNLL,1.206 bln 3 days,[],[],1.0,1.0,1.0
691,CoNLL,"Corinthians, who played in a tournament in Spain last week, also faced a plane marathon as they attempted to keep up with a hectic fixture list.","[('Corinthians', 'organization'), ('Spain', 'location')]","[('Corinthians', 'organization'), ('Spain', 'location'), ('fixture list', 'miscellaneous')]",0.6666666666666666,1.0,0.8
692,CoNLL,2-15 15-11,[],"[('2-15', 'location')]",0.0,0.0,0.0
693,CoNLL,---,[],[],1.0,1.0,1.0
694,CoNLL,Police Commissioner George Grech said police were investigating the possibility that Mohammed had links to an Islamic militant group as reported by the local press.,"[('George Grech', 'person'), ('Mohammed', 'person'), ('Islamic', 'miscellaneous')]","[('Police Commissioner', 'person'), ('George Grech', 'person'), ('police', 'organization'), ('Mohammed', 'person'), ('Islamic militant group', 'organization')]",0.4,0.6666666666666666,0.5
695,CoNLL,Lamm will not endorse Perot for Reform ticket-CNN.,"[('Lamm', 'person'), ('Perot', 'person'), ('Reform ticket-CNN', 'miscellaneous')]","[('Lamm', 'person'), ('Perot', 'person')]",1.0,0.6666666666666666,0.8
696,CoNLL,""" We need all the help we can get.",[],"[('We', 'organization')]",0.0,0.0,0.0
697,CoNLL,St Helens completed their first league and Challenge Cup double in 30 years on Monday when they thrashed Warrington 66-14 to clinch the inaugural Super League title.,"[('St Helens', 'organization'), ('Challenge Cup', 'miscellaneous'), ('Warrington', 'organization'), ('Super League', 'miscellaneous')]","[('St Helens', 'organization'), ('Warrington', 'organization')]",1.0,0.5,0.6666666666666666
698,CoNLL,Its own quarries came under attack after it emerged that it may be a supplier for the Newbury bypass.,"[('Newbury', 'location')]","[('Its own quarries', 'organization'), ('Newbury bypass', 'location')]",0.0,0.0,0.0
699,CoNLL,"Rochdale, Scarborough v Northampton, Torquay v Exeter, Wigan v","[('Rochdale', 'organization'), ('Scarborough', 'organization'), ('Northampton', 'organization'), ('Torquay', 'organization'), ('Exeter', 'organization'), ('Wigan', 'organization')]","[('Rochdale', 'location'), ('Scarborough', 'location'), ('Northampton', 'location'), ('Torquay', 'location'), ('Exeter', 'location'), ('Wigan', 'location')]",0.0,0.0,0.0
700,CoNLL,Nantes 0 Lens 1,"[('Nantes', 'organization'), ('Lens', 'organization')]","[('Nantes', 'location'), ('Lens', 'location')]",0.0,0.0,0.0
701,CoNLL,6. Michael Marsh( U.S.) 20.43,"[('Michael Marsh', 'person'), ('U.S.', 'location')]","[('Michael Marsh', 'person'), ('U.S.', 'location')]",1.0,1.0,1.0
702,CoNLL,2-0.,[],[],1.0,1.0,1.0
703,CoNLL,The state budget deficit was originally forecast to be 3.19 trillion lei for the whole year.,[],[],1.0,1.0,1.0
704,CoNLL,Port conditions update- Syria- Lloyds Shipping.,"[('Syria', 'location'), ('Lloyds Shipping', 'organization')]","[('Syria', 'location'), ('Lloyds Shipping', 'organization')]",1.0,1.0,1.0
705,CoNLL,"MANCHESTER, England 1996-08-29","[('MANCHESTER', 'location'), ('England', 'location')]","[('MANCHESTER', 'location')]",1.0,0.5,0.6666666666666666
706,CoNLL,That does n't happen in other Grand Slams.,"[('Grand Slams', 'miscellaneous')]",[],0.0,0.0,0.0
707,CoNLL,KUALA LUMPUR 1996-08-22,"[('KUALA LUMPUR', 'location')]","[('KUALA LUMPUR', 'location')]",1.0,1.0,1.0
708,CoNLL,"Delegates to the commission from the other 10 provinces will be installed progressively from next week with the provinces of North and South Kivu, Maniema, Shaba and Bandundu having priority, he said.","[('North', 'location'), ('South Kivu', 'location'), ('Maniema', 'location'), ('Shaba', 'location'), ('Bandundu', 'location')]","[('Delegates', 'person'), ('commission', 'organization'), ('North and South Kivu', 'location'), ('Maniema', 'location'), ('Shaba', 'location'), ('Bandundu', 'location')]",0.5,0.6,0.5454545454545454
709,CoNLL,"The fast-moving Olsza, 18, was cool in her opening match.","[('Olsza', 'person')]","[('Olsza', 'person')]",1.0,1.0,1.0
710,CoNLL,"At Cardiff: Kent 255-3( D. Fulton 64, M. Walker 59, C. Hooper","[('Cardiff', 'location'), ('Kent', 'organization'), ('D. Fulton', 'person'), ('M. Walker', 'person'), ('C. Hooper', 'person')]","[('At Cardiff', 'location'), ('Kent 255-3', 'location'), ('D. Fulton', 'person'), ('M. Walker', 'person'), ('C. Hooper', 'person')]",0.6,0.6,0.6
711,CoNLL,"He also said Franny Weld 's best friend, Tracy Roosevelt, might have something to do with her politics.","[('Franny Weld', 'person'), ('Tracy Roosevelt', 'person')]","[('Franny Weld', 'person'), ('Tracy Roosevelt', 'person')]",1.0,1.0,1.0
712,CoNLL,Gluten meal 60 pct bulk rail Spot- 320.00 up 5,[],"[('Spot', 'location')]",0.0,0.0,0.0
713,CoNLL,"Dole also said he opposed California Proposition 215 which, if approved by voters, would allow the cultivation of marijuana plants for medicinal uses.","[('Dole', 'person'), ('California Proposition 215', 'miscellaneous')]","[('Dole', 'person'), ('California', 'location')]",0.5,0.5,0.5
714,CoNLL,- 7) 6-1 3-6 6-4,[],[],1.0,1.0,1.0
715,CoNLL,--,[],[],1.0,1.0,1.0
716,CoNLL,BOSTON 6 Oakland 4,"[('BOSTON', 'organization'), ('Oakland', 'organization')]","[('BOSTON', 'location'), ('Oakland', 'location')]",0.0,0.0,0.0
717,CoNLL,"Although the plan was designed under terms proposed by Sao Paulo state governor Mario Covas, he has showed no interest in taking part in the plan because Sao Paulo 's debt with Banespa has increased sharply, O Globo said.","[('Sao Paulo', 'location'), ('Mario Covas', 'person'), ('Sao Paulo', 'location'), ('Banespa', 'organization'), ('O Globo', 'organization')]","[('Sao Paulo', 'location'), ('Mario Covas', 'person'), ('Sao Paulo', 'location'), ('Banespa', 'organization'), ('O Globo', 'organization')]",1.0,1.0,1.0
718,CoNLL,VfL Bochum 3 1 2 0 3 2 5,"[('VfL Bochum', 'organization')]","[('VfL Bochum', 'organization')]",1.0,1.0,1.0
719,CoNLL,"A foreign ministry spokesman said in a statement read on Algerian television that Algeria"" has received with concern the information over a meeting of terrorist groups working against the interests of the Arab and Islamic world.""","[('Algerian', 'miscellaneous'), ('Algeria', 'location'), ('Arab', 'miscellaneous'), ('Islamic', 'miscellaneous')]","[('foreign ministry spokesman', 'person'), ('Algeria', 'location'), ('terrorist groups', 'organization'), ('Arab and Islamic world', 'organization')]",0.25,0.25,0.25
720,CoNLL,SOCCER- SPONSORS CASH IN ON RAVANELLI 'S SHIRT DANCE.,"[('RAVANELLI', 'person')]","[('SPONSORS', 'organization'), ('RAVANELLI', 'person')]",0.5,1.0,0.6666666666666666
721,CoNLL,""" Remarkably both the train driver and the truck driver were not injured,"" the rail spokesman said.",[],"[('train driver', 'person'), ('truck driver', 'person'), ('rail spokesman', 'person')]",0.0,0.0,0.0
722,CoNLL,Toronto won its fifth straight and handed the White Sox their seventh loss in nine games.,"[('Toronto', 'organization'), ('White Sox', 'organization')]","[('Toronto', 'location'), ('White Sox', 'organization')]",0.5,0.5,0.5
723,CoNLL,"In a written statement, distributed by the Clinton campaign, Morris avoided comment on published allegations that he had engaged in a year-long affair with a$ 200-an-hour prostitute.","[('Clinton', 'person'), ('Morris', 'person')]","[('Clinton campaign', 'organization'), ('Morris', 'person')]",0.5,0.5,0.5
724,CoNLL,"Alcan aluminum, U.S. Midwest( effective date: August 1, 1996)","[('Alcan', 'organization'), ('U.S. Midwest', 'location')]","[('Alcan aluminum', 'organization'), ('U.S. Midwest', 'location')]",0.5,0.5,0.5
725,CoNLL,"Now, U.S. District Judge Mark Wolf has ordered the chief counsel for Biogen, Michael Astrue, and Robert Chabora, his counterpart at Berlex be deposed about a May 21 meeting the two men attended to help him determine whether the lawsuit filed by Biogen against Berlex should be heard in Massachusetts.","[('U.S.', 'location'), ('Mark Wolf', 'person'), ('Biogen', 'organization'), ('Michael Astrue', 'person'), ('Robert Chabora', 'person'), ('Berlex', 'organization'), ('Biogen', 'organization'), ('Berlex', 'organization'), ('Massachusetts', 'location')]","[('U.S. District Judge Mark Wolf', 'person'), ('Biogen', 'organization'), ('Michael Astrue', 'person'), ('Robert Chabora', 'person'), ('Berlex', 'organization'), ('Biogen', 'organization'), ('Berlex', 'organization'), ('Massachusetts', 'location')]",0.8333333333333334,0.7142857142857143,0.7692307692307692
726,CoNLL,Bayern Munich 3 2 1 0 7 2 7,"[('Bayern Munich', 'organization')]","[('Bayern Munich', 'organization')]",1.0,1.0,1.0
727,CoNLL,"Lanusse 's rule saw the gradual rise of left-wing activism which culminated in another period of brutal Argentine dictatorship from 1976 to 1983, during which the military launched its"" dirty war"" that resulted in 10,000 missing people.","[('Lanusse', 'person'), ('Argentine', 'miscellaneous')]","[('Lanusse', 'person'), ('Argentine dictatorship', 'organization'), ('military', 'organization')]",0.3333333333333333,0.5,0.4
728,CoNLL,"The hijackers, who have said they want to seek asylum in Britain, are believed to be armed with grenades and possibly other explosives, according to police.","[('Britain', 'location')]","[('The hijackers', 'person'), ('Britain', 'location'), ('grenades', 'miscellaneous'), ('explosives', 'miscellaneous'), ('police', 'organization')]",0.2,1.0,0.33333333333333337
729,CoNLL,Dynamo Moscow 25 15 7 3 43 21 52,"[('Dynamo Moscow', 'organization')]","[('Dynamo Moscow', 'organization')]",1.0,1.0,1.0
730,CoNLL,"- At least 20 people were killed when the two trucks in which they were travelling collided at Nhamavila about 160 km north of Maputo on Saturday, the Maputo daily Noticias said.","[('Nhamavila', 'location'), ('Maputo', 'location'), ('Maputo', 'location'), ('Noticias', 'organization')]","[('Nhamavila', 'location'), ('Maputo', 'location'), ('Maputo', 'location'), ('Noticias', 'organization')]",1.0,1.0,1.0
731,CoNLL,Leading placings in,[],[],1.0,1.0,1.0
732,CoNLL,Traders said positive comment from investment banks Merrill Lynch and SBC Warburg also fueled the gains.,"[('Merrill Lynch', 'organization'), ('SBC Warburg', 'organization')]","[('Merrill Lynch', 'organization'), ('SBC Warburg', 'organization')]",1.0,1.0,1.0
733,CoNLL,Quarterly,[],[],1.0,1.0,1.0
734,CoNLL,Tranmere 2 Port Vale 0,"[('Tranmere', 'organization'), ('Port Vale', 'organization')]","[('Tranmere', 'location'), ('Port Vale', 'location')]",0.0,0.0,0.0
735,CoNLL,"Others advancing early on Monday included 11th-seeded American Malivai Washington, the Wimbledon runner-up, Sweden 's Magnus Gustafsson, and two-time former French Open champion Sergi Bruguera of Spain, who will be Stich 's next opponent.","[('American', 'miscellaneous'), ('Malivai Washington', 'person'), ('Wimbledon', 'miscellaneous'), ('Sweden', 'location'), ('Magnus Gustafsson', 'person'), ('French Open', 'miscellaneous'), ('Sergi Bruguera', 'person'), ('Spain', 'location'), ('Stich', 'person')]","[('Malivai Washington', 'person'), ('Sweden', 'location'), ('Magnus Gustafsson', 'person'), ('Sergi Bruguera', 'person'), ('Spain', 'location')]",1.0,0.5555555555555556,0.7142857142857143
736,CoNLL,"The Vnukovo Airlines Tupolev 154 flight from Moscow, carrying 129 passengers and a crew of 12, crashed in bad weather 10 km( six miles) east of Longyearbyen, the island 's only airstrip, officials said.","[('Vnukovo Airlines', 'organization'), ('Tupolev 154', 'miscellaneous'), ('Moscow', 'location'), ('Longyearbyen', 'location')]","[('Vnukovo Airlines', 'organization'), ('Moscow', 'location'), ('Longyearbyen', 'location')]",1.0,0.75,0.8571428571428571
737,CoNLL,""" It is a desperate move by the PUNR, which is losing its only reason for existing ahead of the electoral campaign,"" said PDSR executive president Adrian Nastase.","[('PUNR', 'organization'), ('PDSR', 'organization'), ('Adrian Nastase', 'person')]","[('PUNR', 'organization'), ('PDSR', 'organization'), ('Adrian Nastase', 'person')]",1.0,1.0,1.0
738,CoNLL,Alexander Lebed may finally get to discuss his Chechen peace proposals with Boris Yeltsin on Tuesday after a lost weekend in the region when he was forced to abandon plans to sign a new political treaty with the separatist rebels.,"[('Alexander Lebed', 'person'), ('Chechen', 'miscellaneous'), ('Boris Yeltsin', 'person')]","[('Alexander Lebed', 'person'), ('Boris Yeltsin', 'person'), ('region', 'location'), ('separatist rebels', 'organization')]",0.5,0.6666666666666666,0.5714285714285715
739,CoNLL,"Revs 41,752 35,711",[],[],1.0,1.0,1.0
740,CoNLL,The European Commission said on Thursday it would study scientific reports saying Britain 's mad cow epidemic would die out by 2001 but offered little prospect the findings would change an agreed slaughter campaign.,"[('European Commission', 'organization'), ('Britain', 'location')]","[('European Commission', 'organization'), ('Britain', 'location')]",1.0,1.0,1.0
741,CoNLL,"Of the 14 remaining suits, 10 were filed by employees of industrial Brush Wellman customers and Brush Wellman liability in such suits is typically covered by insurance, Timothy Reid, vice president of corporate communications, said on the call.","[('Brush Wellman', 'organization'), ('Brush Wellman', 'organization'), ('Timothy Reid', 'person')]","[('Brush Wellman', 'organization'), ('Brush Wellman', 'organization'), ('Timothy Reid', 'person')]",1.0,1.0,1.0
742,CoNLL,They also demand the financial separation of the 350 air controllers from the technical staff.,[],"[('350 air controllers', 'person')]",0.0,0.0,0.0
743,CoNLL,The pro-reform stance of some of the party leadership initially caused a storm and triggered the resignation last month of the party 's Secretary-General Gramoz Ruci.,"[('Gramoz Ruci', 'person')]","[('Gramoz Ruci', 'person')]",1.0,1.0,1.0
744,CoNLL,Fall: 1-82 2-141 3-160 4-174 5-203.,[],[],1.0,1.0,1.0
745,CoNLL,"32,000",[],[],1.0,1.0,1.0
746,CoNLL,Salomon& Taylor- 96/97 div forecast.,"[('Salomon& Taylor', 'organization')]","[('Salomon& Taylor', 'organization')]",1.0,1.0,1.0
747,CoNLL,CALIFORNIA 61 71 .462 14,"[('CALIFORNIA', 'organization')]","[('CALIFORNIA', 'location')]",0.0,0.0,0.0
748,CoNLL,Finals:,[],[],1.0,1.0,1.0
749,CoNLL,ITALIAN GOVT BOND( SEP) 115.62 115.58 115.32,"[('ITALIAN', 'miscellaneous')]","[('ITALIAN GOVT', 'organization')]",0.0,0.0,0.0
750,CoNLL,NATIONAL LEAGUE,"[('NATIONAL LEAGUE', 'miscellaneous')]","[('NATIONAL LEAGUE', 'organization')]",0.0,0.0,0.0
751,CoNLL,Thai Prime Minister Banharn Silpa-archa on Monday proposed September 18 as the date for parliamentary debate on an opposition no-confidence motion accusing him of incompetence.,"[('Thai', 'miscellaneous'), ('Banharn Silpa-archa', 'person')]","[('Banharn Silpa-archa', 'person')]",1.0,0.5,0.6666666666666666
752,CoNLL,The Reds took a one-run lead in the second inning when Morris led off with his 10th homer off starter Armando Reynoso( 8-9).,"[('Reds', 'organization'), ('Morris', 'person'), ('Armando Reynoso', 'person')]","[('Reds', 'organization'), ('Morris', 'person'), ('Armando Reynoso', 'person')]",1.0,1.0,1.0
753,CoNLL,Standard Liege 3 Molenbeek 0,"[('Standard Liege', 'organization'), ('Molenbeek', 'organization')]","[('Standard Liege', 'location'), ('Molenbeek', 'location')]",0.0,0.0,0.0
754,CoNLL,67 69,[],[],1.0,1.0,1.0
755,CoNLL,S. Law b Streak 20,"[('S. Law', 'person'), ('Streak', 'person')]",[],0.0,0.0,0.0
756,CoNLL,He returned to the Kremlin on Thursday after a two-day break in the lakelands of northwestern Russia.,"[('Kremlin', 'location'), ('Russia', 'location')]","[('He', 'person'), ('Kremlin', 'location'), ('lakelands', 'location'), ('northwestern Russia', 'location')]",0.25,0.5,0.3333333333333333
757,CoNLL,""" What happened concerning continuous violations and crimes from this new Israeli leadership means they are declaring a state of war against the Palestinian people,"" Arafat told the Palestinian legislature.","[('Israeli', 'miscellaneous'), ('Palestinian', 'miscellaneous'), ('Arafat', 'person'), ('Palestinian', 'miscellaneous')]","[('Palestinian people', 'organization'), ('Arafat', 'person'), ('Palestinian legislature', 'organization')]",0.3333333333333333,0.3333333333333333,0.3333333333333333
758,CoNLL,2. Michelle Freeman( Jamaica) 12.91,"[('Michelle Freeman', 'person'), ('Jamaica', 'location')]","[('Michelle Freeman', 'person'), ('Jamaica', 'location')]",1.0,1.0,1.0
759,CoNLL,WESTERN DIVISION,"[('WESTERN DIVISION', 'miscellaneous')]","[('WESTERN DIVISION', 'location')]",0.0,0.0,0.0
760,CoNLL,Among the dead were five members of the religious Jamaat-i-Islami party who drowned while trying to remove books from a basement library.,"[('Jamaat-i-Islami', 'organization')]","[('Jamaat-i-Islami', 'organization'), ('basement library', 'location')]",0.5,1.0,0.6666666666666666
761,CoNLL,Valerenga 3 Skeid 0,"[('Valerenga', 'organization'), ('Skeid', 'organization')]",[],0.0,0.0,0.0
762,CoNLL,Sydney 21 15 1 5 2067 1687 122.5 62,"[('Sydney', 'organization')]","[('Sydney', 'location')]",0.0,0.0,0.0
763,CoNLL,"The New York Stock Exchange said its session one volume was 5,700 shares compared to 53,400 shares Monday.","[('New York Stock Exchange', 'organization')]","[('New York Stock Exchange', 'organization')]",1.0,1.0,1.0
764,CoNLL,"The conflict, which killed more than 500 and caused thousands to flee to neighbouring French Guiana in the late 1980s, eventually paved the way to democratic elections in 1991.","[('French Guiana', 'location')]","[('French Guiana', 'location')]",1.0,1.0,1.0
765,CoNLL,unless stated):,[],[],1.0,1.0,1.0
766,CoNLL,4. Kenny Harrison( U.S.) 16.97,"[('Kenny Harrison', 'person'), ('U.S.', 'location')]","[('Kenny Harrison', 'person'), ('U.S.', 'location')]",1.0,1.0,1.0
767,CoNLL,Results of Polish first division,"[('Polish', 'miscellaneous')]",[],0.0,0.0,0.0
768,CoNLL,"Excluding the effect of a one-time restructuring charge of$ 17.4 million, IVAC had net income of$ 4.2 million on net sales of$ 112.8 million for the 1996 first half.","[('IVAC', 'organization')]","[('IVAC', 'organization')]",1.0,1.0,1.0
769,CoNLL,The hijackers told the crew they had grenades and other explosives and threatened to blow up the plane if they were not taken to London.,"[('London', 'location')]","[('The hijackers', 'person'), ('the crew', 'organization'), ('grenades', 'miscellaneous'), ('explosives', 'miscellaneous'), ('London', 'location')]",0.2,1.0,0.33333333333333337
770,CoNLL,5. Aloys Nizigama( Burundi) 27:25.13,"[('Aloys Nizigama', 'person'), ('Burundi', 'location')]","[('Aloys Nizigama', 'person'), ('Burundi', 'location')]",1.0,1.0,1.0
771,CoNLL,"It is a holy war for us,"" he said.",[],"[('he', 'person')]",0.0,0.0,0.0
772,CoNLL,+5 Loren Roberts through 9,"[('Loren Roberts', 'person')]","[('Loren Roberts', 'person')]",1.0,1.0,1.0
773,CoNLL,LONDON 1996-08-23,"[('LONDON', 'location')]","[('LONDON', 'location')]",1.0,1.0,1.0
774,CoNLL,opening weekend of the Argentine Apertura championship:,"[('Argentine Apertura', 'miscellaneous')]",[],0.0,0.0,0.0
775,CoNLL,Kerametal Dubnica 4 0 1 3 3 9 1,"[('Kerametal Dubnica', 'organization')]","[('Kerametal Dubnica', 'organization')]",1.0,1.0,1.0
776,CoNLL,""" I was just trying to hang in there and hit it up the middle,"" said McGriff about his homer in the ninth.""","[('McGriff', 'person')]","[('McGriff', 'person')]",1.0,1.0,1.0
777,CoNLL,Sudanese rebels say missionaries should be freed.,"[('Sudanese', 'miscellaneous')]","[('Sudanese rebels', 'organization'), ('missionaries', 'person')]",0.0,0.0,0.0
778,CoNLL,They said there was no sign of foul play and that investigators believed the death was a suicide.,[],"[('They', 'organization'), ('investigators', 'organization')]",0.0,0.0,0.0
779,CoNLL,There is no overall champion.,[],[],1.0,1.0,1.0
780,CoNLL,"The HCFA Administrator reversed a previously favorable decision regarding the reimbursement of costs related to the company 's community liaison personnel, it added.","[('HCFA', 'organization')]","[('The HCFA Administrator', 'person')]",0.0,0.0,0.0
781,CoNLL,He and co-driver Derek Ringer were unhurt but team boss David Richards was furious with them.,"[('Derek Ringer', 'person'), ('David Richards', 'person')]","[('Derek Ringer', 'person'), ('David Richards', 'person')]",1.0,1.0,1.0
782,CoNLL,"The men could face charges carrying up to six to 10 years in prison, he said.",[],"[('The men', 'organization'), ('prison', 'location'), ('he said', 'person')]",0.0,0.0,0.0
783,CoNLL,Pusan 0 2 0 3 3 2,"[('Pusan', 'organization')]","[('Pusan', 'location')]",0.0,0.0,0.0
784,CoNLL,"Imran Khan( Pakistan) 362, 88","[('Imran Khan', 'person'), ('Pakistan', 'location')]","[('Imran Khan', 'person'), ('Pakistan', 'location')]",1.0,1.0,1.0
785,CoNLL,""" There is a lot of things that can happen,"" Martinez said about her early difficulties adjusting to tennis on the cement at Flushing Meadows.","[('Martinez', 'person'), ('Flushing Meadows', 'location')]","[('Martinez', 'person'), ('Flushing Meadows', 'location')]",1.0,1.0,1.0
786,CoNLL,"The year-on-year rise was 8.2 percent to June, 1996.",[],[],1.0,1.0,1.0
787,CoNLL,I was talking about drugs.,[],"[('I', 'person')]",0.0,0.0,0.0
788,CoNLL,GOLF- SCORES AT WORLD SERIES OF GOLF.,"[('WORLD SERIES OF GOLF', 'miscellaneous')]","[('WORLD SERIES OF GOLF', 'organization')]",0.0,0.0,0.0
789,CoNLL,on Friday:,[],[],1.0,1.0,1.0
790,CoNLL,FLORIDA 63 70 .474 20,"[('FLORIDA', 'organization')]","[('FLORIDA', 'location')]",0.0,0.0,0.0
791,CoNLL,DINAMINA,"[('DINAMINA', 'organization')]","[('DINAMINA', 'person')]",0.0,0.0,0.0
792,CoNLL,The rand was last bid at 4.5350 against the dollar.,[],[],1.0,1.0,1.0
793,CoNLL,"2000 650,000",[],[],1.0,1.0,1.0
794,CoNLL,Israel 's outgoing peace negotiator with Syria said on Thursday current tensions between the two countries appeared to be a storm in a teacup.,"[('Israel', 'location'), ('Syria', 'location')]","[('Israel', 'location'), ('outgoing peace negotiator', 'person'), ('Syria', 'location'), ('storm in a teacup', 'miscellaneous')]",0.5,1.0,0.6666666666666666
795,CoNLL,Twente Enschede 2 1 1 0 4 2 4,"[('Twente Enschede', 'organization')]","[('Twente Enschede', 'location')]",0.0,0.0,0.0
796,CoNLL,Warrington 21 12 0 9 555 499 24,"[('Warrington', 'organization')]","[('Warrington', 'location')]",0.0,0.0,0.0
797,CoNLL,29 seconds,[],[],1.0,1.0,1.0
798,CoNLL,LONDON 1996-08-26,"[('LONDON', 'location')]","[('LONDON', 'location')]",1.0,1.0,1.0
799,CoNLL,10. Nathalie Lancien( France) 8,"[('Nathalie Lancien', 'person'), ('France', 'location')]","[('Nathalie Lancien', 'person'), ('France', 'location')]",1.0,1.0,1.0
800,CoNLL,"Hong Kong 's economy grew by only 3.1 percent in the first quarter, down from 5.9 percent a year earlier, and some private sector economists have revised downwards their predictions for the 1996 year.","[('Hong Kong', 'location')]","[('Hong Kong', 'location'), ('private sector economists', 'organization')]",0.5,1.0,0.6666666666666666
801,CoNLL,MANILA 1996-08-26,"[('MANILA', 'location')]","[('MANILA', 'location')]",1.0,1.0,1.0
802,CoNLL,Price Volume Turnover,[],[],1.0,1.0,1.0
803,CoNLL,2. Armstrong 3 seconds behind,"[('Armstrong', 'person')]","[('Armstrong', 'person')]",1.0,1.0,1.0
804,CoNLL,Liu Chong Hing interim net up 2.7 pct.,"[('Liu Chong Hing', 'organization')]","[('Liu Chong Hing', 'person')]",0.0,0.0,0.0
805,CoNLL,"Guldimann, who helped broker an earlier truce in May, was not taking part in the Tikhomirov-Maskhadov talks.","[('Guldimann', 'person'), ('Tikhomirov-Maskhadov', 'miscellaneous')]","[('Guldimann', 'person')]",1.0,0.5,0.6666666666666666
806,CoNLL,JERUSALEM 1996-08-27,"[('JERUSALEM', 'location')]","[('JERUSALEM', 'location')]",1.0,1.0,1.0
807,CoNLL,Raith 0 Motherwell 3,"[('Raith', 'organization'), ('Motherwell', 'organization')]","[('Raith', 'location'), ('Motherwell', 'location')]",0.0,0.0,0.0
808,CoNLL,- Fears of an Israeli operation causes the redistribution of Syrian troops locations in Lebanon.,"[('Israeli', 'miscellaneous'), ('Syrian', 'miscellaneous'), ('Lebanon', 'location')]","[('Syrian troops', 'organization'), ('Lebanon', 'location')]",0.5,0.3333333333333333,0.4
809,CoNLL,"143, M. Dowman 107, W. Noon 57; B. Julian 4-104).","[('M. Dowman', 'person'), ('W. Noon', 'person'), ('B. Julian', 'person')]","[('M. Dowman', 'person'), ('W. Noon', 'person'), ('B. Julian', 'person')]",1.0,1.0,1.0
810,CoNLL,GOLF- MICKELSON WINS FOURTH TITLE OF YEAR IN AKRON.,"[('MICKELSON', 'person'), ('AKRON', 'location')]","[('MICKELSON', 'person'), ('AKRON', 'location')]",1.0,1.0,1.0
811,CoNLL,"MONDAY, AUGUST 26TH SCHEDULE",[],[],1.0,1.0,1.0
812,CoNLL,""" Roy agreed a new deal before last night 's game against Everton and we are delighted,"" said United manager Alex Ferguson on Thursday.","[('Roy', 'person'), ('Everton', 'organization'), ('United', 'organization'), ('Alex Ferguson', 'person')]","[('Roy', 'person'), ('Everton', 'organization'), ('United', 'organization'), ('Alex Ferguson', 'person')]",1.0,1.0,1.0
813,CoNLL,for Pakistan in England 's second innings at The Oval on Monday,"[('Pakistan', 'location'), ('England', 'location'), ('The Oval', 'location')]","[('Pakistan', 'organization'), ('The Oval', 'location')]",0.5,0.3333333333333333,0.4
814,CoNLL,Rosenborg 7 Lillestrom 2,"[('Rosenborg', 'organization'), ('Lillestrom', 'organization')]","[('Rosenborg', 'location'), ('Lillestrom', 'location')]",0.0,0.0,0.0
815,CoNLL,The August contract expired at 0.85 cent down at 90.85 cents.,[],[],1.0,1.0,1.0
816,CoNLL,The formal inauguration had been due to take place this week but was put back.,[],[],1.0,1.0,1.0
817,CoNLL,DES MOINES 1996-08-29,"[('DES MOINES', 'location')]","[('DES MOINES', 'location')]",1.0,1.0,1.0
818,CoNLL,Zirka-Nibas 6 3 1 2 6 8 10,"[('Zirka-Nibas', 'organization')]","[('Zirka-Nibas', 'organization')]",1.0,1.0,1.0
819,CoNLL,Eva Tremila said other even more explicit photos were taken but it did not print them.,"[('Eva Tremila', 'organization')]","[('Eva Tremila', 'person')]",0.0,0.0,0.0
820,CoNLL,"Two weeks ago Taibe, coached by Pole Wojtek Lazarek, met Betar, a club closely associated with the right-wing Likud party, for the first time in a Cup match in Jerusalem.","[('Taibe', 'organization'), ('Pole', 'miscellaneous'), ('Wojtek Lazarek', 'person'), ('Betar', 'organization'), ('Likud', 'organization'), ('Cup', 'miscellaneous'), ('Jerusalem', 'location')]","[('Taibe', 'organization'), ('Wojtek Lazarek', 'person'), ('Betar', 'organization'), ('Likud party', 'organization'), ('Jerusalem', 'location')]",0.8,0.5714285714285714,0.6666666666666666
821,CoNLL,JAKARTA 1996-08-29,"[('JAKARTA', 'location')]","[('JAKARTA', 'location')]",1.0,1.0,1.0
822,CoNLL,"Attempts to move prices higher again Tuesday could be offset by expected increased hog marketings this week, sources said.",[],"[('sources', 'organization')]",0.0,0.0,0.0
823,CoNLL,WESTERN DIVISION,"[('WESTERN DIVISION', 'miscellaneous')]","[('WESTERN DIVISION', 'location')]",0.0,0.0,0.0
824,CoNLL,Charlton 2 0 1 1 1 3 1,"[('Charlton', 'organization')]","[('Charlton', 'person')]",0.0,0.0,0.0
825,CoNLL,Thursday:,[],[],1.0,1.0,1.0
826,CoNLL,Hampshire 137,"[('Hampshire', 'organization')]","[('Hampshire', 'location')]",0.0,0.0,0.0
827,CoNLL,Further details were not immediately available.,[],[],1.0,1.0,1.0
828,CoNLL,Their answer to choice is control and punishment.,[],[],1.0,1.0,1.0
829,CoNLL,"Muthiah Muralitharan, Ravindra Pushpakumara","[('Muthiah Muralitharan', 'person'), ('Ravindra Pushpakumara', 'person')]","[('Muthiah Muralitharan', 'person'), ('Ravindra Pushpakumara', 'person')]",1.0,1.0,1.0
830,CoNLL,A. Stewart b Mushtaq Ahmed 44,"[('A. Stewart', 'person'), ('Mushtaq Ahmed', 'person')]","[('Mushtaq Ahmed', 'person')]",1.0,0.5,0.6666666666666666
831,CoNLL,Egypt says the Sudanese government helped the Moslem militants who tried to kill Mubarak in Addis Ababa last year.,"[('Egypt', 'location'), ('Sudanese', 'miscellaneous'), ('Moslem', 'miscellaneous'), ('Mubarak', 'person'), ('Addis Ababa', 'location')]","[('Egypt', 'location'), ('Sudanese government', 'organization'), ('Moslem militants', 'organization'), ('Mubarak', 'person'), ('Addis Ababa', 'location')]",0.6,0.6,0.6
832,CoNLL,The 27-year-old Sosa leads the league with 40 homers and is tied for 10th with 100 RBI.,"[('Sosa', 'person'), ('RBI', 'miscellaneous')]","[('Sosa', 'person'), ('league', 'organization')]",0.5,0.5,0.5
833,CoNLL,Men 's singles,[],"[('Men', 'person')]",0.0,0.0,0.0
834,CoNLL,Nancy 0 Paris St Germain 0.,"[('Nancy', 'organization'), ('Paris St Germain', 'organization')]","[('Nancy', 'person'), ('Paris St Germain', 'location')]",0.0,0.0,0.0
835,CoNLL,"We, and many other countries, do n't understand this( Britain 's) position,"" Moussa told reporters.","[('Britain', 'location'), ('Moussa', 'person')]","[('We', 'organization'), ('Britain', 'location'), ('Moussa', 'person'), ('reporters', 'organization')]",0.5,1.0,0.6666666666666666
836,CoNLL,"But everything has been put on ice now.""",[],[],1.0,1.0,1.0
837,CoNLL,BALTIMORE 10 Seattle 5,"[('BALTIMORE', 'organization'), ('Seattle', 'organization')]","[('BALTIMORE', 'location'), ('Seattle', 'location')]",0.0,0.0,0.0
838,CoNLL,Iran hangs two men for drug trafficking.,"[('Iran', 'location')]","[('Iran', 'location'), ('two men', 'person')]",0.5,1.0,0.6666666666666666
839,CoNLL,SEATTLE AT BOSTON,"[('SEATTLE', 'organization'), ('BOSTON', 'location')]","[('SEATTLE', 'location'), ('BOSTON', 'location')]",0.5,0.5,0.5
840,CoNLL,suspended due to rain on Friday with 38 of the 43 players yet,[],[],1.0,1.0,1.0
841,CoNLL,Eight drown in Venezuelan boating accident.,"[('Venezuelan', 'miscellaneous')]",[],0.0,0.0,0.0
842,CoNLL,MILWAUKEE 62 68 .477 14 1/2,"[('MILWAUKEE', 'organization')]","[('MILWAUKEE', 'location')]",0.0,0.0,0.0
843,CoNLL,"90th, Witechek 59th).","[('Witechek', 'person')]","[('90th', 'location'), ('Witechek 59th', 'location')]",0.0,0.0,0.0
844,CoNLL,6- 3,[],[],1.0,1.0,1.0
845,CoNLL,6. Carlos Sainz( Spain) Ford Escort 3:03,"[('Carlos Sainz', 'person'), ('Spain', 'location'), ('Ford Escort', 'miscellaneous')]","[('Carlos Sainz', 'person'), ('Spain', 'location')]",1.0,0.6666666666666666,0.8
846,CoNLL,"Bowling: Gough 10-0-44-1, Mullally 10-3-31-1, Headley","[('Gough', 'person'), ('Mullally', 'person'), ('Headley', 'person')]","[('Gough', 'person'), ('Mullally', 'person'), ('10-3-31-1', 'location'), ('Headley', 'location')]",0.5,0.6666666666666666,0.5714285714285715
847,CoNLL,"The rise has been very quick and very crazy.""",[],[],1.0,1.0,1.0
848,CoNLL,RABAT 1996-08-26,"[('RABAT', 'location')]","[('RABAT', 'organization')]",0.0,0.0,0.0
849,CoNLL,I do n't think it 's safe for me.,[],"[('I', 'person')]",0.0,0.0,0.0
850,CoNLL,"-- Andrew Huddart, London Newsroom, +44 171 542 8716","[('Andrew Huddart', 'person'), ('London Newsroom', 'organization')]","[('Andrew Huddart', 'person'), ('London Newsroom', 'organization')]",1.0,1.0,1.0
851,CoNLL,Palestinians accuse PA of banning books.,"[('Palestinians', 'miscellaneous'), ('PA', 'organization')]","[('Palestinians', 'organization'), ('PA', 'organization')]",0.5,0.5,0.5
852,CoNLL,", suffered serious brain damage.",[],[],1.0,1.0,1.0
853,CoNLL,"It brought in 4,275 tonnes of British mutton, some 10 percent of overall imports.","[('British', 'miscellaneous')]","[('It', 'organization')]",0.0,0.0,0.0
854,CoNLL,seconds,[],[],1.0,1.0,1.0
855,CoNLL,Baltimore has won seven of nine and 16 of its last 22 and cut the Yankees' lead in the A.L. East to five games.,"[('Baltimore', 'location'), ('Yankees', 'organization'), ('A.L. East', 'miscellaneous')]","[('Baltimore', 'location'), ('Yankees', 'organization')]",1.0,0.6666666666666666,0.8
856,CoNLL,Willem II Tilburg 0 Fortuna Sittard 1( Hamming 65th).,"[('Willem II Tilburg', 'organization'), ('Fortuna Sittard', 'organization'), ('Hamming', 'person')]","[('Willem II', 'person'), ('Fortuna Sittard', 'location'), ('Hamming 65th', 'location')]",0.0,0.0,0.0
857,CoNLL,Wolverhampton 1 Bradford 0,"[('Wolverhampton', 'organization'), ('Bradford', 'organization')]","[('Wolverhampton', 'location'), ('Bradford', 'location')]",0.0,0.0,0.0
858,CoNLL,"Along with Smicer, Robert Pires was the star of the night in France, scoring the first hat-trick of the league season in Metz 's 3-1 home victory over neighbouring Strasbourg.","[('Smicer', 'person'), ('Robert Pires', 'person'), ('France', 'location'), ('Metz', 'organization'), ('Strasbourg', 'organization')]","[('Smicer', 'person'), ('Robert Pires', 'person'), ('France', 'location'), ('Metz', 'location'), ('Strasbourg', 'location')]",0.6,0.6,0.6
859,CoNLL,"With the exception of a Philippoussis showdown, Sampras looks to have landed in a comfortable quarter of the draw with the likes of Frenchman Cedric Pioline and ailing French Open champion Yevgeny Kafelnikov, who is nursing a rib injury, in his path.","[('Philippoussis', 'person'), ('Sampras', 'person'), ('Frenchman', 'miscellaneous'), ('Cedric Pioline', 'person'), ('French Open', 'miscellaneous'), ('Yevgeny Kafelnikov', 'person')]","[('Sampras', 'person'), ('Cedric Pioline', 'person'), ('Yevgeny Kafelnikov', 'person')]",1.0,0.5,0.6666666666666666
860,CoNLL,- Deputy director of animal health department Douati Alphonse says his agents have seized 46 tonnes of illicit pork in a two-week operation to ensure compliance with a ban imposed after an outbreak of swine fever.,"[('Douati Alphonse', 'person')]","[('animal health department', 'organization'), ('Douati Alphonse', 'person')]",0.5,1.0,0.6666666666666666
861,CoNLL,"Attendance 5,696.",[],[],1.0,1.0,1.0
862,CoNLL,15-8 15-12,[],[],1.0,1.0,1.0
863,CoNLL,3. Armstrong 2 seconds,"[('Armstrong', 'person')]","[('Armstrong', 'person')]",1.0,1.0,1.0
864,CoNLL,CAPE TOWN 1996-08-22,"[('CAPE TOWN', 'location')]","[('CAPE TOWN', 'location')]",1.0,1.0,1.0
865,CoNLL,1860 Munich 1( Schwabl 38th) Borussia Dortmund 3( Zorc,"[('1860 Munich', 'organization'), ('Schwabl', 'person'), ('Borussia Dortmund', 'organization'), ('Zorc', 'person')]","[('1860 Munich', 'organization'), ('Schwabl 38th', 'location'), ('Borussia Dortmund', 'organization'), ('Zorc', 'person')]",0.75,0.75,0.75
866,CoNLL,Operating loss 286 million vs loss 48 million,[],[],1.0,1.0,1.0
867,CoNLL,Mar/ Sep,[],[],1.0,1.0,1.0
868,CoNLL,"72 Clarence Rose, Loren Roberts, Fred Funk, Sven Struver","[('Clarence Rose', 'person'), ('Loren Roberts', 'person'), ('Fred Funk', 'person'), ('Sven Struver', 'person')]","[('Clarence Rose', 'person'), ('Loren Roberts', 'person'), ('Fred Funk', 'person'), ('Sven Struver', 'person')]",1.0,1.0,1.0
869,CoNLL,Queens Park Rangers 3 2 1 0 5 3 7,"[('Queens Park Rangers', 'organization')]","[('Queens Park Rangers', 'organization')]",1.0,1.0,1.0
870,CoNLL,Nele Zilinskiene( Lithuania) 1.85,"[('Nele Zilinskiene', 'person'), ('Lithuania', 'location')]","[('Nele Zilinskiene', 'person'), ('Lithuania', 'location')]",1.0,1.0,1.0
871,CoNLL,AMSTERDAM 1996-08-24,"[('AMSTERDAM', 'location')]","[('AMSTERDAM', 'location')]",1.0,1.0,1.0
872,CoNLL,Davenport had drawn one of the toughest first-round assignments of any of the seeded players in 17th-ranked Karina Habsudova of Slovakia.,"[('Davenport', 'person'), ('Karina Habsudova', 'person'), ('Slovakia', 'location')]","[('Davenport', 'person'), ('Karina Habsudova', 'person'), ('Slovakia', 'location')]",1.0,1.0,1.0
873,CoNLL,"-- Nicholas Shaxson, London newsroom +44 171 542 8167","[('Nicholas Shaxson', 'person'), ('London', 'location')]","[('Nicholas Shaxson', 'person'), ('London', 'location')]",1.0,1.0,1.0
874,CoNLL,"Alloy shipments, however, were 7.5 percent down.",[],[],1.0,1.0,1.0
875,CoNLL,1. Gerhard Berger( Austria) Benetton 1 minute 53.706 seconds,"[('Gerhard Berger', 'person'), ('Austria', 'location'), ('Benetton', 'organization')]","[('Gerhard Berger', 'person'), ('Austria', 'location'), ('Benetton', 'organization')]",1.0,1.0,1.0
876,CoNLL,William Weld asked to deliver a speech defending abortion rights and was turned down.,"[('William Weld', 'person')]","[('William Weld', 'person')]",1.0,1.0,1.0
877,CoNLL,LONDON 1996-08-24,"[('LONDON', 'location')]","[('LONDON', 'location')]",1.0,1.0,1.0
878,CoNLL,52 cents/ pound,[],[],1.0,1.0,1.0
879,CoNLL,"According to figures released by the Oklahoma Climatological Survey, an average of 20.19 inches fell across the state between March 1 and August 26, 1996.","[('Oklahoma Climatological Survey', 'miscellaneous')]","[('Oklahoma Climatological Survey', 'organization')]",0.0,0.0,0.0
880,CoNLL,Union officials from the Public Service Association( PSA) were unavailable for comment.,"[('Public Service Association', 'organization'), ('PSA', 'organization')]","[('Union officials', 'person'), ('Public Service Association', 'organization'), ('PSA', 'organization')]",0.6666666666666666,1.0,0.8
881,CoNLL,BASEBALL- YANKEES BRAWL AND CONTINUE TO SLIDE.,"[('YANKEES', 'organization')]","[('YANKEES', 'organization')]",1.0,1.0,1.0
882,CoNLL,"Earlier, the director of the president 's office denied a report in Israel 's Yedioth Ahronoth newspaper that Weizman had already invited Arafat to his private home for talks in the coming week on the future of the Israel-PLO peace process.","[('Israel', 'location'), ('Yedioth Ahronoth', 'organization'), ('Weizman', 'person'), ('Arafat', 'person'), ('Israel-PLO', 'miscellaneous')]","[('Israel', 'location'), ('Weizman', 'person'), ('Arafat', 'person'), ('Israel-PLO', 'location')]",0.75,0.6,0.6666666666666665
883,CoNLL,Zadar police said in a statement they had launched an investigation and were doing their best to find the perpetrators.,"[('Zadar', 'location')]","[('Zadar', 'location'), ('perpetrators', 'person')]",0.5,1.0,0.6666666666666666
884,CoNLL,A passenger train collided with a locomotive at a main railway station in Linz on Wednesday and police said around 10 people were injured.,"[('Linz', 'location')]","[('main railway station', 'location'), ('Linz', 'location'), ('police', 'organization')]",0.3333333333333333,1.0,0.5
885,CoNLL,2. Heike Drechsler( Germany) 6.65,"[('Heike Drechsler', 'person'), ('Germany', 'location')]","[('Heike Drechsler', 'person'), ('Germany', 'location')]",1.0,1.0,1.0
886,CoNLL,EUROSWISS( SEP) 97.79 97.80 97.82,"[('EUROSWISS', 'organization')]","[('EUROSWISS', 'organization')]",1.0,1.0,1.0
887,CoNLL,"The official state news agency Petra said Kabariti would hold discussions"" on the latest developments in the peace process and bilateral cooperation"".","[('Petra', 'organization'), ('Kabariti', 'person')]","[('Petra', 'person'), ('Kabariti', 'organization')]",0.0,0.0,0.0
888,CoNLL,RTRS- Golf: Norman sacks his coach after disappointing season.,"[('RTRS', 'organization'), ('Norman', 'person')]","[('RTRS', 'organization'), ('Norman', 'person')]",1.0,1.0,1.0
889,CoNLL,Zelesnik 0 Rudar 1,"[('Zelesnik', 'organization'), ('Rudar', 'organization')]","[('Zelesnik', 'person'), ('Rudar', 'person')]",0.0,0.0,0.0
890,CoNLL,""" We are certainly serious more than before to find a solution to the Afghan problem and support every U.N. plan,"" Amrollah quoted Rohrabacher as saying.","[('Afghan', 'miscellaneous'), ('U.N.', 'organization'), ('Amrollah', 'person'), ('Rohrabacher', 'person')]","[('U.N.', 'organization'), ('Amrollah', 'person'), ('Rohrabacher', 'person')]",1.0,0.75,0.8571428571428571
891,CoNLL,Somerset 236-4( M. Lathwell 85).,"[('Somerset', 'organization'), ('M. Lathwell', 'person')]","[('Somerset 236-4', 'location'), ('M. Lathwell 85', 'location')]",0.0,0.0,0.0
892,CoNLL,SOCCER- ROMANIAN FIRST DIVISION RESULTS/ STANDINGS.,"[('ROMANIAN', 'miscellaneous')]",[],0.0,0.0,0.0
893,CoNLL,Government closes Ruhunu University indefinitely after big clash between two groups of students in which eight were wounded and hospitalised.,"[('Ruhunu University', 'organization')]","[('Government', 'organization'), ('Ruhunu University', 'organization')]",0.5,1.0,0.6666666666666666
894,CoNLL,Five people died later in hospital.,[],"[('hospital', 'location')]",0.0,0.0,0.0
895,CoNLL,"Bowling: Cork 3-0-15-0, Mullally 3-0-24-1, Croft 0.4-0-9-0","[('Cork', 'person'), ('Mullally', 'person'), ('Croft', 'person')]","[('Cork', 'location'), ('Mullally', 'person'), ('Croft', 'person')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
896,CoNLL,"Arafat said he replied:"" is this like their previous promises?""","[('Arafat', 'person')]","[('Arafat', 'person')]",1.0,1.0,1.0
897,CoNLL,"So some foreign banks began unwinding their dollar positions.""",[],"[('foreign banks', 'organization')]",0.0,0.0,0.0
898,CoNLL,"A Polish schoolgirl blackmailed two women with anonymous letters threatening death and later explained that she needed money for textbooks, police said on Thursday.","[('Polish', 'miscellaneous')]","[('A Polish schoolgirl', 'person'), ('police', 'organization')]",0.0,0.0,0.0
899,CoNLL,"Sarah Brady, whose Republican husband was severely disabled in an assassination attempt on President Ronald Reagan, took centre stage at the Democratic National convention on Monday night to praise President Bill Clinton 's gun control efforts.","[('Sarah Brady', 'person'), ('Republican', 'miscellaneous'), ('Ronald Reagan', 'person'), ('Democratic National convention', 'miscellaneous'), ('Bill Clinton', 'person')]","[('Sarah Brady', 'person'), ('President Ronald Reagan', 'person'), ('President Bill Clinton', 'person')]",0.3333333333333333,0.2,0.25
900,CoNLL,Other income 1.90 vs 2.07,[],[],1.0,1.0,1.0
901,CoNLL,Jones has a knee injury while Wilson is suffering from a viral infection.,"[('Jones', 'person'), ('Wilson', 'person')]","[('Jones', 'person'), ('Wilson', 'person'), ('viral infection', 'miscellaneous')]",0.6666666666666666,1.0,0.8
902,CoNLL,Lille 3 2 0 1 4 3 6,"[('Lille', 'organization')]","[('Lille', 'location')]",0.0,0.0,0.0
903,CoNLL,News Corp said strong performances in U.S. television and British newspapers were offset by lower profits from News Corp 's magazine and publishing divisions and further hefty losses from its Asian Star TV operations.,"[('News Corp', 'organization'), ('U.S.', 'location'), ('British', 'miscellaneous'), ('News Corp', 'organization'), ('Asian Star TV', 'organization')]","[('News Corp', 'organization'), ('U.S.', 'location'), ('News Corp', 'organization')]",1.0,0.5,0.6666666666666666
904,CoNLL,Delivery Date: 09/05/1996( FIRM),[],"[('FIRM', 'organization')]",0.0,0.0,0.0
905,CoNLL,"Standings( tabulate under played, won, drawn, lost, goals",[],"[('goals', 'miscellaneous')]",0.0,0.0,0.0
906,CoNLL,Liverpool 3 1 2 0 5 3 5,"[('Liverpool', 'organization')]","[('Liverpool', 'location')]",0.0,0.0,0.0
907,CoNLL,""" said Michael Perelstein, portfolio manager of MainStay International Funds.","[('Michael Perelstein', 'person'), ('MainStay International Funds', 'organization')]","[('Michael Perelstein', 'person'), ('MainStay International Funds', 'organization')]",1.0,1.0,1.0
908,CoNLL,"Bosnian refugees in Hungary, the first to vote last weekend in their country 's first post-war election, found the rules confusing and some had no idea who they voted for, refugees and officials said on Wednesday.","[('Bosnian', 'miscellaneous'), ('Hungary', 'location')]","[('Bosnian refugees', 'organization'), ('Hungary', 'location'), ('refugees and officials', 'organization')]",0.3333333333333333,0.5,0.4
909,CoNLL,TOKYO 1996-08-27,"[('TOKYO', 'location')]","[('TOKYO', 'location')]",1.0,1.0,1.0
910,CoNLL,DAWN,"[('DAWN', 'organization')]","[('DAWN', 'person')]",0.0,0.0,0.0
911,CoNLL,CRICKET- ENGLAND 326 ALL OUT V PAKISTAN IN THIRD TEST.,"[('ENGLAND', 'location'), ('PAKISTAN', 'location')]","[('CRICKET', 'organization'), ('ENGLAND', 'location')]",0.5,0.5,0.5
912,CoNLL,Individuals with the disease have a non-working version of a gene responsible for producing a crucial muscle protein called dystrophin.,[],[],1.0,1.0,1.0
913,CoNLL,Wolf Point MT 4.41 dn .10 --- --- --- ---,"[('Wolf Point', 'location'), ('MT', 'location')]","[('Wolf Point', 'location'), ('MT', 'location')]",1.0,1.0,1.0
914,CoNLL,U.S. envoy John Kornblum met Serbian President Slobodan Milosevic on Thursday in an effort to defuse a growing crisis surrounding Bosnia 's post-war elections.,"[('U.S.', 'location'), ('John Kornblum', 'person'), ('Serbian', 'miscellaneous'), ('Slobodan Milosevic', 'person'), ('Bosnia', 'location')]","[('U.S. envoy', 'organization'), ('John Kornblum', 'person'), ('Serbian President', 'organization'), ('Slobodan Milosevic', 'person'), ('Bosnia', 'location')]",0.6,0.6,0.6
915,CoNLL,Revised singles draw for the,[],[],1.0,1.0,1.0
916,CoNLL,Ghent 4 3 1 0 9 5 10,"[('Ghent', 'organization')]","[('Ghent', 'location')]",0.0,0.0,0.0
917,CoNLL,Fortuna Sittard 2 Heerenveen 4,"[('Fortuna Sittard', 'organization'), ('Heerenveen', 'organization')]","[('Fortuna Sittard', 'location'), ('Heerenveen', 'location')]",0.0,0.0,0.0
918,CoNLL,Women 's singles,[],[],1.0,1.0,1.0
919,CoNLL,India,"[('India', 'location')]","[('India', 'location')]",1.0,1.0,1.0
920,CoNLL,"TRIPOLI, Lebanon 1996-08-25","[('TRIPOLI', 'location'), ('Lebanon', 'location')]","[('TRIPOLI', 'location')]",1.0,0.5,0.6666666666666666
921,CoNLL,-- Sydney Newsroom 61-2 9373-1800,"[('Sydney Newsroom', 'organization')]","[('Sydney Newsroom', 'organization'), ('61-2', 'location')]",0.5,1.0,0.6666666666666666
922,CoNLL,Carlisle 1 Leyton Orient 0,"[('Carlisle', 'organization'), ('Leyton Orient', 'organization')]","[('Carlisle', 'location'), ('Leyton Orient', 'organization')]",0.5,0.5,0.5
923,CoNLL,Pescara 3 Parma 1,"[('Pescara', 'organization'), ('Parma', 'organization')]","[('Pescara', 'location'), ('Parma 1', 'location')]",0.0,0.0,0.0
924,CoNLL,"6. Costantino Rocca( Italy) 253,337","[('Costantino Rocca', 'person'), ('Italy', 'location')]","[('Costantino Rocca', 'location'), ('Italy', 'location')]",0.5,0.5,0.5
925,CoNLL,These are the leading stories in the Beirut press on Thursday.,"[('Beirut', 'location')]","[('Beirut press', 'organization')]",0.0,0.0,0.0
926,CoNLL,"Currently, the dollar stands at about 1.48 marks and 109 yen.",[],[],1.0,1.0,1.0
927,CoNLL,Suwon 0 3 0 3 3 3,"[('Suwon', 'organization')]","[('Suwon', 'location')]",0.0,0.0,0.0
928,CoNLL,WASHINGTON 1996-08-29,"[('WASHINGTON', 'location')]","[('WASHINGTON', 'location')]",1.0,1.0,1.0
929,CoNLL,Leonard Santorelli,"[('Leonard Santorelli', 'person')]","[('Leonard Santorelli', 'person')]",1.0,1.0,1.0
930,CoNLL,( Parent) FORECAST YEAR-AGO,[],[],1.0,1.0,1.0
931,CoNLL,DETROIT 47 83 .362 27 1/2,"[('DETROIT', 'organization')]","[('DETROIT', 'location')]",0.0,0.0,0.0
932,CoNLL,"As a result, separatist Serb authorities have packed former Moslem majority towns with refugees of their own or registered other Serbs to vote there.","[('Serb', 'miscellaneous'), ('Moslem', 'miscellaneous'), ('Serbs', 'miscellaneous')]","[('separatist Serb authorities', 'organization'), ('former Moslem majority towns', 'location'), ('refugees', 'person')]",0.0,0.0,0.0
933,CoNLL,Paul Haarhuis( Netherlands) beat Michael Joyce( U.S) 6-7,"[('Paul Haarhuis', 'person'), ('Netherlands', 'location'), ('Michael Joyce', 'person'), ('U.S', 'location')]","[('Paul Haarhuis', 'person'), ('Netherlands', 'location'), ('Michael Joyce', 'person')]",1.0,0.75,0.8571428571428571
934,CoNLL,About 200 German anti-nuclear activists protested on Thursday against nuclear waste transportation by re-enacting scenes from a demonstration they staged in May that turned into a violent clash with police.,"[('German', 'miscellaneous')]","[('German anti-nuclear activists', 'organization')]",0.0,0.0,0.0
935,CoNLL,DUBAI 1996-08-26,"[('DUBAI', 'location')]","[('DUBAI', 'location')]",1.0,1.0,1.0
936,CoNLL,Belgium bank sanctions$ 6.5 mln loan to India WSRL.,"[('Belgium', 'location'), ('India', 'location'), ('WSRL', 'organization')]","[('Belgium', 'location'), ('India', 'location'), ('WSRL', 'organization')]",1.0,1.0,1.0
937,CoNLL,8. Kamiel Maase( Netherlands) 28.29.42,"[('Kamiel Maase', 'person'), ('Netherlands', 'location')]","[('Kamiel Maase', 'person'), ('Netherlands', 'location')]",1.0,1.0,1.0
938,CoNLL,WESTERN DIVISION,"[('WESTERN DIVISION', 'miscellaneous')]","[('WESTERN DIVISION', 'location')]",0.0,0.0,0.0
939,CoNLL,FRANKFURT 1996-08-23,"[('FRANKFURT', 'location')]","[('FRANKFURT', 'location')]",1.0,1.0,1.0
940,CoNLL,Japan coalition party leader plans to resign.,"[('Japan', 'location')]","[('Japan', 'location')]",1.0,1.0,1.0
941,CoNLL,CENTRAL DIVISION,"[('CENTRAL DIVISION', 'miscellaneous')]","[('CENTRAL DIVISION', 'location')]",0.0,0.0,0.0
942,CoNLL,The ball bounced back to Smicer 's feet and he scored.,"[('Smicer', 'person')]","[('Smicer', 'person')]",1.0,1.0,1.0
943,CoNLL,"Several people were also wounded, it said.",[],[],1.0,1.0,1.0
944,CoNLL,Selected result from first round,[],[],1.0,1.0,1.0
945,CoNLL,"Elephants are protected under Nepali law, which provides for jail sentences of up to 15 years for convicted elephant killers.","[('Nepali', 'miscellaneous')]","[('convicted elephant killers', 'person')]",0.0,0.0,0.0
946,CoNLL,Price Max.,[],[],1.0,1.0,1.0
947,CoNLL,Berlin organisers hoped to have American 1984 and 1988 champion Carl Lewis in the squad but he injured himself in last Friday 's Brussels meeting.,"[('Berlin', 'location'), ('American', 'miscellaneous'), ('Carl Lewis', 'person'), ('Brussels', 'location')]","[('Berlin', 'location'), ('Carl Lewis', 'person'), ('Brussels', 'location')]",1.0,0.75,0.8571428571428571
948,CoNLL,"-- Ipsos poll reports majority of French public opinion sympathises with plight of Africans seeking to renew or obtain work and residence permits, calling government"" stubborn,"""" confused"" and"" cold-hearted.""","[('Ipsos', 'organization'), ('French', 'miscellaneous'), ('Africans', 'miscellaneous')]","[('Ipsos', 'organization'), ('French', 'location'), ('Africans', 'person'), ('government', 'organization')]",0.25,0.3333333333333333,0.28571428571428575
949,CoNLL,ingot 75 cents/ pound,[],[],1.0,1.0,1.0
950,CoNLL,SAN DIEGO 72 60 .545-,"[('SAN DIEGO', 'organization')]","[('SAN DIEGO', 'location')]",0.0,0.0,0.0
951,CoNLL,Sylvie Florence,"[('Sylvie Florence', 'person')]","[('Sylvie Florence', 'person')]",1.0,1.0,1.0
952,CoNLL,SHANGHAI 1996-08-28,"[('SHANGHAI', 'location')]","[('SHANGHAI', 'location')]",1.0,1.0,1.0
953,CoNLL,""" Sarah, I told you this is the Democratic convention,"" he responded to his wife, who before the shooting had worked for two Republican congressmen and the Republican national party.","[('Sarah', 'person'), ('Democratic', 'miscellaneous'), ('Republican', 'miscellaneous'), ('Republican', 'miscellaneous')]","[('Sarah', 'person'), ('Democratic convention', 'location'), ('Republican congressmen', 'person'), ('Republican national party', 'organization')]",0.25,0.3333333333333333,0.28571428571428575
954,CoNLL,"In just over a week two young girls have been found dead, from starvation, two have been freed from a dungeon-like secret compartment and an international hunt has started for at least two others.",[],"[('two young girls', 'person'), ('dungeon-like secret compartment', 'location')]",0.0,0.0,0.0
955,CoNLL,Parramatta 21 10 1 10 388 391 21,"[('Parramatta', 'organization')]","[('Parramatta', 'location')]",0.0,0.0,0.0
956,CoNLL,"Russia, the only nation to have two riders in the field, made full use of their numerical superiority.","[('Russia', 'location')]","[('Russia', 'location')]",1.0,1.0,1.0
957,CoNLL,Vitesse Arnhem 1 1 0 0 2 0 3,"[('Vitesse Arnhem', 'organization')]","[('Vitesse Arnhem', 'location')]",0.0,0.0,0.0
958,CoNLL,"Air traffic officials said they had lost contact with the flight, scheduled to arrive at around 10.15 a.m.( 0815 GMT), shortly before it was due to land.","[('GMT', 'miscellaneous')]","[('Air traffic officials', 'organization')]",0.0,0.0,0.0
959,CoNLL,"Martin Brooks, president of Miss Universe Inc, said he spoke with Machado to assure her that organisers were not putting pressure on her.","[('Martin Brooks', 'person'), ('Miss Universe Inc', 'organization'), ('Machado', 'person')]","[('Martin Brooks', 'person'), ('Miss Universe Inc', 'organization'), ('Machado', 'person')]",1.0,1.0,1.0
960,CoNLL,6. Danny Theybers( Belgium) Honda,"[('Danny Theybers', 'person'), ('Belgium', 'location'), ('Honda', 'organization')]","[('Danny Theybers', 'person'), ('Belgium', 'location'), ('Honda', 'organization')]",1.0,1.0,1.0
961,CoNLL,WARSAW 1996-08-26,"[('WARSAW', 'location')]","[('WARSAW', 'location')]",1.0,1.0,1.0
962,CoNLL,Results of French first division,"[('French', 'miscellaneous')]",[],0.0,0.0,0.0
963,CoNLL,"After Wasim had won the toss and chosen to bat first, Pakistani made an excellent start as Sohail and Saeed Anwar continued their good form with an opening partnership of 82.","[('Wasim', 'person'), ('Pakistani', 'miscellaneous'), ('Sohail', 'person'), ('Saeed Anwar', 'person')]","[('Wasim', 'person'), ('Pakistani', 'organization'), ('Sohail', 'person'), ('Saeed Anwar', 'person')]",0.75,0.75,0.75
964,CoNLL,P1020 ingot 75 cents/ pound,[],[],1.0,1.0,1.0
965,CoNLL,Flour mills sold much of their production through September leaving little available for prompt shipment.,[],"[('Flour mills', 'organization')]",0.0,0.0,0.0
966,CoNLL,"Men 's 3,000 metres:",[],"[('Men', 'person')]",0.0,0.0,0.0
967,CoNLL,Cash balance 20.036 20.112,[],[],1.0,1.0,1.0
968,CoNLL,Lillestrom 19 9 5 5 38 29 32,"[('Lillestrom', 'organization')]","[('Lillestrom', 'location')]",0.0,0.0,0.0
969,CoNLL,LONDON 1996-08-22,"[('LONDON', 'location')]","[('LONDON', 'location')]",1.0,1.0,1.0
970,CoNLL,ARC says it 's not just contractors in the front line but also suppliers like itself.,"[('ARC', 'organization')]","[('ARC', 'organization'), ('contractors', 'miscellaneous'), ('front line', 'location'), ('suppliers', 'miscellaneous')]",0.25,1.0,0.4
971,CoNLL,Scorers:,[],[],1.0,1.0,1.0
972,CoNLL,OB 40 6 60 .406 21 1/2,"[('OB', 'organization')]","[('OB', 'location')]",0.0,0.0,0.0
973,CoNLL,Stenning threw a brick through the window of a van in February after an argument with a driver when he was working as a motorcycle dispatch rider.,"[('Stenning', 'person')]","[('Stenning', 'person'), ('van', 'location')]",0.5,1.0,0.6666666666666666
974,CoNLL,The Security Council on Friday asked Iraq to stop blocking arms inspectors search for concealed weapons or materials they believe were being shuttled around to avoid detection.,"[('Security Council', 'organization'), ('Iraq', 'location')]","[('The Security Council', 'organization'), ('Iraq', 'location'), ('arms inspectors', 'person'), ('concealed weapons', 'miscellaneous')]",0.25,0.5,0.3333333333333333
975,CoNLL,- 2 Phil Mickelson through 7,"[('Phil Mickelson', 'person')]","[('Phil Mickelson', 'person')]",1.0,1.0,1.0
976,CoNLL,South Sydney 21 5 1 15 304 586 11,"[('South Sydney', 'organization')]","[('South Sydney', 'location')]",0.0,0.0,0.0
977,CoNLL,USDA pegged U.S. wheat exports at 25.0 million tonnes in fiscal 1997 versus 32.0 million tonnes the prior year ...,"[('USDA', 'organization'), ('U.S.', 'location')]","[('USDA', 'organization'), ('U.S.', 'location')]",1.0,1.0,1.0
978,CoNLL,"Sudanese police have arrested three people trying to smuggle sewing machines and army clothing to Sudanese opposition groups in Eritrea, an official newspaper reported on Saturday.","[('Sudanese', 'miscellaneous'), ('Sudanese', 'miscellaneous'), ('Eritrea', 'location')]","[('Sudanese police', 'organization'), ('three people', 'person'), ('sewing machines', 'miscellaneous'), ('Sudanese opposition groups', 'organization'), ('Eritrea', 'location')]",0.2,0.5,0.28571428571428575
979,CoNLL,Servette 9 2 3 4 10 12 9,"[('Servette', 'organization')]",[],0.0,0.0,0.0
980,CoNLL,4. Theybers 25,"[('Theybers', 'person')]","[('Theybers', 'organization')]",0.0,0.0,0.0
981,CoNLL,"STANSTED, England 1996-08-27","[('STANSTED', 'location'), ('England', 'location')]","[('STANSTED', 'location'), ('England', 'location')]",1.0,1.0,1.0
982,CoNLL,"According to another Amoco official, the company is not exploring now for oil anywhere in Yemen.","[('Amoco', 'organization'), ('Yemen', 'location')]","[('Amoco', 'organization'), ('Yemen', 'location')]",1.0,1.0,1.0
983,CoNLL,301 Brad Bryant 73 72 77 79,"[('Brad Bryant', 'person')]","[('Brad Bryant', 'person')]",1.0,1.0,1.0
984,CoNLL,""" We oppose the way the government is proceeding with the sale,"" Ramon Machuca, Sidor trade union Secretary General and member of union-based opposition party Radical Cause, told reporters.","[('Ramon Machuca', 'person'), ('Sidor', 'organization'), ('Radical Cause', 'organization')]","[('Ramon Machuca', 'person'), ('Sidor', 'location'), ('Radical Cause', 'organization')]",0.6666666666666666,0.6666666666666666,0.6666666666666666
985,CoNLL,Afghan UAE embassy says Taleban guards going home.,"[('Afghan', 'miscellaneous'), ('UAE', 'location'), ('Taleban', 'miscellaneous')]","[('Afghan UAE embassy', 'organization'), ('Taleban guards', 'person')]",0.0,0.0,0.0
986,CoNLL,Republic) 6-4 6-1,"[('Republic', 'location')]",[],0.0,0.0,0.0
987,CoNLL,"Arkansas has been spared the loss of predominantly black churches to arson, a wave that has claimed an estimated 30 houses of worship across the south in the past several months.","[('Arkansas', 'location')]","[('Arkansas', 'location'), ('predominantly black churches', 'organization')]",0.5,1.0,0.6666666666666666
988,CoNLL,"Miss Universe, Venezuela 's Alicia Machado, left New Mexico on Thursday, refusing to answer questions about her weight or claims she was told to either go on a crash diet or give up her title.","[('Miss Universe', 'miscellaneous'), ('Venezuela', 'location'), ('Alicia Machado', 'person'), ('New Mexico', 'location')]","[('Miss Universe', 'organization'), ('Venezuela', 'location'), ('Alicia Machado', 'person'), ('New Mexico', 'location')]",0.75,0.75,0.75
989,CoNLL,0-0.,[],[],1.0,1.0,1.0
990,CoNLL,""" At this point, it is a sufficiently important decision that I 'm confident that they will appeal,"" he said.""",[],"[('I', 'person'), ('they', 'organization'), ('he', 'person')]",0.0,0.0,0.0
991,CoNLL,"A note with the ransom demand was left in the couple 's car, which was used in the kidnapping, Schutte told a news conference on Monday.","[('Schutte', 'person')]","[('couple', 'organization'), ('Schutte', 'person')]",0.5,1.0,0.6666666666666666
992,CoNLL,SOCCER- RESULTS OF SOUTH KOREAN PRO-SOCCER GAMES.,"[('SOUTH KOREAN', 'miscellaneous')]",[],0.0,0.0,0.0
993,CoNLL,Nantes 0 Lens 1( Smicer 52nd).,"[('Nantes', 'organization'), ('Lens', 'organization'), ('Smicer', 'person')]","[('Nantes', 'location'), ('Lens 1', 'location')]",0.0,0.0,0.0
994,CoNLL,Sales 148.29 vs 133.82,[],[],1.0,1.0,1.0
995,CoNLL,M/ SP/ F: NA/ NA/ NA BOOK ENTRY: Y,[],[],1.0,1.0,1.0
996,CoNLL,Two other serie A sides lost at the weekend -- Piacenza and last year 's losing finalists Atalanta.,"[('serie A', 'miscellaneous'), ('Piacenza', 'organization'), ('Atalanta', 'organization')]","[('Piacenza', 'location'), ('Atalanta', 'organization')]",0.5,0.3333333333333333,0.4
997,CoNLL,"It had been boosted overnight by the Bank of Japan 's quarterly corporate survey, or"" tankan"", of major manufacturers -- an important gauge of business sentiment.","[('Bank of Japan', 'organization')]","[('Bank of Japan', 'organization')]",1.0,1.0,1.0
998,CoNLL,"Consequently, stocks and bonds are both subject to rapid swings.""",[],"[('stocks', 'organization')]",0.0,0.0,0.0
999,CoNLL,"In Kragujevac where the plant is based, 9,000 to 10,000 people gathered in the central square to express their bitterness at what Stanojlovic called government indifference.","[('Kragujevac', 'location'), ('Stanojlovic', 'person')]","[('Kragujevac', 'location'), ('plant', 'organization'), ('central square', 'location'), ('Stanojlovic', 'person')]",0.5,1.0,0.6666666666666666
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -41,3 +41,5 @@ def find_entities(model_name, sentence, labels):
except Exception as e:
print(e)
return "No answer was marked, here is the model's response: " + answer
# todo find entities with NLI / MLM
......@@ -8,7 +8,7 @@ working_datasets = ["Pile-NER-type", "CoNLL", "FIGER-coarse", "FIGER-fine"]
for dataset in working_datasets:
print(dataset + ":")
labels = data_manager.get_labels(dataset)
data = data_manager.get_annotated_sentences(dataset)
data = data_manager.get_annotated_sentences(dataset, 99999999)
print("First (up to) ten labels: " + str(labels[:10]))
print("Number of distinct labels: " + str(len(labels)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment