ACL-OCL / Base_JSON /prefixP /json /P98 /P98-1045.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P98-1045",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:18:26.560666Z"
},
"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": "Universit~",
"location": {
"addrLine": "di Roma 'La Sapienza' Dip. di Scienze delrlnformazione Via Salaria 113",
"postCode": "00198",
"settlement": "Roma",
"country": "Italia"
}
},
"email": "velardi@dsi.uniroma1.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": "P98-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 adeq.uate treatment of proper nouns reqmres 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. 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": [
{
"start": 185,
"end": 207,
"text": "(San Paolo di Brescia)",
"ref_id": null
},
{
"start": 519,
"end": 535,
"text": "(McDonald, 1996)",
"ref_id": "BIBREF11"
},
{
"start": 790,
"end": 813,
"text": "&, Ltd., Company, etc.)",
"ref_id": null
}
],
"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": "BIBREF8"
},
{
"start": 320,
"end": 340,
"text": "(Fisher et al. 1997)",
"ref_id": null
},
{
"start": 345,
"end": 374,
"text": "Proteus (Grishman et al. 1992",
"ref_id": null
},
{
"start": 482,
"end": 500,
"text": "(Bikel et al. 1997",
"ref_id": "BIBREF2"
},
{
"start": 1284,
"end": 1306,
"text": "(Palmer and Day, 1997)",
"ref_id": "BIBREF13"
}
],
"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": "BIBREF8"
}
],
"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. The majority of rules uses internal evidence to identify and classify proper nouns made of complex NPs. For example the following rule is used to recognize street names:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Method",
"sec_num": "2"
},
{
"text": "rule(tagged_location_np(s form: [via, \", F2 ,' ',F3] 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": [
{
"start": 32,
"end": 52,
"text": "[via, \", F2 ,' ',F3]",
"ref_id": null
}
],
"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, ~-ad 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 = (Cpnl, Cpn2 ..... CpnN) be the set of semantic 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": "es li(w j, m od(typei, Wk)) = 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 of esl (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) 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. amb(esl(x, PNi)) is a measure of the ambiguity of x and PNj in esli; -tx and 13 are experimentally determined weights (currently, t~=0.7 and 13=0.3). The selected category for PN_U is:",
"cite_spans": [
{
"start": 3,
"end": 18,
"text": "(esli (x, PN_U)",
"ref_id": null
},
{
"start": 145,
"end": 166,
"text": "(Basili et al, 1994b)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Method",
"sec_num": "2"
},
{
"text": "C=argmax( evidence( Cpnk) )=maxj( evidence( Cpnj) )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Method",
"sec_num": "2"
},
{
"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 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). 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": [
{
"start": 166,
"end": 184,
"text": "(Gale et al. 1992)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [
{
"start": 301,
"end": 308,
"text": "Table 1",
"ref_id": null
},
{
"start": 439,
"end": 447,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "The Method",
"sec_num": "2"
},
{
"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_Take_200)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Method",
"sec_num": "2"
},
{
"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": "The Method",
"sec_num": "2"
},
{
"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": "BIBREF9"
}
],
"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. manually added for the purpose of this experiment) 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. Table 3 -Experiment with a small \"New Product\" Corpus Here, the prior probability of Products is obviously higher, though -due to the poor gazetteer-there is an elevated number of unrecognized products.",
"cite_spans": [
{
"start": 615,
"end": 643,
"text": "(Kononenko and Bratko, 1991)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [
{
"start": 964,
"end": 971,
"text": "Table 3",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "An extended experiment was designed as follows:",
"sec_num": null
},
{
"text": "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": "Category Precision",
"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 taggers 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 is 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": "BIBREF14"
},
{
"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
},
{
"text": "0.000 2.658 0.109 2. iCC 0.333 0.750 0.205 3 P~RSCIq 0.000 i. 666 0.068 4 [ATE 0.000 0.000 0. 000 5 ~ 0.000 0.000 0.000 6 ~ 0.000 0.000 0.000 7 ~ 0.000 0.000 0.000 8 PRCE/JL~ 1.000 1.833 0.600 9 OIHERS 0.000 0.367 0.015 S3M_ESLA= 1.333 SLIM_~= 7.274 Max evidenoe category is: PRCILL-T 0.333000 G_N_P_N 5~te di Quick_Take_200 0 1 Selected category: PRCIx/ur ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CR3",
"sec_num": "1"
},
{
"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",
"cite_spans": [],
"ref_spans": [
{
"start": 337,
"end": 344,
"text": "Table 1",
"ref_id": null
},
{
"start": 591,
"end": 598,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "if P'(C) > P(C)",
"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 Proc. of first Language Resources and Evaluation, Granada",
"authors": [
{
"first": "A",
"middle": [],
"last": "Cucchiarelli",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Luzi",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Velardi",
"suffix": ""
}
],
"year": 1988,
"venue": "ECRAN: Extraction of Content: Research at Near Market",
"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 ECRAN: Extraction of Content: Research at Near Market. http://www2.echo.lu/langeng/en/ le 1/ecra~ecran.html",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"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
},
"BIBREF6": {
"ref_id": "b6",
"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, N'Y, February 1992",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "NYU: description of the Proteus System as used for MUC-4",
"authors": [
{
"first": "R",
"middle": [],
"last": "Grishraan",
"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": "Grishraan 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
},
"BIBREF8": {
"ref_id": "b8",
"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
},
"BIBREF9": {
"ref_id": "b9",
"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
},
"BIBREF10": {
"ref_id": "b10",
"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
},
"BIBREF11": {
"ref_id": "b11",
"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
},
"BIBREF12": {
"ref_id": "b12",
"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
},
"BIBREF13": {
"ref_id": "b13",
"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
},
"BIBREF14": {
"ref_id": "b14",
"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": {
"uris": null,
"text": "at the sentence level) syntactic ambiguity and global corpus evidence.Finally, let:-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 PNi a known proper noun, in the same position as PN_U in esli, ESLB 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)> 8, and PNj a known proper noun, in the same position as PNU in esl i. Sim(w,x) is a similarity measure between x and w. In our first experiments, Sim(w,x)> 8 iff w is a synonym of x. For each semantic category Con i compute evidence(Cpnj) as shown ih-Figure 1,where:",
"num": null,
"type_str": "figure"
},
"FIGREF1": {
"uris": null,
"text": ")ev idence (Cpn j) = ~,(pl(esl i (x, PNj)) * amb(esl i (x, PN~))) (~ esll EESL a ,C(PNI)=Ct,,, j Epl(esli(x,PNj) esl i ~ESL ~ ,anyPN + E (pl (esl i (w, PNj)) * arab (esl i (x, PNj))) ~ eslj ,~ESL a .C(PN j )=Cp./Epl(esl i(w,PNj) esljEESL s ,anyPN",
"num": null,
"type_str": "figure"
},
"FIGREF2": {
"uris": null,
"text": "The evidence(Cpnj) computation formula some WSD algorithm to predict the precise sense\u2022 in running texts.",
"num": null,
"type_str": "figure"
},
"TABREF5": {
"content": "<table><tr><td colspan=\"3\">reports an experiment on a small</td></tr><tr><td colspan=\"3\">corpus extracted from another portion of</td></tr><tr><td colspan=\"3\">II Sole 24 Ore, indexed as \"New Products\".</td></tr><tr><td>Category</td><td>N \u00b0 ESLi</td><td>Prior Prob.</td></tr><tr><td>ORGANIZ</td><td>735</td><td>0.160</td></tr><tr><td>LOCATION</td><td>583</td><td>0.126</td></tr><tr><td>PERSON</td><td>902</td><td>0.196</td></tr><tr><td>DATE</td><td>7</td><td>0.001</td></tr><tr><td>TIME</td><td>8</td><td>0.001</td></tr><tr><td>MONEY</td><td>31</td><td>0.007</td></tr><tr><td>PERCENT</td><td>114</td><td>0.025</td></tr><tr><td>PRODUCT</td><td>2184</td><td>0.473</td></tr><tr><td>OTHERS</td><td>262</td><td>0.057</td></tr><tr><td>Tot. ESL</td><td>4615</td><td/></tr><tr><td/><td>Precision</td><td>Inf. Gain</td></tr><tr><td>PRODUCT</td><td>88.57%</td><td>0.12</td></tr></table>",
"html": null,
"text": "",
"num": null,
"type_str": "table"
}
}
}
}