{ "paper_id": "C98-1045", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T12:29:50.067407Z" }, "title": "Automatic Semantic Tagging of Unknown Proper Names", "authors": [ { "first": "Alessandro", "middle": [], "last": "Cucchiarelli", "suffix": "", "affiliation": { "laboratory": "", "institution": "Universith di Ancona", "location": { "postCode": "60131", "settlement": "Ancona", "country": "Italia" } }, "email": "" }, { "first": "Danilo", "middle": [], "last": "Luzi", "suffix": "", "affiliation": {}, "email": "" }, { "first": "Paola", "middle": [], "last": "Velardi", "suffix": "", "affiliation": { "laboratory": "", "institution": "Universith", "location": { "addrLine": "di Roma 'La Sapienza' Dip. di Scienze dell'Informazione Via Salaria 113", "postCode": "00198", "settlement": "Roma", "country": "Italia" } }, "email": "velardi@dsi.uniromal.it" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "Implemented methods for proper names recognition rely on large gazetteers of common proper nouns and a set of heuristic rules (e.g. Mr. as an indicator of a PERSON entity type). Though the performance of current PN recognizers is very high (over 90%), it is important to note that this problem is by no means a \"solved problem\". Existing systems perform extremely well on newswire corpora by virtue of the availability of large gazetteers and rule bases designed for specific tasks (e.g. recognition of Organization and Person entity types as specified in recent Message Understanding Conferences MUC). However, large gazetteers are not available for most languages and applications other than newswire texts and, in any case, proper nouns are an open class. In this paper we describe a context-based method to assign an entity type to unknown proper names (PNs). Like many others, our system relies on a gazetteer and a set of context-dependent heuristics to classify proper nouns. However, due to the unavailability of large gazetteers in Italian, over 20% detected PNs cannot be semantically tagged. The algorithm that we propose assigns an entity type to an unknown PN based on the analysis of syntactically and semantically similar contexts already seen in the application corpus. The performance of the algorithm is evaluated not only in terms of precision, following the tradition of MUC conferences, but also in terms of Information Gain, an information theoretic measure that takes into account the complexity of the classification task.", "pdf_parse": { "paper_id": "C98-1045", "_pdf_hash": "", "abstract": [ { "text": "Implemented methods for proper names recognition rely on large gazetteers of common proper nouns and a set of heuristic rules (e.g. Mr. as an indicator of a PERSON entity type). Though the performance of current PN recognizers is very high (over 90%), it is important to note that this problem is by no means a \"solved problem\". Existing systems perform extremely well on newswire corpora by virtue of the availability of large gazetteers and rule bases designed for specific tasks (e.g. recognition of Organization and Person entity types as specified in recent Message Understanding Conferences MUC). However, large gazetteers are not available for most languages and applications other than newswire texts and, in any case, proper nouns are an open class. In this paper we describe a context-based method to assign an entity type to unknown proper names (PNs). Like many others, our system relies on a gazetteer and a set of context-dependent heuristics to classify proper nouns. However, due to the unavailability of large gazetteers in Italian, over 20% detected PNs cannot be semantically tagged. The algorithm that we propose assigns an entity type to an unknown PN based on the analysis of syntactically and semantically similar contexts already seen in the application corpus. The performance of the algorithm is evaluated not only in terms of precision, following the tradition of MUC conferences, but also in terms of Information Gain, an information theoretic measure that takes into account the complexity of the classification task.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "In terms of syntactic categories, proper nouns are lexical NPs that can be formed by primitive proper names (Adol-fo_Battaglia), groups of proper nouns of different semantic categories (San_Paolo di Brescia) , and also of non-proper nouns (Banca dei regolamenti internazionali). In the latter case, capital letters are optional, making the problem of PN items identification even more complex. In the literature, it is accepted that an adequate treatment of proper nouns requires the use of a context-sensitive grammar (McDonald, 1996) . McDonald points out that the context sensitivity requirement involves two complementary types of evidence: internal and external. The internal evidence, can be derived from the sequence of words in a text (proper nouns and trigger words, such as Inc., &, Ltd., Company, etc.) , and is gained in almost all state-of-art PNs recognisers by the use of large gazetteers and lists of trigger words.", "cite_spans": [ { "start": 185, "end": 207, "text": "(San_Paolo di Brescia)", "ref_id": null }, { "start": 519, "end": 535, "text": "(McDonald, 1996)", "ref_id": "BIBREF12" }, { "start": 790, "end": 813, "text": "&, Ltd., Company, etc.)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "The external evidence is the context of a proper noun, that provides classificatory criteria to reinforce internal evidence, if any, or supplies some classificatory evidence. In fact, proper names form an open class, making the incompleteness of gazetteers an obvious problem. The methods for recognition of proper nouns (PNs) described in literature closely reflects this view of the problem. PN identification typically includes: \u2022 a gazetteer lookup, which locates simple and complex nominals identifying common PNs, such as companies, person names, locations, etc. \u2022 a set of patterns or rules, stated in terms of part-of-speech, syntactic or lexical features (e.g. Mr. as an indicator of a PERSON entity type), orthographic features (e.g. capitalization), etc.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "Proper nouns recognition has recently attracted much attention especially in the area of Information Extraction, where this problem is known as the Named Entity recognition task. The highest performing systems include large numbers of handcoded rules, or patterns, such as VIE (Humphreys et al. 1996) , the UMass system (Fisher et al. 1997) and Proteus (Grishman et al. 1992 ), but lately a high performance has been obtained by the use of statistical methods. For example, Ny.mble (Bikel et al. 1997 ) learns names using a trained approach based on a variant of Hidden Markov Models. However, a 90% success rate is reached at the price of tagging manually around half a million words. Since PNs are mostly domain-specific, presumably a comparable effort is needed when shifting to different domains. High performances of the existing systems are by no means the result of many years of studies and research in the area of IE from newswire English texts, promoted and funded by the Message Understanding Conferences (MUC) organizers. Yet, there is no evidence that a similar performance could be obtained in other languages and domains, if not at the price of a similar effort for rule writing (or manual training), and for the compilation of a highcoverage gazetteer. A recent study (Palmer and Day, 1997) established that the baseline performances of the PN recognition task for several languages and application domains vary between 34% and 71%. The lower bound is calculated by considering a simple algorithm that recognizes PNs on the basis of a list of frequent proper nouns seen in a training set.", "cite_spans": [ { "start": 277, "end": 300, "text": "(Humphreys et al. 1996)", "ref_id": "BIBREF9" }, { "start": 320, "end": 340, "text": "(Fisher et al. 1997)", "ref_id": null }, { "start": 353, "end": 374, "text": "(Grishman et al. 1992", "ref_id": "BIBREF8" }, { "start": 482, "end": 500, "text": "(Bikel et al. 1997", "ref_id": "BIBREF2" }, { "start": 1284, "end": 1306, "text": "(Palmer and Day, 1997)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "The method we propose in this paper combines symbolic and statistical approaches to classify unknown PNs using context evidence previously extracted from the application corpus. The method can be used to overcome the limitation of small gazetteers and poorly encoded rule bases.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "Our method is untrained: what is needed is a learning (raw) corpus, a surface syntactic analyzer, a dictionary of synonyms, a list of category names for classifying PNs (we used the categories proposed in the forthcoming MUC-7), and a \"start-up\" gazetteer and rule base, used to acquire an initial model of typical PNs contexts.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "In the next section, we describe the method in detail. Section 3 is dedicated to a discussion of experimental results.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "The problem of PN recognition has been considered in our group in the context of the European project ECRAN, aimed at improving domain adaptability of IE systems through the integrated use of corpora and MRDs. A first version of the Named Entity (NE) recognizer, in Italian, closely reproduced the architecture of the VIE recognizer, developed at the University of Sheffield (Humphreys et al. 1996) .", "cite_spans": [ { "start": 375, "end": 398, "text": "(Humphreys et al. 1996)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "Proper noun recognition is initially performed in two steps: 1) common proper nouns are identified using a gazetteer, structured in files and related lists of trigger words for each proper nouns category (e.g. \"Gulf\" for LOCATIONs, or \"Association\" for ORGANIZATIONs); 2) a context-sensitive grammar of about 250 rules is used to parse proper nouns in contexts. We have therefore devised a method to reinforce external evidence, using a corpus-driven algorithm to incrementally update the gazetteer and classification of unknown PNs in running texts.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "The algorithm to classify unknown proper nouns uses the following linguistic resources: a (raw text) learning corpus in the same domain as the application, a shallow corpus parser, a \"seed\" gazetteer, and a dictionary of synonyms. The shallow parser esli (wj, mod(typei, wk)) where w i is the head word, Wk is the modifier, hnd typei is the type of syntactic relation (e.g. PP(of), PP(for), SUB J-Verb, Verb-DirectObject, etc.). The learning corpus is previously morphologically and syntactically processed. Step 1 and 2 described at the beginning of this section are used to detect PNs. A database of esls including known PNs 2 is then created and used by the algorithm to assign a category to unknown PNs. The algorithm works as follows: let PN_U be an unknown proper noun, i.e. a single word or a complex nominal. Let Cpn = !Cpn 1, Cp.n2 ..... CpnN) be the set of semanuc categories for proper nouns (e.g. Person, Organization, Product etc.).", "cite_spans": [ { "start": 255, "end": 275, "text": "(wj, mod(typei, wk))", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "Finally, let ESL be the set of elementary syntactic links (esl) extracted from the 1 The context sensitive grammar closely reflects, with extension, that developed for a similar application in the English VIE system. Therefore, low performance is likely due to the low-coverage gazzetteer. The absence of available linguistic resources in languages other than English is a well known problem. 2Note that the database is not manually inspected for correctness (POS tagging and parsing errors). However, the parser assigns to each detected esl a statistical measure of confidence, called plausibility (Basili et al. 1994b) .", "cite_spans": [ { "start": 599, "end": 620, "text": "(Basili et al. 1994b)", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "learning corpus that include PN_U as one of its arguments.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "For each esli in ESL let:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "esli (wj, mod(typei, wk) ", "cite_spans": [ { "start": 5, "end": 24, "text": "(wj, mod(typei, wk)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": ")=esli(x, PN_U)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "where x=wj or Wk and PN U =Wk or wj, typei is the syntactic type ofesl (e.g. N-di-N, N_N, V-per-N ecc), and further let:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "pl(esli (x, PN U)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "be the plausibility of a detected esl. The plausibility is a measure of the statistical evidence of a detected syntactic link (Basili et al, 1994b) , that depends upon local (i.e. at the sentence level) syntactic ambiguity and global corpus evidence.", "cite_spans": [ { "start": 126, "end": 147, "text": "(Basili et al, 1994b)", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "The Method", "sec_num": "2" }, { "text": "-ESLA be a set of esls defined as follows: for each esli(x,PN_U) in ESL put in ESLA the set of eslj(x,PNj), in the corpus, with type=typei, x in the same position of esli, and PNj a _know_.n proper noun, in the same posxtion as PN_U in esli, E SLB be the set of eslk defined as follows: for each esli(x,PN_U) in ESL put in ESLB the set of eslj(w,PNj), in the corpus, with .type=typei, w in the same position of x in esli, Sim(w,x)> 5, and PNj a known proper noun, in the same position as PN_U in esli. Sim(w,x) is a similarity measure between x and w. In our first experiments, Sim(w,x)> 5 iff w is a synonym of x. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Finally, let:", "sec_num": null }, { "text": "C=argmax( evidence( Cpnk) )=maxj( evidence( Cpnj ) )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Finally, let:", "sec_num": null }, { "text": "The underlying hypothesis is that, in a given application corpus, a PN has a unique sense. This is a reasonable restriction supported by empirical evidence (see also (Gale et al. 1992) ). An alternative solution would be to select the \"best performing\" tags, and then apply", "cite_spans": [ { "start": 166, "end": 184, "text": "(Gale et al. 1992)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "Finally, let:", "sec_num": null }, { "text": "(1)evidence ( C pnj ) == Z (pI(esl i (x, PNj) The semantic categories in Table 1 , with the addition of Product, are those that will be used for Named Entity task evaluation in the forthcoming MUC-7 contest. In Figure 2 , a complete experiment is reported. In the figure, an esl is represented as a list, for example (0.5 G N P N Quick_Take_200 0 1 in documento).", "cite_spans": [ { "start": 25, "end": 45, "text": "Z (pI(esl i (x, PNj)", "ref_id": null } ], "ref_spans": [ { "start": 73, "end": 80, "text": "Table 1", "ref_id": "TABREF2" }, { "start": 211, "end": 219, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "Finally, let:", "sec_num": null }, { "text": ") * amb(esl i (x, PNj))) \u00a2Sl i eESL 4 ,C(PN/)=Cr,, q o~ + Epl(esli(x,PN) esl i eESL a ,anyPN E (pl (esl i (w,PNj)) * arab (esl i (x,PNj))) ~ eslj~ESL B ,C(PN j):C m ~pI (esl i (w, PNj) eslj eESL ~ ,anyPN", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Finally, let:", "sec_num": null }, { "text": "The detected esl is 'Quick Take 200 in documento' (Quick Take 200 in document), the syntactic type is G N P N (nounpreposition-noun), the plausibility is 0.5, the initial category of Quick Take_200 is 0 (= unknown) and its ambiguity is initially set to 1. It is seen in the figure that some detected esls do not contribute to the computation of (1) (e.g. acquisire con Quick_Take 200", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Finally, let:", "sec_num": null }, { "text": "to acquire with Quick_Take_200) while some other esl turns out to be particularly informative (e.g. qualita' di Quick_Take 200 quality of Quick Take200)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Finally, let:", "sec_num": null }, { "text": "For the name Quick Take_200 (a software product), the category 8 is finally selected (PRODUCT, as shown in the figure).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Finally, let:", "sec_num": null }, { "text": "We selected from the corpus 35 PNs for each of the following categories: Organization, Person, Location and Product 3. The PNs are selected by ranges of frequency in the corpus, except for Producs, that are very rare in our excerpt of the II Sole 24 Ore: here we selected the 35 top frequency PNs, We then removed each of the 140 PNs from the gazetteer, one at the time, and attempted a re-classification using our algorithm.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "An extended experiment was designed as follows:", "sec_num": null }, { "text": "To evaluate the performances we used, in addition to the classical Precision measure, the Information Gain (Kononenko and Bratko, 1991) . The Information Gain is an informationtheoretic measure that takes into account the complexity of the classification task.", "cite_spans": [ { "start": 107, "end": 135, "text": "(Kononenko and Bratko, 1991)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "An extended experiment was designed as follows:", "sec_num": null }, { "text": "3The other categories are less interesting in our view. Numbers, dates etc. are recursive and regular phenomena that can be detected in a more general way by the use of specific grammars or pattern matchers. t~o~ t,~vE: ~ick a'-ake_:O0 ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "An extended experiment was designed as follows:", "sec_num": null }, { "text": "That is, if the classification is wrong, I(ti) is a penalty as high as the classification task 4The prior probability can be easily computed in a learning set as the ratio between the number of training instances belonging to a class C and the total number of training instances. In our experiment, the prior probabilities are listed in Table 1 . was an easy one (i.e. the prior probability of C was high). If the classification is correct, I(ti) is a price as high as the classification task was complex (i.e. the prior probability of C was low). Over a test set of T cases, I is given by: Table 2 illustrates the results. It is seen that unknown PNs in the three major categories (those for which there is evidence in the corpus and in the gazetteer) have a very high probability of being correctly classified (up to 100% for Organizations). On the contrary, we obtain poor performances with Products. However, Product is interesting because: there are no more than 50-60 product names in the gazetteer (which we manually added for the purpose of this experiment)", "cite_spans": [], "ref_spans": [ { "start": 337, "end": 344, "text": "Table 1", "ref_id": "TABREF2" }, { "start": 591, "end": 598, "text": "Table 2", "ref_id": null } ], "eq_spans": [], "section": "if P'(C) > P(C)", "sec_num": null }, { "text": "i T I=--zTI(t i) T i=1", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "if P'(C) > P(C)", "sec_num": null }, { "text": "-there are no contextual rules for Products in the context-sensitive grammar. Thus, both prior probability and prior knowledge on Products are close to zero. This is numerically evidenced by the Information Gain: though we are not learning much about Products, the Information Gain is higher than for the other categories, and also as an absolute value (in (Kononenko and Bratko, 1991) a 0,5 bit improvement is among the highest measured values in a comparative experiment). In addition, the relative precision of classifying PNs as Product is 100%. This means that most products are misclassified, but, if something is classified as Product, this information can be reliably used to enrich the gazetteer.", "cite_spans": [ { "start": 357, "end": 385, "text": "(Kononenko and Bratko, 1991)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "if P'(C) > P(C)", "sec_num": null }, { "text": "Precision\" Inf. Gain ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Category", "sec_num": null }, { "text": "Here, the prior probability of Products is obviously higher, though -due to the poor gazetteer-there is an elevated number of unrecognized products. In this corpus we selected and then removed 35 product names, and now the system correctly classifies 31. Notice that in this experiment the gazetteer and the PN grammar are the same as before, The only difference is that the corpus provides more evidence (contexts) concerning those products that have been recognized as such. Notice on the other side, that the Information Gain now is very low.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Product\" Corpus", "sec_num": null }, { "text": "Our current implementation of a PN analyzer still has a limited performance, caused by a variety of problems that range from unsatisfactory performance of stateof-art POS tuggers in inflected languages, to limited availability of linguistic resources,in Italian, such as PN gazetteers.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "4" }, { "text": "The algorithm that we propose has indeed the purpose of overcoming limitations of gazetteers and manually defined contextual rules for PN recognition. In (Cucchiarelli et al. 1998) we also show how to extend our method to incrementally update the initial gazzeteer. The performance of the proposed algorithm is more than satisfactory. A comparison with existing systems is difficult because in the literature global PN recognition performances are reported, without considering the semantic classification of unknowns as a subtask. The only exception is in (Wacholder et al, 1997) where the reported performance for the sole semantic disambiguation task of PNs is 79%. In that paper, however, semantic disambiguation ~s performed among a lower number of classes 5. The performance of our system is clearly affected by the dimension of the initial seed gazetteer and contextual rules. If the sets ESLA and ESLB are large enough, obviously more examples of similar contexts are found, even for unknown PNs with a single occurrence. In our test experiment, we always managed to find at least one or two similar contexts of an unknown PN, but in some cases they were misleading and caused a wrong classification, especially for Products. However, it may be possible to increase the evidence provided by the set ESLB by including contexts in which the words are 5One of the advantages of Information Gain is that, if widely adopted, this measure facilitates the comparison among learning methods with different complexity of the classification task. not strictly synonyms, but belong to the same semantic category. One such experiment requires a word taxonomy, like for example WordNet. WordNet is currently unavailable in Italian (the first known results of the EuroWordNet project are too preliminary), therefore we plan to reproduce our experiment in English. Another strategy to improve performances in absence of a substantial evidence is the definition of general (not contextual) rules to capture unknown complex nominals. For example, looking at the Product experiment in more detail, we found that product names are often formed by very complex nominals, e.g. Fiat-Marea Weekend 2000 (the name of a car model). Capturing complex nominals in absence of anchors and specific contextual rules (here the only anchor is Fiat, which appears in the gazetteer as an Organization name) may be difficult, and if a complex nominal is not captured as a unit, the resulting syntactic context may be misleading (e.g. N_ADJ (Fiat_Marea_Weekend, 2000) ). We believe that finding class-independent heuristics for capturing complex nominals is a more \"general\" way of improving the performance of the method, rather than adding specific rules .for specific entity types and enriching the gazetteer.", "cite_spans": [ { "start": 154, "end": 180, "text": "(Cucchiarelli et al. 1998)", "ref_id": null }, { "start": 557, "end": 580, "text": "(Wacholder et al, 1997)", "ref_id": "BIBREF15" }, { "start": 2513, "end": 2539, "text": "(Fiat_Marea_Weekend, 2000)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Conclusions and Future Work", "sec_num": "4" } ], "back_matter": [ { "text": "The authors would like to thank Mr. Enzo Peracchia for his support in the software developent and for aiding with experiments. This research has been funded under the EC project ECRAN LE-2110.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgments", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "A (not-so) shallow parser for collocational analysis", "authors": [ { "first": "R", "middle": [], "last": "Basili", "suffix": "" }, { "first": "M", "middle": [ "T" ], "last": "Pazienza", "suffix": "" }, { "first": "P", "middle": [], "last": "Velardi", "suffix": "" } ], "year": 1994, "venue": "Proc. of Coling '94", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Basili, R., Pazienza M.T., Velardi P. (1994) A (not-so) shallow parser for collocational analy- sis. Proc. of Coling '94, Kyoto, Japan, 1994.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Modelling syntax uncertainty in lexical acquisition from texts", "authors": [ { "first": "R", "middle": [], "last": "Basili", "suffix": "" }, { "first": "A", "middle": [], "last": "Marziali", "suffix": "" }, { "first": "M", "middle": [ "T" ], "last": "Pazienza", "suffix": "" } ], "year": 1994, "venue": "Journal of Quantitative Linguistics", "volume": "1", "issue": "1", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Basili, R., Marziali A., Pazienza M.T. (1994b) Modelling syntax uncertainty in lexical acqui- sition from texts. Journal of Quantitative Lin- guistics, vol.1, n.1, 1994.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Nymble: a High-Performance Learning Name-finder", "authors": [ { "first": "D", "middle": [], "last": "Bikel", "suffix": "" }, { "first": "S", "middle": [], "last": "Miller", "suffix": "" }, { "first": "R", "middle": [], "last": "Schwartz", "suffix": "" }, { "first": "R", "middle": [], "last": "Weischedel", "suffix": "" } ], "year": 1997, "venue": "proc. of 5th Conference on Applied natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Bikel D.,Miller S., Schwartz R. and Weischedel R. (1997) Nymble: a High-Performance Learn- ing Name-finder. in proc. of 5th Conference on Applied natural Language Processing, Wash- ington, 1997", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Transformation-based Error-Driven Learning and Natural Language Processing: A case study of Part of Speech Tagging", "authors": [ { "first": "E", "middle": [], "last": "Brill", "suffix": "" } ], "year": 1995, "venue": "Computational Linguistics", "volume": "21", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Brill, E (1995). Transformation-based Error- Driven Learning and Natural Language Pro- cessing: A case study of Part of Speech Tag- ging. Computational Linguistics, vol. 21, n. 24, 1995", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Using Corpus evidence for Automatic Gazetteer Extension in", "authors": [ { "first": "A", "middle": [], "last": "Cucchiarelli", "suffix": "" }, { "first": "D", "middle": [], "last": "Luzi", "suffix": "" }, { "first": "P", "middle": [], "last": "Velardi", "suffix": "" } ], "year": 1988, "venue": "Proc. of first Language Resources and Evaluation", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Cucchiarelli A., Luzi D., Velardi P. Using Corpus evidence for Automatic Gazetteer Extension in Proc. of first Language Resources and Evaluation, Granada, May 1988", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "ECRAN: Extraction of Content: Research at Near Market", "authors": [], "year": null, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "ECRAN: Extraction of Content: Research at Near Market. http://www2.echo.lu/langeng/en/ le l/ecran/ecran.html", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Description of the UMass system as used for MUC-6", "authors": [ { "first": "D", "middle": [], "last": "Fisher", "suffix": "" }, { "first": "S", "middle": [], "last": "Soderland", "suffix": "" }, { "first": "J", "middle": [], "last": "Mccarthy", "suffix": "" }, { "first": "F", "middle": [], "last": "Feng", "suffix": "" }, { "first": "W", "middle": [], "last": "Lenhart", "suffix": "" } ], "year": 1996, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Fisher D., Soderland S., McCarthy J., Feng F. and Lenhart W. (1996) Description of the UMass system as used for MUC-6.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "One sense per discourse", "authors": [ { "first": "", "middle": [], "last": "Gale", "suffix": "" }, { "first": "W", "middle": [ "K" ], "last": "Church", "suffix": "" }, { "first": "D", "middle": [], "last": "Yarowsky", "suffix": "" } ], "year": 1992, "venue": "Proc. of the DARPA speech and and Natural Language workshop", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gale, Church W. K. and Yarowsky D.(1992) One sense per discourse, in Proc. of the DARPA speech and and Natural Language workshop, Harriman, NY, February 1992", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "NYU: description of the Proteus System as used for MUC-4", "authors": [ { "first": "R", "middle": [], "last": "Grishman", "suffix": "" }, { "first": "C", "middle": [], "last": "Macleod", "suffix": "" }, { "first": "A", "middle": [], "last": "Meyers", "suffix": "" } ], "year": 1992, "venue": "Proc. of Fourth Message Understanding Conference", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Grishman R., Macleod C. and Meyers A. (1992) NYU: description of the Proteus System as used for MUC-4. in Proc. of Fourth Message Understanding Conference (MUC-4) June 1992", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "VIE Technical Specifications", "authors": [ { "first": "", "middle": [], "last": "Humphreys", "suffix": "" } ], "year": 1996, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Humphreys (1996) VIE Technical Specifications, 1996/10/1815. ILASH, University of Sheffield.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Informationbased Evaluation Criterion for Classifier's Performance", "authors": [ { "first": "I", "middle": [], "last": "Kononenko", "suffix": "" }, { "first": "I", "middle": [], "last": "Bratko", "suffix": "" } ], "year": 1991, "venue": "Machine Learning", "volume": "6", "issue": "", "pages": "67--80", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kononenko I. and Bratko I. (1991) Information- based Evaluation Criterion for Classifier's Per- formance. Machine Learning 6, pp. 67-80, 1991", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Identifying Unknown Proper Names in Newswire Text. in Corpus Processing for Lexical Acquisition", "authors": [ { "first": "I", "middle": [], "last": "Mani", "suffix": "" }, { "first": "R", "middle": [], "last": "Mcmillian", "suffix": "" }, { "first": "S", "middle": [], "last": "Luperfoy", "suffix": "" }, { "first": "E", "middle": [], "last": "Lusher", "suffix": "" }, { "first": "S", "middle": [], "last": "Laskowski", "suffix": "" } ], "year": 1996, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mani I., McMillian R., Luperfoy S., Lusher E., Laskowski S. (1996) Identifying Unknown Proper Names in Newswire Text. in Corpus Processing for Lexical Acquisition, J. Puste- jovsky and B. Boguraev Eds., MIT Press 1996.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Internal and External Evidence in the Identification and Semantic Categorization of Proper Names. in Corpus Processing for Lexical Acquisition", "authors": [ { "first": "D", "middle": [], "last": "Mcdonald", "suffix": "" } ], "year": 1996, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "McDonald D. (1996) Internal and External Evi- dence in the Identification and Semantic Cate- gorization of Proper Names. in Corpus Pro- cessing for Lexical Acquisition, J. Pustejovsky and B. Boguraev Eds., MIT Press 1996.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Categorizing and standardizing proper nouns for effcient Information Retrieval. in Corpus Processing for Lexical Acquisition", "authors": [ { "first": "W", "middle": [], "last": "Paik", "suffix": "" }, { "first": "E", "middle": [], "last": "Liddy", "suffix": "" }, { "first": "E", "middle": [], "last": "Yu", "suffix": "" }, { "first": "M", "middle": [], "last": "Mckenna", "suffix": "" } ], "year": 1996, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Paik W., Liddy E., Yu E. and McKenna M. (1996) Categorizing and standardizing proper nouns for effcient Information Retrieval. in Corpus Processing for Lexical Acquisition, J. Pustejovsky and B. Boguraev Eds., MIT Press 1996.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "A Statistical Profile of the Named Enity Task", "authors": [ { "first": "D", "middle": [], "last": "Palmer", "suffix": "" }, { "first": "D", "middle": [], "last": "Day", "suffix": "" } ], "year": 1997, "venue": "Proc. of 5th Conference on Applied natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Palmer D. and Day D. (1997) A Statistical Pro- file of the Named Enity Task. in Proc. of 5th Conference on Applied natural Language Pro- cessing, Washington, 1997", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Disambiguation of Proper Names in Text", "authors": [ { "first": "N", "middle": [], "last": "Wacholder", "suffix": "" }, { "first": "Y", "middle": [], "last": "Ravin", "suffix": "" }, { "first": "M", "middle": [], "last": "Choi", "suffix": "" } ], "year": 1997, "venue": "Proc. of 5th Conference on Applied natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Wacholder N., Ravin Y. and Choi M. (1997) Disambiguation of Proper Names in Text. in Proc. of 5th Conference on Applied natural Language Processing, Washington, 1997", "links": null } }, "ref_entries": { "FIGREF0": { "text": "For each semantic category Cpni compute evidence(Cpnj) as shown ih-Figure 1, where:amb(esl(x, PNi)) is a measure of the ambiguity of x and PN i in esli; -a and [3 are experimenially determined weights (currently, c~=0.7 and 13=0.3). The selected category for PN_U is:", "type_str": "figure", "uris": null, "num": null }, "FIGREF1": { "text": "The evidence(Cpnj) computation formula some WSD algorithm to predict the precise sense in running texts.", "type_str": "figure", "uris": null, "num": null }, "FIGREF2": { "text": "Figure 2 -A complete example If P(C) is the prior (a-priori) probability 4 that an instance c is a member of class C, and P'(C) is the probability of c ~ C, as computed by the classifier in a given test ti, the Information Gain I(ti) is defined as: I(ti) = log(1-P(C)) -log(1-P'(C)) if P(C) > P'(C)", "type_str": "figure", "uris": null, "num": null }, "TABREF2": { "text": "", "content": "
ORGANIZ264180.347
LOCATION250870.330
PERSON205580.270
DATE5440.007
TIME8790.011
MONEY10760.014
PERCENT5200.007
PRODUCT26710.035
OTHERS11120.015
Tot. ESL76055
", "num": null, "html": null, "type_str": "table" }, "TABREF3": { "text": ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i. 0 G_N_V Quick_Take_200 0 1 nil dotare . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ESLB= 1.0 G N_V Apple 1 1 nil fornire ESLB= 1.0 G_N_V Power Pc 1 1 nil fornire ESLB= i. 0 G_NV Tank_Francaise_Chrcr~reflex 8 1 nil equipaggiare . . . . . . . . . . . . . . . . . . . . . . . 0.1 G_AG~_P_N acquisito con Quick_Take_200 0 1 . . . . . . . . . . . . . . . . . . . . . . . 0.i G I~Q_P_N ac~lisire cc~ Q/iQTake_200 0 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .", "content": "
ESLB= 0.333000 G_N_P_N grande di Weil 3 1
0.5 G N P N Quick_Take_200 0 1 in ~toESLB= 0.250000 G_N_P N ~di Europa 2 1
ESLB= 0.2 G_N_P_N grarxSe di Casa 1 1
0.333000 G N P N qualita' di Quick_Take_200 0 1
ESiA= 1.0GNPNqualita'di ~n81
ESLB= 0.333000 G_N_P N sorta di Iri 1 1
ESI23= I. 0 G_N P_N generazic~e di G 3 1
ESI/3= 0.125000 G N_PN caratteristica di Casa 1 1
ESLB= 0.250000 G_N_P N caratteristica di
Macintosh_Perfo~m~ 8 1
ESLB= 0.250000 G_N_P_N caratteristica di Vs 8 1
E57_23= 0.5 G_N_P_N rfnrca di Arese 2 1
O. 1 G V_P_N acquisire con Quick_Take_200 0 1
0.333000 G N P N Forza di Quick Take 200 0 1
0.2 G V P N utilizzare con Quick_Take_200 0 1
ESLA= 0.333000 G N P N Forza di Linea_Pret 2 1
Coefficient e: 0.7
0.333000 G N P N Punti di Quick Take 200 0 1Coefficient ~: 0.3
Nt~S/MESLASU~_ESLB~
0.333000 G N P N acquisizica%e di Quick_Take_200 0 11 Gq30.0002.6580.109
2. LOC0.3330.7500.205
3 PERS(I~ 0.0001.6660.068
0.333000 G N P N capacita' di Quick_Take_200 0 14 DATE0.0000.0000.000
5 TIFE0.0000.0000.000
ESLB= 0.167000 G_N_P_N portata di 280_F~ 9 16 ~0.0000.0000.000
ESLB= 0.2 G_N_P_N portata di 300_Kg 9 17 ~0.0000.0000.000
ESLB= 0.333000 G N P N mezzo di Cartier 3 18 PRCIX)CF 1.0001.8330.600
ESLB= 0.333000 G N P N facilita' di Apple_Share 8 19 OIHHRS0.0000.3670.015
SUM_ESLA= 1.333StI~__ES[23= 7.274
0.333000 G_N_P N inmagine di Quick_Take 200 0 1
Max evidence category is: PRfILL-T
0.333000 G_N_P_N inlcortante di Quick Take 200 0 1Selected category: PR(II3ZT
", "num": null, "html": null, "type_str": "table" } } } }