ACL-OCL / Base_JSON /prefixE /json /E99 /E99-1001.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "E99-1001",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:37:19.178185Z"
},
"title": "Named Entity Recognition without Gazetteers",
"authors": [
{
"first": "Andrei",
"middle": [],
"last": "Mikheev",
"suffix": "",
"affiliation": {
"laboratory": "HCRC Language Technology Group",
"institution": "University of Edinburgh",
"location": {
"addrLine": "2 Buccleuch Place",
"postCode": "EH8 9LW",
"settlement": "Edinburgh",
"country": "UK"
}
},
"email": "mikheev@harlequin"
},
{
"first": "Marc",
"middle": [],
"last": "Moens",
"suffix": "",
"affiliation": {
"laboratory": "HCRC Language Technology Group",
"institution": "University of Edinburgh",
"location": {
"addrLine": "2 Buccleuch Place",
"postCode": "EH8 9LW",
"settlement": "Edinburgh",
"country": "UK"
}
},
"email": ""
},
{
"first": "Claire",
"middle": [],
"last": "Grover",
"suffix": "",
"affiliation": {
"laboratory": "HCRC Language Technology Group",
"institution": "University of Edinburgh",
"location": {
"addrLine": "2 Buccleuch Place",
"postCode": "EH8 9LW",
"settlement": "Edinburgh",
"country": "UK"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "It is often claimed that Named Entity recognition systems need extensive gazetteers-lists of names of people, organisations, locations, and other named entities. Indeed, the compilation of such gazetteers is sometimes mentioned as a bottleneck in the design of Named Entity recognition systems. We report on a Named Entity recognition system which combines rule-based grammars with statistical (maximum entropy) models. We report on the system's performance with gazetteers of different types and different sizes, using test material from the MUC-7 competition. We show that, for the text type and task of this competition, it is sufficient to use relatively small gazetteers of well-known names, rather than large gazetteers of low-frequency names. We conclude with observations about the domain independence of the competition and of our experiments.",
"pdf_parse": {
"paper_id": "E99-1001",
"_pdf_hash": "",
"abstract": [
{
"text": "It is often claimed that Named Entity recognition systems need extensive gazetteers-lists of names of people, organisations, locations, and other named entities. Indeed, the compilation of such gazetteers is sometimes mentioned as a bottleneck in the design of Named Entity recognition systems. We report on a Named Entity recognition system which combines rule-based grammars with statistical (maximum entropy) models. We report on the system's performance with gazetteers of different types and different sizes, using test material from the MUC-7 competition. We show that, for the text type and task of this competition, it is sufficient to use relatively small gazetteers of well-known names, rather than large gazetteers of low-frequency names. We conclude with observations about the domain independence of the competition and of our experiments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Named Entity recognition involves processing a text and identifying certain occurrences of words or expressions as belonging to particular categories of Named Entities (NE). NE recognition software serves as an important preprocessing tool for tasks such as information extraction, information retrieval and other text processing applications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "What counts as a Named Entity depends on the application that makes use of the annotations. One such application is document retrieval or automated document forwarding: documents annoted with NE information can be searched more \"Now also at Harlequin Ltd. (Edinburgh office) accurately than raw text. For example, NE annotation allows you to search for all texts that mention the company \"Philip Morris\", ignoring documents about a possibly unrelated person by the same name. Or you can have all documents forwarded to you about a person called \"Gates\", without receiving documents about things called gates. In a document collection annotated with Named Entity information you can more easily find documents about Java the programming language without getting documents about Java the country or Java the coffee.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Most common among marked categories are names of people, organisations and locations as well as temporal and numeric expression. Here is an example of a text marked up with Named Entity information: <ENAMEX TYPE='PERSON' >Flavel Donne</ENAMEX> is an analyst with <ENAMEX TYPE= ' ORGANIZATION ' >General Trends </ENAMEX>, which has been based in <ENAMEX TYPE='LOCATION'>Little Spring</ENAMEX> since <TIMEX TYPE='DATE' >July 1998</TIMEX>.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In an article on the Named Entity recognition competition (part of MUC-6) Sundheim (1995) remarks that \"common organization names, first names of people and location names can be handled by recourse to list lookup, although there are drawbacks\" (Sundheim 1995: 16) . In fact, participants in that competition from the University of Durham (Morgan et al., 1995) and from SRA (Krupka, 1995) report that gazetteers did not make that much of a difference to their system. Nevertheless, in a recent article Cucchiarelli et al. (1998) report that one of the bottlenecks in designing NE recognition systems is the limited availability of large gazetteers, particularly gazetteers for different languages (Cucchiarelli et al. 1998: 291) . People also use gazetteers of very different sizes. The basic gazetteers in the Isoquest system for MUC\u00b07 contain 110,000 names, but Krupka and Hausman (1998) show that system performance does not degrade much when the gazetteers are reduced to 25,000 and 9,000 names; conversely, they also show that the addition of an extra 42 entries to the gazetteers improves performance dramatically.",
"cite_spans": [
{
"start": 74,
"end": 89,
"text": "Sundheim (1995)",
"ref_id": "BIBREF8"
},
{
"start": 245,
"end": 264,
"text": "(Sundheim 1995: 16)",
"ref_id": null
},
{
"start": 339,
"end": 360,
"text": "(Morgan et al., 1995)",
"ref_id": "BIBREF6"
},
{
"start": 374,
"end": 388,
"text": "(Krupka, 1995)",
"ref_id": "BIBREF2"
},
{
"start": 502,
"end": 528,
"text": "Cucchiarelli et al. (1998)",
"ref_id": "BIBREF0"
},
{
"start": 697,
"end": 728,
"text": "(Cucchiarelli et al. 1998: 291)",
"ref_id": null
},
{
"start": 864,
"end": 889,
"text": "Krupka and Hausman (1998)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This raises several questions: how important are gazetteers? is it important that they are big? if gazetteers are important but their size isn't, then what are the criteria for building gazetteers?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "One might think that Named Entity recognition could be done by using lists of (e.g.) names of people, places and organisations, but that is not the case. To begin with, the lists would be huge: it is estimated that there are 1.5 million unique surnames just in the U.S. It is not feasible to list all possible surnames in the world in a Named Entity recognition system. There is a similar problem with company names. A list of all current companies worldwide would be huge, if at all available, and would immediately be out of date since new companies are formed all the time. In addition, company names can occur in variations: a list of company names might contain \"The Royal Bank of Scotland plc\", but that company might also be referred to as \"The Royal Bank of Scotland\", \"The Royal\" or \"The Royal plc\". These variations would all have to be listed as well.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Even if it was possible to list all possible organisations and locations and people, there would still be the problem of overlaps between the lists. Names such as Emerson or Washington could be names of people as well as places; Philip Morris could be a person or an organisation. In addition, such lists would also contain words like \"Hope\" and \"Lost\" (locations) and \"Thinking Machines\" and \"Next\" (companies), whereas these words could also occur in contexts where they don't refer to named entities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Moreover, names of companies can be complex entities, consisting of several words. Especially where conjunctions are involved, this can create problems. In \"China International Trust and Investment Corp decided to do something\", it's not obvious whether there is a reference here to one company or two. In the sentence \"Mason, Daily and Partners lost their court case\" it is clear that \"Mason, Daily and Partners\" is the name of a company. In the sentence \"Unfortunately, Daily and Partners lost their court case\" the name of the company does not include the word \"unfortunately\", but it still includes the word \"Daily\", which is just as common a word as \"unfortunately\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper we report on a Named Entity recognition system which was amongst the highest scoring in the recent MUC-7 Message Understanding Conference/Competition (MUC). One of the features of our system is that even when it is run without any lists of name.,; of organisations or people it still performs at a level comparable to that of many other MUC-systems. We report on experiments which show the di[fference in performance between the NE system with gazetteers of different sizes for three types of named entities: people, organisations and locations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The MUC Competition",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "The MUC competition for which we built our system took place in March 1998. Prior to the competition, participants received a detailed coding manual which specified what should and should not be marked up, and how the markup should proceed. They also received a few hundred articles from the New York Times Service, marked up by the organisers according to the rules of the coding manual.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "For the competition itself, participants received 100 articles. They then had 5 days to perform the chosen information extraction tasks (in our case: Named Entity recognition) without human intervention, and markup the text with the Named Entities found. The resulting marked up file then had to be returned to the organisers for scoring.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "Scoring of the results is done automatically by the organisers. The scoring software compares a participant's answer file against a carefully prepared key file; the key file is considered to be the \"correctly\" annotated file. Amongst many other things, the scoring software calculates a system's recall and precision scores:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "Recall: Number of correct tags in the answer file over total number of tags in the key file.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "Precision: Number of correct tags in the answer file over total number of tags in the answer file.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "Recall and precision are generally accepted ways of measuring system performance in this field. For example, suppose you have a text which is 1000 words long, and 20 of these words express a location. Now imagine a system which assigns the LOCATION tag to every single word in the text. This system will have tagged correctly all 20 locations, since it tagged everything as LOCATION; its recall score is 20/20, or 100%. But of the 1000 LOCATION tags it assigned, only those 20 were correct; its precision is therefore only 20/1000, or 2%. We decided first to test to what extent NE recognition can be carried out merely by recourse to list lookup. Such a system could be domain and language independent. It would need no grammars or even information about tokenization but simply mark up known strings in the text. Of course, the development and maintenance of the name lists would become more labour intensive. (Palmer and Day, 1997) evaluated the performance of such a minimal NE recognition system equipped with name lists derived from MUC-6 training texts. The system was tested on newswire texts for six languages. It achieved a recall rate of about 70% for Chinese, Japanese and Portuguese and about 40% for English and French. The precision of the system was not calculated but can be assumed to be quite high because it would only be affected by cases where a capitalized word occurs in more than one list (e.g. \"Columbia\" could occur in the list of organisations as well as locations) or where a capitalised word occurs in a list but could also be something completely different (e.g. \"Columbia\" occurs in the list of locations but could also be the name of a space shuttle).",
"cite_spans": [
{
"start": 912,
"end": 934,
"text": "(Palmer and Day, 1997)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "We trained a similar minimal system using the MUC-7 training data (200 articles) and ran it on the test data set (100 articles). The corpus we used in our experiments were the training and test corpora for the MUC-7 evaluation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "From the training data we collected 1228 person names, 809 names of organizations and 770 names of locations. The resulting name lists were the only resource used by the minimal NE recognition system. It nevertheless achieved relatively high precision (around 90%) and recall in the range 40-70%. The results are summarised in Figure 1 in the \"learned lists\" column.",
"cite_spans": [],
"ref_spans": [
{
"start": 327,
"end": 335,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "Despite its simplicity, this type of system does presuppose the existence of training texts, and these are not always available. To cope with the absence of training material we designed and tested another variation of the minimal system. Instead of collecting lists from training texts we instead collected lists of commonly known entities-we collected a list of 5000 locations (countries and American states with their five biggest cities) from the CIA World Fact Book, a list of 33,000 organization names (companies, banks, associations, universities, etc.) from financial Web sites, and a list of 27,000 famous people from several websites. The results of this run can be seen in Figure 1 in the \"common lists\" column. In essence, this system's performance was comparable to that of the system using lists from the training set as far as location was concerned; it performed slightly worse on the person category and performed badly on organisations.",
"cite_spans": [],
"ref_spans": [
{
"start": 684,
"end": 692,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "In a final experiment we combined the two gazetteers, the one induced from the training texts with the one acquired from public resources, and achieved some improvement in recall at the expense of precision. The results of this test run are given in the \"combined lists\" column in Figure 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 281,
"end": 289,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "We can conclude that the pure list lookup approach performs reasonably well for locations (precision of 90-94%; recall of 75-85%). For the person category and especially for the organization category this approach does not yield good performance: although the precision was not extremely bad (around 75-85%), recall was too low (lower than 50%)--i.e. every second person name or organization failed to be assigned.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "For document retrieval purposes low recall is not necessarily a major problem since it is often sufficient to recognize just one occurrence of each distinctive entity per document, and many of the unassigned person and organization names were just repetitions of their full variants. But for many other applications, and for the MUC competition, higher recall and precision are necessary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2",
"sec_num": null
},
{
"text": "The system we fielded for MUC-7 makes extensive use of what McDonald (1996) Figure 2 : Examples of sure-fire transduction material for NE. Xxxx+ is a sequence of capitalized words; DD is a digit; PROF is a profession; REL is a relative; J J* is a sequence of zero or more adjectives; LOC is a known location. string of words like \"Adam Kluver\" has an internal (phrasal) structure which suggests that this is a person name; but we know that it can also be used as a shortcut for a name of organization (\"Adam Kluver Ltd.\") or location (\"Adam Kluver Country Park\"). Looking it up on a list will not necessarily help: the string may not be on a list, may be on more than one list, or may be on the wrong list. However, somewhere in the text, there is likely to be some contextual material which makes it clear what type of named entity it is. Our strategy is to only make a decision once we have identified this bit of contextual information.",
"cite_spans": [
{
"start": 60,
"end": 75,
"text": "McDonald (1996)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [
{
"start": 76,
"end": 84,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Combining rules and statistics",
"sec_num": "3.2"
},
{
"text": "We further assume that, once we have identified contextual material which makes it clear that \"Adam Kluver\" is (e.g.) the name of a company, then any other mention of \"Adam Kluver\" in that document is likely to refer to that company. If the author at some point in the same text also wants to refer to (e.g.) a person called \"Adam Kluver\", s/he will provide some extra context to make this clear, and this context will be picked up in the first step. The fact that at first it is only an assumption rather than a certainty that \"Adam Kluver\" is a company, is represented explicitly, and later processing components try to resolve the uncertainty.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Combining rules and statistics",
"sec_num": "3.2"
},
{
"text": "If no suitable context is found anywhere in the text to decide what sort of Named Entity \"Adam Kluver\" is, the system can check other resources, e.g. a list of known company names and apply compositional phrasal grammars for different categories. Such grammars for instance can state that if a sequence of capitalized words ends with the word \"Ltd.\" it is a name of organization or if a known first name is followed by an unknown capitalized word this is a person name. In our MUC system, we implemented this approach as a staged combination of a rule-based system with probabilistic partial matching. We describe each stage in turn.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Combining rules and statistics",
"sec_num": "3.2"
},
{
"text": "In the first step, the system applies sure-fire grammar rules. These rules combine internal and external evidence, and only fire when a possible candidate expression is surrounded by a suggestive context. Sure-fire rules rely on known corporate designators (Ltd., Inc., etc.), person titles (Mr., Dr., Sen.), and definite contexts such as those in Figure 2 . The sure-fire rules apply after POS tagging and simple semantic tagging, so at this stage words like \"former\" have already been identified as JJ (adjective), words like \"analyst\" have been identified as PROF (professions), and words like \"brother\" as REL (relatives).",
"cite_spans": [],
"ref_spans": [
{
"start": 348,
"end": 356,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Step 1. Sure-fire Rules",
"sec_num": "3.3"
},
{
"text": "At this stage our MUC system treats information from the lists as likely rather than definite and always checks if the context is either suggestive or non-contradictive. For example, a likely company name with a conjunction (e.g. \"China International Trust and Investment Corp\") is left untagged at this stage if the company is not listed in a list of known companies. Similarly, the system postpones the markup of unknown organizations whose name starts with a sentence initial common word, as in \"Suspended Ceiling Contractors Ltd denied the charge\". Names of possible locations found in our gazetteer of place names are marked as LOCATION only if they appear with a context that is suggestive of location. \"Washington\", for example, can just as easily be a surname or the name of an organization. Only in a suggestive context, like \"in Washington\", will it be marked up as location.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 1. Sure-fire Rules",
"sec_num": "3.3"
},
{
"text": "After the sure-fire symbolic transduction the system performs a probabiiistic partial match of the identified entities. First, the system collects all named entities already identified in the document.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 2. Partial Match 1",
"sec_num": "3.4"
},
{
"text": "It then generates all possible partial orders of the composing words preserving their order, and marks them if found elsewhere in the text. For instance, if \"Adam Kluver Ltd\" had already been recognised as an organisation by the sure-fire rule, in this second step any occurrences of \"Kluver Ltd\", \"Adam Ltd\" and \"Adam Kluver\" are also tagged as possible organizations. This assignment, however, is not definite since some of these words (such as \"Adam\") could refer to a different entity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 2. Partial Match 1",
"sec_num": "3.4"
},
{
"text": "This information goes to a pre-trained maximum entropy model (see Mikheev (1998) for more details on this aproach). This model takes into account contextual information for named entities, such as their position in the sentence, whether they exist in lowercase in general, whether they were used in lowercase elsewhere in the same document, etc. These features are passed to the model as attributes of the partially matched words. If the model provides a positive answer for a partial match, the system makes a definite assignment.",
"cite_spans": [
{
"start": 66,
"end": 80,
"text": "Mikheev (1998)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Step 2. Partial Match 1",
"sec_num": "3.4"
},
{
"text": "Once this has been done, the system again applies the grammar rules. But this time the rules have much more relaxed contextual constraints and extensively use the information from already existing markup and from the lexicon compiled during processing, e.g. containing partial orders of already identified named entities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 3. Rule Relaxation",
"sec_num": "3.5"
},
{
"text": "At this stage the system will mark word sequences which look like person names. For this it uses a grammar of names: if the first capitalized word occurs in a list of first names and the following word(s) are unknown capitalized words, then this string can be tagged as a PERSON. Note that it is only at this late stage that a list of names is used. At this point we are no longer concerned that a person name can refer to a company. If the name grammar had applied earlier in the process, it might erroneously have tagged \"Adam Kluver\" as a PERSON instead of an ORGANIZATION. But at this point in the chain of N~. processing, that is not a problem anymore: \"Adam Kluver\" will by now already have been identified as an ORGANIZATION by the sure-fire rules or during partial matching. If it hasn't, then it is likely to be the name of a person.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 3. Rule Relaxation",
"sec_num": "3.5"
},
{
"text": "At this stage the system will also attempt to resolve conjunction problems in names of organisations. For example, in \"China International Trust and Investment Corp\", the system checks if possible parts of the conjunctions were used in the text on their own and thus are names of different organizations; if not, the system has no reason to assume that more than one company is being talked about.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 3. Rule Relaxation",
"sec_num": "3.5"
},
{
"text": "In a similar vein, the system resolves the attachment of sentence initial capitalized modifiers, the problem alluded to above with the \"Suspended Ceiling Contractors Ltd\" example: if the modifier was seen with the organization name elsewhere in the text, then the system has good evidence that the modifier is part of the company name; if the modifier does not occur anywhere else in the text with the company name, it is assumed not to be part of it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 3. Rule Relaxation",
"sec_num": "3.5"
},
{
"text": "This strategy is also used for expressions like \"Murdoch's News Corp'. The genitival \"Murdoch's\" could be part of the name of the organisation, or could be a possessive. Further inspection of the text reveals that Rupert Murdoch is referred to in contexts which support a person interpretation; and \"News Corp\" occurs on its own, without the genitive. On the basis of evidence like this, the system decides that the name of the organisation is \"News Corp', and that \"Murdoch\" should be tagged separately as a person.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 3. Rule Relaxation",
"sec_num": "3.5"
},
{
"text": "At this stage known organizations and locations from the lists available to the system are marked in the text, again without checking the context in which they occur.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 3. Rule Relaxation",
"sec_num": "3.5"
},
{
"text": "At this point, the system has exhausted its resources (rules about internal and external evidence for named entities, as well as its gazetteers). The system then performs another partial match to annotate names like \"White\" when \"James White\" had already been recognised as a person, and to annotate company names like \"Hughes\" when \"Hughes Communications Ltd.\" had already been identified as an organisation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 4. Partial Match 2",
"sec_num": "3.6"
},
{
"text": "As in Partial Match 1, this process of partial matching is again followed by a probabilistic assignment supported by the maximum entropy model. For example, conjunction resolution makes use of the fact that in this type of text it is more common to have conjunctions of like entities. In \"he works for Xxx and Yyy\", if there is evidence that Xxx and Yyy are two entities rather than one, then it is more likely that Xxx and Yyy are two entities of the same type, i.e. both organisations or are both people, rather than a mix of the two. This means that, even if only one of the entities in the conjunction has been recognised as definitely of a certain type, the conjunction rule will help decide on the type of the other entity. One of the texts in the competition contained the string \"UTited States and Russia\". Because of the typo in \"UTited States\", it wasn't found in a gazetteer. But there was internal evidence that it could be a location (the fact that it contained the word \"States\"); and there was external evidence that it could be a location (the fact that it occurred in a conjunction with \"Russia\", a known location). These two facts in combination meant that the system correctly identified \"UTited States\" as a location.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 4. Partial Match 2",
"sec_num": "3.6"
},
{
"text": "Because titles of news wires are in capital letters, they provide little guidance for the recognition of names. In the final stage of NE processing, entities in the title are marked up, by matching or partially matching the entities found in the text, and checking against a maximum entropy model trained on document titles. For example, in \"GEN-ERAL TRENDS ANALYST PREDICTS LITTLE SPRING EXPLOSION\" \"GENERAL TRENDS\" will be tagged as an organization because it partially matches \"General Trends Inc\" elsewhere in the text, and \"LITTLE SPRING\" will be tagged as a location because elsewhere in the text there is supporting evidence for this hypothesis. In the headline \"MURDOCH SATELLITE EXPLODES ON TAKE-OFF\", \"Murdoch\" is correctly identified as a person because of mentions of Rupert Murdoch elsewhere in the text. Applying a name grammar on this kind of headline without checking external evidence might result in erroneously tagging \"MUR-DOCH SATELLITE\" as a person (because \"Murdoch\" is also a first name, and \"Satellite\" in this headline starts with a capital letter).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Step 5. Title Assignment",
"sec_num": "3.7"
},
{
"text": "In the MUC competition, our system's combined precision and recall score was 93.39%. This was the highest score, better in a statistically significant way than the score of the next best system. Scores varied from 93.39% to 69.67%. Further details on this can be found in .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MUC results",
"sec_num": "4"
},
{
"text": "The table in Figure 3 shows the progress of the performance of the system we fielded for the MUC competition through the five stages.",
"cite_spans": [],
"ref_spans": [
{
"start": 13,
"end": 21,
"text": "Figure 3",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "MUC results",
"sec_num": "4"
},
{
"text": "As one would expect, the sure-fire rules give very high precision (around 96-98%), but very low recall--in other words, they don't find many named entities, but the ones they find are correct. Subsequent phases of processing add gradually more and more named entities (recall increases from around 40% to around 90%), but on occasion introduce errors (resulting in a slight drop in precision). Our final score for 0RGhNISATION, PERSON and LOCATION is given in the bottom line of Figure 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 479,
"end": 487,
"text": "Figure 3",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "MUC results",
"sec_num": "4"
},
{
"text": "The role of gazetteers",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "Our system fielded for the MUC competition made extensive use of gazetteers, containing around 4,900 names of countries and other place names, some 30,000 names of companies and other organ\u00b0 isations, and around 10,000 first names of people. As explained in the previous section, these lists were used in a judicious way, taking into account other internal and external evidence before making a decision about a named entity. Only in step 3 is information from the gazetteers used without context-checking. It is not immediately obvious from Figure 3 what exactly the impact is of these gazetteers. To try and answer this question, we ran our system over 70 articles of the MUC competition in different modes; the remaining 30 articles were used to compile a limited gazetteer as described below and after that played no role in the experiments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "Full gazetteers. We first ran the system again with the full gazetteers, i.e. the gazetteers used in the official MUC system. There are minor differences in Recall and Precision compared to the official MUC results, due to the fact that we were using a slightly different (smaller) corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "No gazetteers. We then ran the system without any gazetteers. In this mode, the system can still use internal evidence (e.g. indicators such as \"Mr\" for people or \"Ltd\" for organisations) as well as external evidence (contexts such as \"XXX, the chairman of YYY\" as evidence that XXX is a person and YYY an organisation).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "The hypothesis was that names of organisations Ltd gazetteer Some locations No gazetteers recall prec'n recall prec'n recall prec'n recall prec'n organisation 90 93 87 90 87 89 86 85 person 96 98 92 97 90 97 90 95 location 95 94 91 92 85 90 46 59 Figure 4: Our MUC system with extensive gazetteers, with limited gazetteers, with short list of locations, and without gazetteers, tested on 70 articles from the MUC-7 competition.",
"cite_spans": [],
"ref_spans": [
{
"start": 47,
"end": 279,
"text": "Ltd gazetteer Some locations No gazetteers recall prec'n recall prec'n recall prec'n recall prec'n organisation 90 93 87 90 87 89 86 85 person 96 98 92 97 90 97 90 95 location 95 94 91 92 85 90 46 59",
"ref_id": null
}
],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "and names of people should still be handled relatively well by the system, since they have much internal and external evidence, whereas names of locations have fewer reliable contextual clues. For example, expressions such as \"XXX is based in YYY\" is not sure-fire evidence that YYY is a location -it could also be an organisation. And since many locations are so well-known, they receive very little extra context (\"in China\", \"in Paris\", vs \"in the small town of Ekeren\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Full gazetteer",
"sec_num": null
},
{
"text": "Some locations. We then ran the system with some locational information: about 200 names of countries and continents from www. yahoo, corn/ Regional/and, because MUC rules say explicitly that names of planets should be marked up as locations, the names of the 8 planets of our solar system. The hypothesis was that even with those reasonably common location names, Named Entity recognition would already dramatically improve. This hypothesis was confirmed, as can be seen in Figure 4 .",
"cite_spans": [],
"ref_spans": [
{
"start": 475,
"end": 483,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Full gazetteer",
"sec_num": null
},
{
"text": "Inspection of the errors confirms that the system makes most mistakes when there is no internal or external evidence to decide what sort of Named Entity is involved. For example, in a reference to \"a Hamburg hospital\", \"Hamburg\" no longer gets marked up as a location, because the word occurs nowhere else in the text, and that context is not sufficient to assume it indicates a location (cf. a Community Hospital, a Catholic Hospital, an NHS Hospital, a Trust-Controlled Hospital, etc). Similarly, in a reference to \"the Bonn government\", \"Bonn\" is no longer marked up as a location, because of lack of supportive context (cf. the Clinton government, the Labour government, etc). And in financial newspaper articles NYSE will be used without any indication that this is an organisation (the New York Stock Exchange).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Full gazetteer",
"sec_num": null
},
{
"text": "Limited gazetteers. The results so far suggest that the most useful gazetteers are those that contain very common names, names which the authors can expect their audience already to know about, rather than far-fetched examples of little known places or organisations. This suggests that it should be possible to tune a system to the kinds of Named Entities that occur in its particular genre of text. To test this hypothesis, we wanted to know how the system would perform if it started with no gazetteers, started processing texts, then built up gazetteers as it goes along, and then uses these gazetteers on a new set of texts in the same domain. We simulated these conditions by taking 30 of the 100 official MUC articles and extracting all the names of people, organisations and locations and using these as the only gazetteers, thereby ensuring that we had extracted Named Entities from articles in the same domain as the test domain.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Full gazetteer",
"sec_num": null
},
{
"text": "Since we wanted to test how easy it was to build gazetteers automatically, we wanted to minimise the amount of processing done on Named Entities already found. We decided to only used first names of people, and marked them all as \"likely\" first names: the fact that \"Bill\" actually occurs as a first name does not guarantee it will definitely be a first name next time you see it. Company names found in the 30 articles were put in the company gazetteer, irrespective of whether they were full company names (e.g. \"MCI Communications Corp\" as well as \"MCI\" and \"MCI Communications\"). Names of locations found in the 30 texts were simply added to the list of 200 location names already used in the previous experiments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Full gazetteer",
"sec_num": null
},
{
"text": "The hope was that, despite the little effort involved in building these limited gazetteers, there would be an improved performance of the Named Entity recognition system. Figure 4 summarises the Precision and Recall results for each of these modes and confirms the hypotheses.",
"cite_spans": [],
"ref_spans": [
{
"start": 171,
"end": 179,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Full gazetteer",
"sec_num": null
},
{
"text": "The hypotheses were correct: without gazetteers the system still scores in the high eighties for names of orga~isations and people. Locations come out badly. But even with a very small number of country names performance for those named entities also goes up into the mid-eighties. And simple techniques for extending the gazetteers on the basis of a sample of just 30 articles already makes the system competitive again. These experiments suggest that the collection of gazetteers need not be a bottleneck: through a judicious use of internal and external evidence relatively small gazetteers are sufficient to give good Precision and Recall. In addition, when collecting these gazetteers one can concentrate on the obvious examples of locations and organisations, since these are exactly the ones that will be introduced in texts without much helpful context.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6"
},
{
"text": "However, our experiments only show the usefulness of gazetteers on a particular type of text, viz. journalistic English with mixed case. The rules as well as the maximum entropy models make use of internal and external evidence in that type of text when trying to identify named entities, and it is obvious that this system cannot be applied without modification to a different type of text, e.g. scientific articles. Without further formal evaluations with externally supplied evaluation corpora it is difficult to judge how general this text type is. It is encouraging to note that Krupka and Hausman (1998) point out that the MUC-7 articles which we used in our experiments have less external evidence than do Wall Street Journal articles, which suggests that on Wall Street Journal articles our system might perform even better than on MUC-7 articles.",
"cite_spans": [
{
"start": 584,
"end": 609,
"text": "Krupka and Hausman (1998)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "The work reported in this paper was supported in part by grant GR/L21952 (Text Tokenisation Tool) from the Engineering and Physical Sciences Research Council, UK. We would like to thank Steve Finch and Irina Nazarova as well as Colin Matheson and other members of the Language Technology Group for help in building various tools and other resources that were used in the development of the MUC system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Automatic semantic tagging of unknown proper names",
"authors": [
{
"first": "Alessandro",
"middle": [],
"last": "Cucchiarelli",
"suffix": ""
},
{
"first": "Danilo",
"middle": [],
"last": "Luzi",
"suffix": ""
},
{
"first": "Paola",
"middle": [],
"last": "Velardi",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and Proceedings of the 17th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "286--292",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alessandro Cucchiarelli, Danilo Luzi, and Paola Velardi. 1998. Automatic semantic tagging of unknown proper names. In Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and Proceedings of the 17th International Conference on Compu- tational Linguistics, pages 286-292, Montr4al, Canada, August 10-14.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Isoquest, Inc: Description of the NetOwl(TM) extractor system as used for MUC-7",
"authors": [
{
"first": "R",
"middle": [],
"last": "George",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Krupka",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hausman",
"suffix": ""
}
],
"year": 1998,
"venue": "Seventh Message Understanding Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George R. Krupka and Kevin Hausman. 1998. Isoquest, Inc: Description of the NetOwl(TM) extractor system as used for MUC-7. In Seventh Message Understanding Conference (MUC-7): Proceedings of a Conference held in Fairfax, Virginia, 29 April-1 May, 1998. http://www, muc. sale. com/proceedings/ muc_7_toc, html.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Description of the SRA system as used for MUC-6",
"authors": [
{
"first": "R",
"middle": [],
"last": "George",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Krupka",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of a Conference ,~eld in Columbia",
"volume": "",
"issue": "",
"pages": "221--235",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George R. Krupka. 1995. Description of the SRA system as used for MUC-6. In Sixth Message Understanding Conference (MUC-6): Proceed- ings of a Conference ,~eld in Columbia, Mary- land, November 6-8, 1995, pages 221-235, Los Altos, Ca. Morgan Kaufmann.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Internal and external evidence in the identification and semantic categorization of proper names",
"authors": [
{
"first": "D",
"middle": [],
"last": "David",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1996,
"venue": "Corpus Processing for Lexical Acquisition",
"volume": "",
"issue": "",
"pages": "21--39",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David D. McDonald. 1996. Internal and external evidence in the identification and semantic cat- egorization of proper names. In Bran Boguraev and James Pustejovsky, editors, Corpus Pro- cessing for Lexical Acquisition, chapter 2, pages 21-39. The MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Description of the LTG system used for MUC-7",
"authors": [
{
"first": "Andrei",
"middle": [],
"last": "Mikheev",
"suffix": ""
},
{
"first": "Claire",
"middle": [],
"last": "Grover",
"suffix": ""
},
{
"first": "Marc",
"middle": [],
"last": "Moens",
"suffix": ""
}
],
"year": 1998,
"venue": "Seventh Message Understanding Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrei Mikheev, Claire Grover, and Marc Moens. 1998. Description of the LTG system used for MUC-7. In Seventh Message Understanding Conference (MUC-7): Proceedings of a Con- ference held in Fairfax, Virginia, 29 April-",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Feature lattices for maximum entropy modelling",
"authors": [
{
"first": "Andrei",
"middle": [],
"last": "Mikheev",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and Proceedings of the 17th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "848--854",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrei Mikheev. 1998. Feature lattices for max- imum entropy modelling. In Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and Proceedings of the 17th International Conference on Compu- tational Linguistics, pages 848-854, Montreal, Quebec, August 10-14.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Description of the LOLITA system as used in MUC-6",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Morgan",
"suffix": ""
},
{
"first": "Roberto",
"middle": [],
"last": "Garigliano",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Callaghan",
"suffix": ""
},
{
"first": "Sanjay",
"middle": [],
"last": "Poria",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Smith",
"suffix": ""
},
{
"first": "Agnieszka",
"middle": [],
"last": "Urbanowicz",
"suffix": ""
},
{
"first": "Russel",
"middle": [],
"last": "Collingham",
"suffix": ""
},
{
"first": "Marco",
"middle": [],
"last": "Costantino",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Cooper",
"suffix": ""
}
],
"year": 1995,
"venue": "Sixth Message Understanding Conference",
"volume": "",
"issue": "",
"pages": "71--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Morgan, Roberto Garigliano, Paul Callaghan, Sanjay Poria, Mark Smith, Ag- nieszka Urbanowicz, Russel Collingham, Marco Costantino, and Chris Cooper. 1995. Descrip- tion of the LOLITA system as used in MUC- 6. In Sixth Message Understanding Conference (MUC-6): Proceedings of a Conference held in Columbia, Maryland, November 6-8, 1995, pages 71-86, Los Altos, Ca. Morgan Kaufmann.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A statistical profile of the Named Entity task",
"authors": [
{
"first": "D",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Day",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of the Fifth Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "190--193",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Palmer and D. Day. 1997. A statistical profile of the Named Entity task. In Proceedings of the Fifth Conference on Applied Natural Language Processing, pages 190--193, Washington D.C.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Overview of results of the MUC-6 evaluation",
"authors": [
{
"first": "Beth",
"middle": [],
"last": "Sundheim",
"suffix": ""
}
],
"year": 1995,
"venue": "Sixth Message Understanding Conference",
"volume": "",
"issue": "",
"pages": "13--32",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Beth Sundheim. 1995. Overview of results of the MUC-6 evaluation. In Sixth Message Un- derstanding Conference (MUC-6): Proceedings of a Conference held in Columbia, Maryland, November 6-8, 1995, pages 13-32, Los Altos, Ca. Morgan Kaufmann.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Scores obtained by the system through different stages of the analysis. R -recall P -precision.",
"uris": null,
"num": null,
"type_str": "figure"
},
"TABREF1": {
"content": "<table><tr><td>Context Rule</td><td colspan=\"2\">Assign Example</td></tr><tr><td>Xxxx+ is? a? JJ* PROF</td><td>PERS</td><td>Yuri Gromov, a former director</td></tr><tr><td>Xxxx+ is? a? JJ* KEL</td><td>PERS</td><td>John White is beloved brother</td></tr><tr><td>Xxxx+ himself</td><td>PERS</td><td>White himself</td></tr><tr><td>Xxxx+, DD+,</td><td>PERS</td><td>White, 33,</td></tr><tr><td>shares in Xxxx+</td><td>0RG</td><td>shares in Trinity Motors</td></tr><tr><td>PROF of/at/with Xxxx+</td><td>0RG</td><td>director of Trinity Motors</td></tr><tr><td>Xxxx+ area</td><td>L0C</td><td>Beribidjan area</td></tr></table>",
"num": null,
"type_str": "table",
"text": "calls internal (phrasal) and external (contextual) evidence in named entity recognition. The basic philosophy underlying our approach is as follows. A",
"html": null
}
}
}
}