ACL-OCL / Base_JSON /prefixJ /json /J09 /J09-2002.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "J09-2002",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:54:03.181790Z"
},
"title": "Exploiting Semantic Role Resources for Preposition Disambiguation",
"authors": [
{
"first": "Tom",
"middle": [],
"last": "O'hara",
"suffix": "",
"affiliation": {},
"email": "tomohara@umbc.edu"
},
{
"first": "Janyce",
"middle": [],
"last": "Wiebe",
"suffix": "",
"affiliation": {},
"email": "wiebe@cs.pitt.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This article describes how semantic role resources can be exploited for preposition disambiguation. The main resources include the semantic role annotations provided by the Penn Treebank and FrameNet tagged corpora. The resources also include the assertions contained in the Factotum knowledge base, as well as information from Cyc and Conceptual Graphs. A common inventory is derived from these in support of definition analysis, which is the motivation for this work. The disambiguation concentrates on relations indicated by prepositional phrases, and is framed as word-sense disambiguation for the preposition in question. A new type of feature for word-sense disambiguation is introduced, using WordNet hypernyms as collocations rather than just words. Various experiments over the Penn Treebank and FrameNet data are presented, including prepositions classified separately versus together, and illustrating the effects of filtering. Similar experimentation is done over the Factotum data, including a method for inferring likely preposition usage from corpora, as knowledge bases do not generally indicate how relationships are expressed in English (in contrast to the explicit annotations on this in the Penn Treebank and FrameNet). Other experiments are included with the FrameNet data mapped into the common relation inventory developed for definition analysis, illustrating how preposition disambiguation might be applied in lexical acquisition.",
"pdf_parse": {
"paper_id": "J09-2002",
"_pdf_hash": "",
"abstract": [
{
"text": "This article describes how semantic role resources can be exploited for preposition disambiguation. The main resources include the semantic role annotations provided by the Penn Treebank and FrameNet tagged corpora. The resources also include the assertions contained in the Factotum knowledge base, as well as information from Cyc and Conceptual Graphs. A common inventory is derived from these in support of definition analysis, which is the motivation for this work. The disambiguation concentrates on relations indicated by prepositional phrases, and is framed as word-sense disambiguation for the preposition in question. A new type of feature for word-sense disambiguation is introduced, using WordNet hypernyms as collocations rather than just words. Various experiments over the Penn Treebank and FrameNet data are presented, including prepositions classified separately versus together, and illustrating the effects of filtering. Similar experimentation is done over the Factotum data, including a method for inferring likely preposition usage from corpora, as knowledge bases do not generally indicate how relationships are expressed in English (in contrast to the explicit annotations on this in the Penn Treebank and FrameNet). Other experiments are included with the FrameNet data mapped into the common relation inventory developed for definition analysis, illustrating how preposition disambiguation might be applied in lexical acquisition.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "English prepositions convey important relations in text. When used as verbal adjuncts, they are the principal means of conveying semantic roles for the supporting entities described by the predicate. Preposition disambiguation is a challenging problem. First, prepositions are highly polysemous. A typical collegiate dictionary has dozens of senses for each of the common prepositions. Second, the senses of prepositions tend to be closely related to one another. For instance, there are three duplicate role assignments among the twenty senses for of in The Preposition Project (Litkowski and Hargraves 2006) , a resource containing semantic annotations for common prepositions.",
"cite_spans": [
{
"start": 579,
"end": 609,
"text": "(Litkowski and Hargraves 2006)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Consider the disambiguation of the usages of on in the following sentences:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "(1) The cut should be blocked on procedural grounds.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "(2) The industry already operates on very thin margins.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "The choice between the purpose and manner meanings for on in these sentences is difficult. The purpose meaning seems preferred for sentence 1, as grounds is a type of justification. For sentence 2, the choice is even less clear, though the manner meaning seems preferred.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "This article presents a new method for disambiguating prepositions using information learned from annotated corpora as well as knowledge stored in declarative lexical resources. The approach allows for better coverage and finer distinctions than in previous work in preposition disambiguation. For instance, a traditional approach would involve manually developing rules for on that specify the semantic type of objects associated with the different senses (e.g., time for temporal). Instead, we infer this based on lexical associations learned from annotated corpora.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "The motivation for preposition disambiguation is to support a system for lexical acquisition (O'Hara 2005) . The focus of the system is to acquire distinguishing information for the concepts serving to define words. Large-scale semantic lexicons mainly emphasize the taxonomic relations among the underlying concepts (e.g., is-a and partof ), and often lack sufficient differentiation among similar concepts (e.g., via attributes or functional relations such as is-used-for). For example, in WordNet (Miller et al. 1990) , the standard lexical resource for natural language processing, the only relations for beagle and Afghan are that they are both a type of hound. Although the size difference can be inferred from the definitions, it is not represented in the WordNet semantic network.",
"cite_spans": [
{
"start": 93,
"end": 106,
"text": "(O'Hara 2005)",
"ref_id": "BIBREF34"
},
{
"start": 500,
"end": 520,
"text": "(Miller et al. 1990)",
"ref_id": "BIBREF31"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "In WordNet, words are grouped into synonym sets called synsets, which represent the underlying concepts and serve as nodes in a semantic network. Synsets are ordered into a hierarchy using the hypernym relation (i.e., is-a). There are several other semantic relations, such as part-whole, is-similar-to, and domain-of . Nonetheless, in version 2.1 of WordNet, about 30% of the synsets for noun entries are not explicitly distinguished from sibling synsets via semantic relations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "To address such coverage problems in lexicons, we have developed an empirical approach to lexical acquisition, building upon earlier knowledge-based approaches in dictionary definition analysis (Wilks, Slator, and Guthrie 1996) . This involves a two-step process: Definitions are first analyzed with a broad-coverage parser, and then the resulting syntactic relationships are disambiguated using statistical classification. A crucial part of this process is the disambiguation of prepositions, exploiting online resources with semantic role usage information. The main resources are the Penn Treebank (PTB; Marcus et al. 1994) and FrameNet (Fillmore, Wooters, and Baker 2001) , two popular corpora providing rich annotations on English text, such as the semantic roles associated with prepositional phrases in context. In addition to the semantic role annotations from PTB and FrameNet, traditional knowledge bases (KBs) are utilized to provide training data for the relation classification. In particular, the Factotum KB (Cassidy 2000) is used to provide additional training data for prepositions that are used to convey particular relationships. Information on preposition usage is not explicitly encoded in Factotum, so a new corpus analysis technique is employed to infer the associations.",
"cite_spans": [
{
"start": 194,
"end": 227,
"text": "(Wilks, Slator, and Guthrie 1996)",
"ref_id": "BIBREF48"
},
{
"start": 607,
"end": 626,
"text": "Marcus et al. 1994)",
"ref_id": "BIBREF27"
},
{
"start": 640,
"end": 675,
"text": "(Fillmore, Wooters, and Baker 2001)",
"ref_id": "BIBREF14"
},
{
"start": 1023,
"end": 1037,
"text": "(Cassidy 2000)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Details on the lexical acquisition process, including application and evaluation, can be found in O'Hara (2005) . This article focuses on the aspects of this method relevant to the processing of prepositions. In particular, here we specifically address preposition disambiguation using semantic role annotations from PTB, FrameNet, and Factotum. In each case, classification experiments are presented using the respective resources as training data with evaluation via 10-fold cross validation.",
"cite_spans": [
{
"start": 98,
"end": 111,
"text": "O'Hara (2005)",
"ref_id": "BIBREF34"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "This article is organized as follows. Section 2 presents background information on the relation inventories used during classification, including one developed specifically for definition analysis. Section 3 discusses the relation classifiers in depth with results given for four different inventories. Section 4 discusses related work in relation disambiguation, and Section 5 presents our conclusions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "The representation of natural language utterances often incorporates the notion of semantic roles, which are analogous to the slots in a frame-based representation. In particular, there is an emphasis on the analysis of thematic roles, which serve to tie the grammatical constituents of a sentence to the underlying semantic representation. Thematic roles are also called case roles, because in some languages the grammatical constituents are indicated by case inflections (e.g., ablative in Latin). As used here, the term \"semantic role\" refers to an arbitrary semantic relation, and the term \"thematic role\" refers to a relation intended to capture the semantics of sentences (e.g., event participation).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Relation Inventories",
"sec_num": "2."
},
{
"text": "Which semantic roles are used varies widely in Natural Language Processing (NLP). Some systems use just a small number of very general roles, such as beneficiary. At the other extreme, some systems use quite specific roles tailored to a particular domain, such as catalyst in the chemical sense. Bruce (1975) presents an account of early case systems in NLP. For the most part, those systems had limited case role inventories, along the lines of the cases defined by Fillmore (1968) . Palmer (1990) discusses some of the more contentious issues regarding case systems, including adequacy for representation, such as reliance solely upon case information to determine semantics versus the use of additional inference mechanisms. Barker (1998) provides a comprehensive summary of case inventories in NLP, along with criteria for the qualitative evaluation of case systems (generality, completeness, and uniqueness). Linguistic work on thematic roles tends to use a limited number of roles. Frawley (1992) presents a detailed discussion of twelve thematic roles and discusses how they are realized in different languages.",
"cite_spans": [
{
"start": 296,
"end": 308,
"text": "Bruce (1975)",
"ref_id": "BIBREF5"
},
{
"start": 467,
"end": 482,
"text": "Fillmore (1968)",
"ref_id": "BIBREF12"
},
{
"start": 485,
"end": 498,
"text": "Palmer (1990)",
"ref_id": "BIBREF39"
},
{
"start": 728,
"end": 741,
"text": "Barker (1998)",
"ref_id": "BIBREF1"
},
{
"start": 988,
"end": 1002,
"text": "Frawley (1992)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Relation Inventories",
"sec_num": "2."
},
{
"text": "During the shift in emphasis away from systems that work in small, self-contained domains to those that can handle open-ended domains, there has been a trend towards the use of larger sets of semantic primitives (Wilks, Slator, and Guthrie 1996) . The WordNet lexicon (Miller et al. 1990 ) serves as one example of this. A synset is defined in terms of its relations with any of the other 100,000+ synsets, rather than in terms of a set of features like [\u00b1ANIMATE] . There has also been a shift in focus from deep understanding (e.g., story comprehension) facilitated by specially constructed KBs to shallow surface-level analysis (e.g., text extraction) facilitated by corpus analysis. Both trends seem to be behind the increase in case inventories in two relatively recent resources, namely FrameNet (Fillmore, Wooters, and Baker 2001) and OpenCyc (OpenCyc 2002), both of which define well over a hundred case roles. However, provided that the case roles are well structured in an inheritance hierarchy, both paraphrasability and coverage can be addressed by the same inventory.",
"cite_spans": [
{
"start": 212,
"end": 245,
"text": "(Wilks, Slator, and Guthrie 1996)",
"ref_id": "BIBREF48"
},
{
"start": 268,
"end": 287,
"text": "(Miller et al. 1990",
"ref_id": "BIBREF31"
},
{
"start": 454,
"end": 464,
"text": "[\u00b1ANIMATE]",
"ref_id": null
},
{
"start": 802,
"end": 837,
"text": "(Fillmore, Wooters, and Baker 2001)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background on Semantic Roles",
"sec_num": "2.1"
},
{
"text": "With the emphasis on corpus analysis in computational linguistics, there has been a shift away from relying on explicitly-coded knowledge towards the use of knowledge inferred from naturally occurring text, in particular text that has been annotated by humans to indicate phenomena of interest. For example, rather than manually developing rules for preferring one sense of a word over another based on context, the most successful approaches have automatically learned the rules based on word-sense annotations, as evidenced by the Senseval competitions (Kilgarriff 1998; Edmonds and Cotton 2001) .",
"cite_spans": [
{
"start": 555,
"end": 572,
"text": "(Kilgarriff 1998;",
"ref_id": "BIBREF18"
},
{
"start": 573,
"end": 597,
"text": "Edmonds and Cotton 2001)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Inventories Developed for Corpus Annotation",
"sec_num": "2.2"
},
{
"text": "The Penn Treebank version II (Marcus et al. 1994) provided the first large-scale set of case annotations for general-purpose text. These are very general roles, following Fillmore (1968) . The Berkeley FrameNet (Fillmore, Wooters, and Baker 2001) project currently provides the most comprehensive set of semantic roles annotations. These are at a much finer granularity than those in PTB, making them quite useful for applications learning semantics from corpora. Relation disambiguation experiments for both of these role inventories are presented subsequently.",
"cite_spans": [
{
"start": 29,
"end": 49,
"text": "(Marcus et al. 1994)",
"ref_id": "BIBREF27"
},
{
"start": 171,
"end": 186,
"text": "Fillmore (1968)",
"ref_id": "BIBREF12"
},
{
"start": 211,
"end": 246,
"text": "(Fillmore, Wooters, and Baker 2001)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Inventories Developed for Corpus Annotation",
"sec_num": "2.2"
},
{
"text": "The original PTB (Marcus, Santorini, and Marcinkiewicz 1993) provided syntactic annotations in the form of parse trees for text from the Wall Street Journal. This resource is very popular in computational linguistics, particularly for inducing part-of-speech taggers and parsers. PTB version II (Marcus et al. 1994) added 20 functional tags, including a few thematic roles such as temporal, direction, and purpose. These can be attached to any verb complement but normally occur with clauses, adverbs, and prepositions.",
"cite_spans": [
{
"start": 17,
"end": 60,
"text": "(Marcus, Santorini, and Marcinkiewicz 1993)",
"ref_id": "BIBREF28"
},
{
"start": 295,
"end": 315,
"text": "(Marcus et al. 1994)",
"ref_id": "BIBREF27"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Penn Treebank.",
"sec_num": "2.2.1"
},
{
"text": "For example, Figure 1 shows a parse tree using the extended annotation format. In addition to the usual syntactic constituents such as NP and VP, function tags are included. For example, the second NP gives the subject. This also shows that the first prepositional phrase (PP) indicates the time frame, whereas the last PP indicates the Sentence: In 1982, Sports & Recreation's managers and certain passive investors purchased the company from Brunswick Corp. of Skokie, Ill.",
"cite_spans": [],
"ref_spans": [
{
"start": 13,
"end": 21,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Penn Treebank.",
"sec_num": "2.2.1"
},
{
"text": "(S (PP-TMP In (NP 1982)), temporal extent (NP-SBJ grammatical subject (NP (NP (NP Sports) & (NP Recreation) 's) managers) and (NP certain passive investors)) (VP purchased (NP the company) (PP-CLR from closely related (NP (NP Brunswick Corp.) (PP-LOC of locative (NP (NP Skokie) , (NP Ill))) ))) .)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parse:",
"sec_num": null
},
{
"text": "Penn Treebank II parse tree annotation sample. The functional tags are shown in boldface.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 1",
"sec_num": null
},
{
"text": "Frequency of Penn Treebank II semantic role annotations. Relative frequencies estimated over the counts for unique assignments given in the PTB documentation (bkt tags.lst), and descriptions based on Bies et al. (1995) . Omits low-frequency benefactive role. The syntactic role annotations generally have higher frequencies; for example, the subject role occurs 49% of the time (out of about 240,000 total annotations).",
"cite_spans": [
{
"start": 200,
"end": 218,
"text": "Bies et al. (1995)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Table 1",
"sec_num": null
},
{
"text": "Freq location. The second PP is tagged as closely-related, which is one of the miscellaneous PTB function tags that are more syntactic in nature: \"[CLR] occupy some middle ground between arguments and adjunct\" (Bies et al. 1995) . Frequency information for the semantic role annotations is shown in Table 1 .",
"cite_spans": [
{
"start": 210,
"end": 228,
"text": "(Bies et al. 1995)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [
{
"start": 299,
"end": 306,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Role",
"sec_num": null
},
{
"text": "FrameNet (Fillmore, Wooters, and Baker 2001) is striving to develop an English lexicon with rich case structure information for the various contexts that words can occur in. Each of these contexts is called a frame, and the semantic relations that occur in each frame are called frame elements (FE). For example, in the communication frame, there are frame elements for communicator, message, medium, and so forth. FrameNet annotations occur at the phrase level instead of the grammatical constituent level as in PTB. Figure 2 shows an example. Table 2 displays the top 25 semantic roles by frequency of annotation. This shows that the semantic roles in FrameNet can be quite specific, as with the roles cognizer, evaluee, and addressee. In all, there are over 780 roles annotated with over 288,000 tagged instances.",
"cite_spans": [
{
"start": 9,
"end": 44,
"text": "(Fillmore, Wooters, and Baker 2001)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [
{
"start": 518,
"end": 526,
"text": "Figure 2",
"ref_id": null
},
{
"start": 545,
"end": 552,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "FrameNet.",
"sec_num": "2.2.2"
},
{
"text": "Hewlett-Packard Co has rolled out a new range of ISDN connectivity enabling standalone workstations to communicate over public or private ISDN networks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence:",
"sec_num": null
},
{
"text": "Hewlett-Packard Co has rolled out a new range of ISDN connectivity enabling C FE=\"Communicator\" PT=\"NP\" standalone workstations /C to C TARGET=\"y\" communicate /C C FE=\"Medium\" PT=\"PP\" over public or private ISDN networks /C .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation:",
"sec_num": null
},
{
"text": "FrameNet annotation sample. The constituent (C) tags identify the phrases that have been annotated. The frame element (FE) attributes indicate the semantic roles, and the phrase type (PT) attributes indicate the traditional grammatical category for the phrase. For simplicity, this example is formatted in the earlier FrameNet format, but the information is taken from the latest annotations (lu5.xml).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "Common FrameNet semantic roles. The top 25 of 773 roles are shown, representing nearly half of the total annotations (about 290,000). Descriptions based on FrameNet 1.3 frame documentation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 2",
"sec_num": null
},
{
"text": "Freq ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Role",
"sec_num": null
},
{
"text": "A recent semantic role resource that is starting to attract interest is the Proposition Bank (PropBank), developed at the University of Pennsylvania (Palmer, Gildea, and Kingsbury 2005) . It extends the Penn Treebank with information on verb subcategorization. The focus is on annotating all verb occurrences and all their argument realizations that occur in the Wall Street Journal, rather than select corpus examples as in FrameNet. Therefore, the role inventory is heavily verb-centric, for example, with the generic labels arg0 through arg4 denoting the main verbal arguments to avoid misinterpretations. Verbal adjuncts are assigned roles based on PTB version II (e.g., argM-LOC and argM-TMP). PropBank has been used as the training data in recent semantic role labeling competitions as part of the Conferences on Computational Natural Language Learning M\u00e0rquez 2004, 2005) . Thus, it is likely to become as influential as FrameNet in computational semantics. The Preposition Project similarly adds information to an existing semantic role resource, namely FrameNet. It is being developed by CL Research (Litkowski and Hargraves 2006) and endeavors to provide comprehensive syntactic and semantic information on various usages of prepositions, which often are not represented well in semantic lexicons (e.g., they are not included at all in WordNet). The Preposition Project uses the sense distinctions from the Oxford Dictionary of English and integrates syntactic information about prepositions from comprehensive grammar references.",
"cite_spans": [
{
"start": 149,
"end": 185,
"text": "(Palmer, Gildea, and Kingsbury 2005)",
"ref_id": "BIBREF38"
},
{
"start": 859,
"end": 878,
"text": "M\u00e0rquez 2004, 2005)",
"ref_id": null
},
{
"start": 1109,
"end": 1139,
"text": "(Litkowski and Hargraves 2006)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Other",
"sec_num": "2.3"
},
{
"text": "This section describes three case inventories: one developed for the Cyc KB (Lenat 1995) , one used to define Conceptual Graphs (Sowa 1984) , and one for the Factotum KB (Cassidy 2000) . The first two are based on a traditional knowledge representation paradigm. With respect to natural language processing, these approaches are more representative of the earlier approaches in which deep understanding is the chief goal. Factotum is also based on a knowledge representation paradigm, but in a sense also reflects the empirical aspect of the corpus annotation approach, because the annotations were developed to address the relations implicit in Roget's Thesaurus.",
"cite_spans": [
{
"start": 76,
"end": 88,
"text": "(Lenat 1995)",
"ref_id": "BIBREF21"
},
{
"start": 128,
"end": 139,
"text": "(Sowa 1984)",
"ref_id": "BIBREF44"
},
{
"start": 170,
"end": 184,
"text": "(Cassidy 2000)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Inventories for Knowledge Representation",
"sec_num": "2.4"
},
{
"text": "In this article, relation disambiguation experiments are only presented for Factotum, given that the others do not readily provide sufficient training data. However, the other inventories are discussed because each provides relation types incorporated into the inventory used below for the definition analysis (see Section 3.5).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inventories for Knowledge Representation",
"sec_num": "2.4"
},
{
"text": "2.4.1 Cyc. The Cyc system (Lenat 1995) is the most ambitious knowledge representation project undertaken to date, in development since 1984. The full Cyc KB is proprietary, which has hindered its adoption in natural language processing. However, to encourage broader usage, portions of the KB have been made freely available to the public. For instance, there is an open-source version of the system called OpenCyc (www.opencyc.org), which covers the upper part of the KB and also includes the Cyc inference engine, KB browser, and other tools. In addition, researchers can obtain access to ResearchCyc, which contains most of the KB except for proprietary information (e.g., internal bookkeeping assertions).",
"cite_spans": [
{
"start": 26,
"end": 38,
"text": "(Lenat 1995)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Inventories for Knowledge Representation",
"sec_num": "2.4"
},
{
"text": "Cyc uses a wide range of role types: very general roles (e.g., beneficiary); commonly occurring situational roles (e.g., victim); and highly specialized roles (e.g., catalyst). Of the 8,756 concepts in OpenCyc, 130 are for event-based roles (i.e., instances of actorslot) with 51 other semantic roles (i.e., other instances of role). Table 3 shows the most commonly used event-based roles in the KB.",
"cite_spans": [],
"ref_spans": [
{
"start": 334,
"end": 341,
"text": "Table 3",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Inventories for Knowledge Representation",
"sec_num": "2.4"
},
{
"text": "Graphs. The Conceptual Graphs (CG) mechanism was introduced by Sowa (1984) for knowledge representation as part of his Conceptual Structures theory. The original text listed two dozen or so thematic relations, such as destination and initiator. In all, 37 conceptual relations were defined. This inventory formed the basis for most work in Conceptual Graphs. Recently, Sowa (1999) updated the inventory to allow for better hierarchical structuring and to incorporate the important thematic roles identified by Somers (1987) . Table 4 shows a sample of these roles, along with usage estimates based on corpus analysis (O'Hara 2005).",
"cite_spans": [
{
"start": 63,
"end": 74,
"text": "Sowa (1984)",
"ref_id": "BIBREF44"
},
{
"start": 369,
"end": 380,
"text": "Sowa (1999)",
"ref_id": "BIBREF45"
},
{
"start": 510,
"end": 523,
"text": "Somers (1987)",
"ref_id": "BIBREF43"
}
],
"ref_spans": [
{
"start": 526,
"end": 533,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Conceptual",
"sec_num": "2.4.2"
},
{
"text": "The Factotum semantic network (Cassidy 2000) developed by Micra, Inc., makes explicit many of the relations in Roget's Thesaurus. 1 Outside of proprietary resources such as Cyc, Factotum is the most comprehensive KB with respect to functional relations, which are taken here to be non-hierarchical relations, excluding attributes. OpenCyc does include definitions of many non-hierarchical relations. However, there are not many instantiations (i.e., relationship assertions), because it concentrates on the higher level of the ontology. The Factotum knowledge base is based on the 1911 version of Roget's Thesaurus and specifies the relations that hold between the Roget categories and the words listed in each entry. Factotum incorporates information from other resources as well. For instance, the Unified Medical Language System (UMLS) formed the basis for the initial inventory of semantic relations, which was later revised during tagging. Figure 3 shows a sample from Factotum. This illustrates that the basic Roget organization is still used, although additional hierarchical levels have been added. The relations are contained within double braces (e.g., \"{{has subtype}}\") and generally apply from the category to each word in the synonym list on the same line. For example, the line with \"{{result of}}\" indicates that conversion is the result of transforming, as shown in the semantic relation listing that would be extracted. There are over 400 different relations instantiated in the knowledge base, which has over 93,000 assertions. Some of these are quite specialized (e.g., has-brandname). In addition, there are quite a few inverse relations, because most of the relations are not symmetrical. Certain features of the knowledge representation are ignored during the relation extraction used later. For example, relation specifications can have qualifier prefixes, such as an ampersand to indicate that the relationship only sometimes holds.",
"cite_spans": [
{
"start": 30,
"end": 44,
"text": "(Cassidy 2000)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [
{
"start": 945,
"end": 953,
"text": "Figure 3",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Factotum.",
"sec_num": "2.4.3"
},
{
"text": "Common semantic roles used in Conceptual Graphs. Inventory and descriptions based on Sowa (1999, pages 502-510) . The term situation is used in place of Sowa's nexus (i.e., \"fact of togetherness\"), which also covers spatial structures. Freq. gives estimated relative frequencies from O'Hara (2005).",
"cite_spans": [
{
"start": 85,
"end": 111,
"text": "Sowa (1999, pages 502-510)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Table 4",
"sec_num": null
},
{
"text": "Freq Table 5 shows the most common relations in terms of usage in the semantic network, and includes others that are used in the experiments discussed later. 2 The relative frequencies just reflect relationships explicitly labeled in the KB data file. For instance, this does not account for implicit has-subtype relationships based on the hierarchical organization of the thesaural groups (e.g., simple-change, has-subtype, conversion ). The functional relations are shown in boldface. This excludes the meronym or partwhole relations (e.g., is-conceptual-part-of ), in line with their classification by Cruse (1986) as hierarchical relations. The reason for concentrating on the functional relations is that these are more akin to the roles tagged in PTB and FrameNet.",
"cite_spans": [
{
"start": 158,
"end": 159,
"text": "2",
"ref_id": null
},
{
"start": 605,
"end": 617,
"text": "Cruse (1986)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 5,
"end": 12,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Role",
"sec_num": null
},
{
"text": "The information in Factotum complements WordNet through the inclusion of more functional relations (e.g., non-hierarchical relations such as uses and is-function-of ). For comparison purposes, Table 6 shows the semantic relation usage in WordNet version Original data:",
"cite_spans": [],
"ref_spans": [
{
"start": 193,
"end": 200,
"text": "Table 6",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Role",
"sec_num": null
},
{
"text": "A. ABSTRACT RELATION ... A6 CHANGE (R140 TO R152) ... A6.1 SIMPLE CHANGE (R140) ... A6.1.4 CONVERSION (R144) #144. Conversion. N.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Role",
"sec_num": null
},
{
"text": "{{has subtype(change, R140)}} conversion, transformation. {{has case: @R7, initial state, final state}}. {{has patient: @R3a, object, entity}}. {{result of}} {{has subtype(process, A7.7)}} converting, transforming. {{has subtype}} processing. transition.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Role",
"sec_num": null
},
{
"text": "change, has-subtype, conversion change, has-subtype, transformation conversion, has-case, initial state conversion, has-case, final state conversion, has-patient, object conversion, has-patient, entity conversion, is-result-of , converting conversion, is-result-of , transforming process, has-subtype, converting process, has-subtype, transforming conversion, has-subtype, processing 2.1. As can be seen from the table, the majority of the relations are hierarchical. 3 WordNet 2.1 averages just about 1.1 non-taxonomic properties per concept (including inverses but excluding hierarchical relations such as has-hypernym and is-membermeronym-of ). OpenCyc provides a much higher average at 3.7 properties per concept, although with an emphasis on argument constraints and other usage restrictions. Factotum averages 1.8 properties per concept, thus complementing WordNet in terms of information content. 4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extracted relationships:",
"sec_num": null
},
{
"text": "It is difficult to provide precise comparisons of the five inventories just discussed. This is due both to the different nature of the inventories (e.g., developed for knowledge bases as opposed to being derived from natural language annotations) and due to the way the Table 5 Common Factotum semantic roles. These account for 80% of the instances. Boldface relations are used in the experiments (Section 3.4.2).",
"cite_spans": [],
"ref_spans": [
{
"start": 270,
"end": 277,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Combining the Different Semantic Role Inventories",
"sec_num": "2.5"
},
{
"text": "Freq. Description has-subtype .401 inverse of is-a relation is-property-of .077 object with given salient character is-caused-by",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": ".034 force that is the origin of something has-property .028 salient property of an object has-part .022 a part of a physical object has-high-intensity",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": ".018 intensifier for property or characteristic has-high-level",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": ". .001 object or sub-action aiding an action is-biofunction-of .0003 biological function of parts of living things was-performed-by",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": ".0002 is-performed-by occurring in the past has-consequence object .0002 consequence for the patient of an action is-facilitated-by mental .0001 trait that facilitates some human action relation listings were extracted (e.g., just including event-based roles from OpenCyc). As can be seen from Tables 2 and 3, FrameNet tends to refine the roles for agents (e.g., communicator) compared to OpenCyc, which in contrast has more refinements of the object role (e.g., object-removed). The Concept Graphs inventory includes more emphasis on specialization relations than the others, as can be seen from the top entries in Table 4 (e.g., attribute).",
"cite_spans": [],
"ref_spans": [
{
"start": 616,
"end": 623,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": "In the next section, we show how classifiers can be automatically developed for the semantic role inventories just discussed. For the application to dictionary definition analysis, we need to combine the classifiers learned over PTB, FrameNet, and Factotum. This can be done readily in a cascaded fashion with the classifier for the most specific relation inventory (i.e., FrameNet) being used first and then the other classifiers being applied in turn whenever the classification is inconclusive. This would have the advantage that new resources could be integrated into the combined relation classifier with minimal effort. However, the resulting role inventory would likely be heterogeneous and might be prone to inconsistent classifications. In addition, the role inventory could change whenever new annotation resources are incorporated, making the overall definition analysis system somewhat unpredictable. Alternatively, the annotations can be converted into a common inventory, and a separate relation classifier induced over the resulting data. This has the advantage that the target relation-type inventory remains stable whenever new sources of relation annotations are introduced. In addition, the classifier will likely be more accurate as there are more examples per relation type on average. The drawback, however, is that annotations from new resources must first be mapped into the common inventory before incorporation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": "The latter approach is employed here. The common inventory incorporates some of the general relation types defined by Gildea and Jurafsky (2002) for their experiments in classifying semantic relations in FrameNet using a reduced relation inventory. They defined 18 relations (including a special-case null role for expletives), as shown in Table 7 . These roles served as the starting point for the common relation inventory we developed to support definition analysis (O'Hara 2005), with half of the roles used as is and a few others mapped into similar roles. In total, twenty-six relations are defined, including a few roles based on the PTB, Cyc, and Conceptual Graphs inven- Table 7 Abstract roles defined by Gildea and Jurafsky based on FrameNet. Taken from Gildea and Jurafsky (2002) . agent cause degree experiencer force goal instrument location manner null path patient percept proposition result source state topic Table 8 Inventory of semantic relations for definition analysis. This inventory is inspired by the roles in Table 7 and is primarily based on FrameNet (Fillmore, Wooters, and Baker 2001) and Conceptual Graphs (Sowa 1999) ; it also includes roles based on the PTB and Cyc inventories.",
"cite_spans": [
{
"start": 118,
"end": 144,
"text": "Gildea and Jurafsky (2002)",
"ref_id": "BIBREF16"
},
{
"start": 764,
"end": 790,
"text": "Gildea and Jurafsky (2002)",
"ref_id": "BIBREF16"
},
{
"start": 1077,
"end": 1112,
"text": "(Fillmore, Wooters, and Baker 2001)",
"ref_id": "BIBREF14"
},
{
"start": 1135,
"end": 1146,
"text": "(Sowa 1999)",
"ref_id": "BIBREF45"
}
],
"ref_spans": [
{
"start": 340,
"end": 347,
"text": "Table 7",
"ref_id": null
},
{
"start": 680,
"end": 687,
"text": "Table 7",
"ref_id": null
},
{
"start": 926,
"end": 933,
"text": "Table 8",
"ref_id": null
},
{
"start": 1034,
"end": 1041,
"text": "Table 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": "Relation Description accompaniment entity that participates with another entity agent entity voluntarily performing an action amount quantity used as a measure of some characteristic area region in which the action takes place category general type or class of which the item is an instance cause non-agentive entity that produces an effect characteristic general properties of entities context background for situation or predication direction either spatial source or goal (same as in PTB) distance spatial extent of motion duration period of time that the situation applies within experiencer entity undergoing some (non-voluntary) experience goal location that an affected entity ends up in instrument entity or resource facilitating event occurrence location reference spatial location for situation manner property of the underlying process means action taken to affect something medium setting in which an affected entity is conveyed part component of entity or situation path trajectory which is neither a source nor a goal product entity present at end of event (same as Cyc products) recipient recipient of the resource(s) resource entity utilized during event (same as Cyc inputs) source initial position of an affected entity theme entity somehow affected by the event time reference time for situation tories. Table 8 shows this role inventory along with a description of each case. In addition to traditional thematic relations, this includes a few specialization relations, which are relevant to definition analysis. For example, characteristic corresponds to the general relation from Conceptual Graphs for properties of entities; and category generalizes the corresponding FrameNet role, which indicates category type, to subsume other FrameNet roles related to categorization (e.g., topic). Note that this inventory is not meant to be definitive and has been developed primarily to address mappings from FrameNet for the experiments discussed in Section 3.5. Thus, it is likely that additional roles will be required when additional sources of semantic relations are incorporated (e.g., Cyc). The mappings were produced manually by reviewing the role descriptions in the FrameNet documentation and checking prepositional usages for each to determine which of the common inventory roles might be most relevant. As some of the roles with the same name have frame-specific meanings, in a few cases this involved conflicting usages (e.g., body-part associated with both area and instrument), which were resolved in favor of the more common usage. 5",
"cite_spans": [],
"ref_spans": [
{
"start": 1323,
"end": 1330,
"text": "Table 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": "This section presents the results of our experiments on the disambiguation of relations indicated by prepositional phrases. Results are given for PTB, FrameNet, and Factotum. The PTB roles are general: For example, for the preposition for, there are six distinctions (four, with low-frequency pruning). The PTB role disambiguation experiments thus address a coarse form of sense distinction. In contrast, the FrameNet distinctions are quite specific: there are 192 distinctions associated with for (21 with low-frequency pruning); and, there are 17 distinctions in Factotum (15 with low-frequency pruning). Our FrameNet and Factotum role disambiguation experiments thus address fine-grained sense distinctions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Preposition Disambiguation",
"sec_num": "3."
},
{
"text": "A straightforward approach for preposition disambiguation would be to use typical word-sense disambiguation features, such as the parts-of-speech of surrounding words and, more importantly, collocations (e.g., lexical associations). Although this can be highly accurate, it tends to overfit the data and to generalize poorly. The latter is of particular concern here as the training data is taken from a different genre than the application data. For example, the PTB data is from newspaper text (specifically, Wall Street Journal), but the lexical acquisition is based on dictionary definitions. We first discuss how class-based collocations address this problem and then present the features used in the experiments. Before getting into technical details, an informal example will be used to motivate the use of hypernym collocations. Consider the following purpose role examples, which are similar to the first example from the introduction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "3.1"
},
{
"text": "(3) This contention would justify dismissal of these actions on purpose prudential grounds.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "3.1"
},
{
"text": "(4) Ramada's stock rose 87.5 cents on purpose the news.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "3.1"
},
{
"text": "It turns out that grounds and news are often used as the prepositional object in PTB when the sense for on is purpose (or reason). Thus, these words would likely be chosen as collocations for this sense. However, for the sake of generalization, it would be better to choose the WordNet hypernym subject matter, as that subsumes both words. This would then allow the following sentence to be recognized as indicating purpose even though censure was not contained in the training data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "3.1"
},
{
"text": "(5) Senator sets hearing on purpose censure of Bush.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overview",
"sec_num": "3.1"
},
{
"text": "To overcome data sparseness problems, a class-based approach is used for the collocations, with WordNet synsets as the source of the word classes. (Part-of-speech tags are a popular type of class-based feature used in word sense disambiguation (WSD) to capture syntactic generalizations.) Recall that the WordNet synset hierarchy can be viewed as a taxonomy of concepts. Therefore, in addition to using collocations in the form of other words, we use collocations in the form of semantic concepts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Collocations via Hypernyms.",
"sec_num": "3.1.1"
},
{
"text": "Word collocation features are derived by making two passes over the training data (e.g., \"on\" sentences with correct role indicated). The first pass tabulates the co-occurrence counts for each of the context words (i.e., those in a window around the target word) paired with the classification value for the given training instance (e.g., the preposition sense from the annotation). These counts are used to derive conditional probability estimates of each class value given co-occurrence of the various potential collocates. The words exceeding a certain threshold are collected into a list associated with the class value, making this a \"bag of words\" approach. In the experiments discussed below, a potential collocate (coll) is selected whenever the conditional probability for the class (C) value exceeds the prior probability by a factor greater than 20%: 6",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Collocations via Hypernyms.",
"sec_num": "3.1.1"
},
{
"text": "P(C|coll) \u2212 P(C) P(C) \u2265 .20 (1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Collocations via Hypernyms.",
"sec_num": "3.1.1"
},
{
"text": "That is, for a given potential collocation word (coll) to be treated as one of the actual collocation words, the relative percent change of the class conditional probability (P(C|coll)) versus the prior probability for the class value (P(C)) must be 20% or higher. The second pass over the training data determines the value for the collocational feature of each classification category by checking whether the current context window has any of the associated collocation words. Note that for the test data, only the second pass is made, using the collocation lists derived from the training data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Collocations via Hypernyms.",
"sec_num": "3.1.1"
},
{
"text": "In generalizing this to a class-based approach, the potential collocational words are replaced with each of their hypernym ancestors from WordNet. The adjective hierarchy is relatively shallow, so it is augmented by treating is-similar-to as has-hypernym. For example, the synset for \"arid\" and \"waterless\" is linked to the synset for \"dry (vs. wet).\" Adverbs would be included, but there is no hierarchy for them. Because the cooccurring words are not sense-tagged, this is done for each synset serving as a different sense of the word. Likewise, in the case of multiple inheritance, each parent synset is used. For example, given the co-occurring word money, the counts would be updated as if each of the following tokens were seen (grouped by sense).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Collocations via Hypernyms.",
"sec_num": "3.1.1"
},
{
"text": "1. { medium of exchange#1, monetary system#1, standard#1, criterion#1, measure#2, touchstone#1, reference point#1, point of reference#1, reference#3, indicator#2, signal#1, signaling#1, sign#3, communication#2, social relation#1, relation#1, abstraction#6 } 2. { wealth#4, property#2, belongings#1, holding#2, material possession#1, possession#2 } 3. { currency#1, medium of exchange#1, monetary system#1, standard#1, criterion#1, measure#2, touchstone#1, reference point#1, point ofreference#1, reference#3, indicator#2, signal#1, signaling#1, sign#3, communication#2, social relation#1, relation#1, abstraction#6 } Thus, the word token money is replaced by 41 synset tokens. Then, the same two-pass process just described is performed over the text consisting of the replacement tokens. Although this introduces noise due to ambiguity, the conditional-probability selection scheme (Wiebe, McKeever, and Bruce 1998) compensates by selecting hypernym synsets that tend to co-occur with specific roles.",
"cite_spans": [
{
"start": 883,
"end": 916,
"text": "(Wiebe, McKeever, and Bruce 1998)",
"ref_id": "BIBREF47"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Collocations via Hypernyms.",
"sec_num": "3.1.1"
},
{
"text": "Note that there is no preference in the system for choosing either specific or general hypernyms. Instead, they are inferred automatically based on the word to be disambiguated (i.e., preposition for these experiments). Hypernyms at the top levels of the hierarchy are less likely to be chosen, as they most likely occur with different senses for the same word (as with relation#1 previously). However, hypernyms at lower levels tend not to be chosen, as there might not be enough occurrences due to other cooccurring words. For example, wealth#4 is unlikely to be chosen as a collocation for the second sense of money, as only a few words map into it, unlike property#2. The conditional-probability selection scheme (i.e., Equation (1)) handles this automatically without having to encode heuristics about hypernym rank, and so on.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Class-Based Collocations via Hypernyms.",
"sec_num": "3.1.1"
},
{
"text": "A supervised approach for word-sense disambiguation is used following Bruce and Wiebe (1999) .",
"cite_spans": [
{
"start": 70,
"end": 92,
"text": "Bruce and Wiebe (1999)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Classification Experiments.",
"sec_num": "3.1.2"
},
{
"text": "For each experiment, stratified 10-fold cross validation is used: The classifiers are repeatedly trained on 90% of the data and tested on the remainder, with the test sets randomly selected to form a partition. The results described here were obtained using the settings in Figure 4 , which are similar to the settings used by O'Hara et al. 2004in the third Senseval competition. The top systems from recent Senseval competitions (Mihalcea 2002; Grozea 2004 ) use a variety of lexical features for WSD. Words in the immediate context (Word\u00b1i) and their parts of speech (POS\u00b1i) are standard features. Word collocations are also common, but there are various ways of organizing collocations into features (Wiebe, McKeever, and Bruce 1998) . We use the simple approach of having a single binary feature per sense (e.g., role) that is set true whenever any of the associated collocation words for that sense are encountered (i.e., per-class-binary).",
"cite_spans": [
{
"start": 430,
"end": 445,
"text": "(Mihalcea 2002;",
"ref_id": "BIBREF29"
},
{
"start": 446,
"end": 457,
"text": "Grozea 2004",
"ref_id": "BIBREF17"
},
{
"start": 703,
"end": 736,
"text": "(Wiebe, McKeever, and Bruce 1998)",
"ref_id": "BIBREF47"
}
],
"ref_spans": [
{
"start": 274,
"end": 282,
"text": "Figure 4",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Classification Experiments.",
"sec_num": "3.1.2"
},
{
"text": "The main difference of our approach from more typical WSD systems (Mihalcea, Chklovski, and Kilgarriff 2004) concerns the hypernym collocations. The collocation context section of Figure 4 shows that word collocations can occur anywhere in the sentence, whereas hypernym collocations must occur within five words of the target",
"cite_spans": [
{
"start": 66,
"end": 108,
"text": "(Mihalcea, Chklovski, and Kilgarriff 2004)",
"ref_id": "BIBREF30"
}
],
"ref_spans": [
{
"start": 180,
"end": 188,
"text": "Figure 4",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Classification Experiments.",
"sec_num": "3.1.2"
},
{
"text": "preposition being classified POS\u00b1i:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Features: Prep:",
"sec_num": null
},
{
"text": "part-of-speech of word at offset i Word\u00b1i: stem of word at offset i WordColl r : context has word collocation for role r HypernymColl r : context has hypernym collocation for role r Collocation context: Word:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Features: Prep:",
"sec_num": null
},
{
"text": "anywhere in the sentence Hypernym:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Features: Prep:",
"sec_num": null
},
{
"text": "within 5 words of target preposition Collocation selection: Frequency: f (word) > 1 Conditional probability: P(C|coll) \u2265 .50 prepositions (i.e., a five-word context window). 7 This reduced window size is used to make the hypernym collocations more related to the prepositional object and the modified term. The feature settings in Figure 4 are used in three different configurations: wordbased collocations alone, hypernym collocations alone, and both collocations together. Combining the two types generally produces the best results, because this balances the specific clues provided by the word collocations with the generalized clues provided by the hypernym collocations.",
"cite_spans": [],
"ref_spans": [
{
"start": 331,
"end": 339,
"text": "Figure 4",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Features: Prep:",
"sec_num": null
},
{
"text": "Unlike the general case for WSD, the sense inventory is the same for all the words being disambiguated; therefore, a single classifier can be produced rather than individual classifiers. This has the advantage of allowing more training data to be used in the derivation of the clues indicative of each semantic role. However, if there were sufficient annotations for particular preposition, then it would be advantageous to have a dedicated classifier. For example, the prior probabilities for the roles would be based on the usages for the given preposition. Therefore, we perform experiments illustrating the difference when disambiguating prepositions with a single classifier versus the use of separate classifiers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Features: Prep:",
"sec_num": null
},
{
"text": "The first set of experiments deals with preposition disambiguation using PTB. When deriving training data from PTB via the parse tree annotations, the functional tags associated with prepositional phrases are converted into preposition sense tags. Consider the following excerpt from the sample annotation for PTB shown earlier: The relative frequencies of the roles in the PTB annotations for PPs are shown in Table 9. As can be seen, several of the roles do not occur often with PPs (e.g., extent). This somewhat skewed distribution makes for an easier classification task than the one for FrameNet.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Penn Treebank Classification Experiments",
"sec_num": "3.2"
},
{
"text": "As an illustration of the probabilities associated with classbased collocations, consider the differences in the prior versus class-based conditional probabilities for the semantic roles of the preposition at in the Penn Treebank (version II). Table 10 shows the global probabilities for the roles assigned to at, along with conditional probabilities for these roles given that certain high-level WordNet synsets occur in the context. In a context referring to a concrete concept (i.e., entity#1), the difference in the probability distributions for the locative and temporal roles shows that the locative interpretation becomes even more likely. In contrast, in a context referring to an abstract concept (i.e., abstraction#6), the difference in the probability distributions for the same roles shows that the temporal interpretation becomes more likely. Therefore, these class-based lexical associations capture commonsense usages of the preposition at.",
"cite_spans": [],
"ref_spans": [
{
"start": 244,
"end": 252,
"text": "Table 10",
"ref_id": null
}
],
"eq_spans": [],
"section": "Illustration with \"at.\"",
"sec_num": "3.2.1"
},
{
"text": "The classification results for these prepositions in the Penn Treebank show that this approach is very effective. Table 11 shows the accuracy when disambiguating the 14 prepositions using a single classifier with 6 roles. Table 11 also shows the perclass statistics, showing that there are difficulties tagging the manner role (e.g., lowest F-score). For the single-classifier case, the overall accuracy is 89.3%, using Weka's J4.8 classifier (Witten and Frank 1999) , which is an implementation of Quinlan's (1993) C4.5 decision tree learner.",
"cite_spans": [
{
"start": 443,
"end": 466,
"text": "(Witten and Frank 1999)",
"ref_id": "BIBREF49"
}
],
"ref_spans": [
{
"start": 114,
"end": 122,
"text": "Table 11",
"ref_id": "TABREF8"
},
{
"start": 222,
"end": 230,
"text": "Table 11",
"ref_id": "TABREF8"
}
],
"eq_spans": [],
"section": "Results.",
"sec_num": "3.2.2"
},
{
"text": "For comparison, Table 12 shows the results for individual classifiers created for the prepositions annotated in PTB. A few prepositions only have small data sets, such as of which is used more for specialization relations (e.g., category) than thematic ones. This table is ordered by entropy, which measures the inherent ambiguity in the classes as given by the annotations. Note that the Baseline column is the probability of the most frequent sense, which is a common estimate of the lower bound for classification Table 10 Prior and posterior probabilities of roles for \"at\" in the Penn Treebank. P(R) is the relative frequency. P(R|S) is the probability of the relation given that the synset occurs in the immediate context of at. RPC R,S is the relative percentage change: (P(R|S) \u2212 P(R))/P(R). experiments. When using preposition-specific classifiers, the hypernym collocations surprisingly outperform the other configurations, most likely due to overfitting with word-based clues: 82.1% versus 80.0% for the word-only case.",
"cite_spans": [],
"ref_spans": [
{
"start": 16,
"end": 24,
"text": "Table 12",
"ref_id": null
},
{
"start": 517,
"end": 525,
"text": "Table 10",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results.",
"sec_num": "3.2.2"
},
{
"text": "The second set of experiments perform preposition disambiguation using FrameNet. A similar preposition word-sense disambiguation experiment is carried out over the FrameNet semantic role annotations involving prepositional phrases. Consider the sample annotation shown earlier:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FrameNet Classification Experiments",
"sec_num": "3.3"
},
{
"text": "(8) Hewlett-Packard Co has rolled out a new range of ISDN connectivity enabling C FE=\"Communicator\" PT=\"NP\" standalone workstations /C to C TARGET=\"y\" communicate /C C FE=\"Medium\" PT=\"PP\" over public or private ISDN networks /C .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FrameNet Classification Experiments",
"sec_num": "3.3"
},
{
"text": "The prepositional phrase annotation is isolated and treated as the sense of the preposition. This yields the following sense annotation:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FrameNet Classification Experiments",
"sec_num": "3.3"
},
{
"text": "(9) Hewlett-Packard Co has rolled out a new range of ISDN connectivity enabling standalone workstations to communicate over Medium public or private ISDN networks. Table 13 shows the distribution of common roles assigned to prepositional phrases. The topic role is the most frequent case not directly covered in PTB. Table 14 for the most frequent roles out of the 124 cases that were assigned to at, along with the conditional probabilities for these roles given that certain high-level WordNet synsets occur in the context. In a context referring to concrete entities, the role place becomes more prominent. However, in an abstract context, the role time becomes more prominent. Thus, similar behavior to that noted for PTB in Section 3.2.1 occurs with FrameNet. Table 15 shows the results of classification when all of the prepositions are classified together. Due to the exorbitant number of roles (641), the overall results are low. However, the combined collocation approach still shows slight improvement (23.3% versus 23.1%). The FrameNet inventory contains many low-frequency relations ",
"cite_spans": [],
"ref_spans": [
{
"start": 164,
"end": 172,
"text": "Table 13",
"ref_id": "TABREF2"
},
{
"start": 317,
"end": 325,
"text": "Table 14",
"ref_id": null
},
{
"start": 765,
"end": 773,
"text": "Table 15",
"ref_id": null
}
],
"eq_spans": [],
"section": "FrameNet Classification Experiments",
"sec_num": "3.3"
},
{
"text": "Prior and posterior probabilities of roles for \"at\" in FrameNet. Only the top 5 of 641 applicable roles are shown. P(R) is the relative frequency for relation. P(R|S) is the probability of the relation given that the synset occurs in the immediate context of at. RPC R,S is the relative percentage change: (P(R|S) \u2212 P(R))/P(R). that complicate this type of classification. By filtering out relations that occur in less than 1% of the role occurrences for prepositional phrases, substantial improvement results, as shown in Table 16 . Even with filtering, the classification is challenging (e.g., 18 classes with entropy 3.82). Table 16 also shows the per-class statistics, indicating that the means and place roles are posing difficulties for classification. Table 17 shows the results when using individual classifiers, ordered by entropy. This illustrates that the role distributions are more complicated than those for PTB, yielding higher entropy values on average. In all, there are over 360 prepositions with annotations, 92 with ten or more instances each. (Several of the low-frequency cases are actually adverbs, such as anywhere, but are treated as prepositions during the annotation extraction.) The results show that the word collocations produce slightly better results: 67.8 versus 66.0 for combined collocations. Unlike the case with PTB, the single-classifier performance is below that of the individual classifiers. This is due to the fine-grained nature of the role inventory. When all the roles are considered together, prepositions are sometimes being incorrectly classified using roles that have not been assigned to them in the training data. This occurs when contextual clues are stronger for a commonly used role than for the appropriate one. Given PTB's small role inventory, this problem does not occur in the corresponding experiments.",
"cite_spans": [],
"ref_spans": [
{
"start": 523,
"end": 531,
"text": "Table 16",
"ref_id": "TABREF5"
},
{
"start": 627,
"end": 635,
"text": "Table 16",
"ref_id": "TABREF5"
},
{
"start": 759,
"end": 767,
"text": "Table 17",
"ref_id": null
}
],
"eq_spans": [],
"section": "Table 14",
"sec_num": null
},
{
"text": "The third set of experiments deals with preposition disambiguation using Factotum. Note that Factotum does not indicate the way the relationships are expressed in English. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Factotum Classification Experiments",
"sec_num": "3.4"
},
{
"text": "Factotum: drying, is-function-of , drier",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Factotum Classification Experiments",
"sec_num": "3.4"
},
{
"text": "WordNet: dry alter remove the moisture from and make dry dryer appliance an appliance that removes moisture These definition glosses might be useful in certain cases for inferring the relation markers (i.e., generalized case markers). As is, Factotum cannot be used to provide training data for learning how the relations are expressed in English. This contrasts with corpusbased annotations, such as PTB (Marcus et al. 1994) and FrameNet (Fillmore, Wooters, and Baker 2001) , where the relationships are marked in context.",
"cite_spans": [
{
"start": 405,
"end": 425,
"text": "(Marcus et al. 1994)",
"ref_id": "BIBREF27"
},
{
"start": 439,
"end": 474,
"text": "(Fillmore, Wooters, and Baker 2001)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Factotum Classification Experiments",
"sec_num": "3.4"
},
{
"text": "To overcome the lack of context in Factotum, the relation markers are inferred through corpus checks, in particular through proximity searches involving the source and target terms from the relationship (i.e., source, Table 17 Per-preposition disambiguation results over FrameNet roles. A separate classifier is used for each preposition, excluding roles with less than 1% relative frequency. Freq gives the preposition frequency, and Roles the number of senses. Entropy measures data set uniformity, and Baseline selects most common role. The Word and Hypernym columns show results when including just word and hypernym collocations, respectively, whereas Both includes both types. Each column shows averages for percent correct over ten trials. The Mean row averages the values of the individual experiments.",
"cite_spans": [],
"ref_spans": [
{
"start": 218,
"end": 226,
"text": "Table 17",
"ref_id": null
}
],
"eq_spans": [],
"section": "Inferring Semantic Role Markers.",
"sec_num": "3.4.1"
},
{
"text": "Freq relation, target ). For example, using AltaVista's Boolean search, 8 this can be done via \"source NEAR target.\" Unfortunately, this technique would require detailed post-processing of the Web search results, possibly including parsing, in order to extract the patterns. As an expedient, common prepositions 9 are included in a series of proximity searches to find the preposition occurring most frequently with the given terms. For instance, given the relationship drying, is-function-of, drier , the following searches would be performed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prep",
"sec_num": null
},
{
"text": "(11) drying NEAR drier NEAR in drying NEAR drier NEAR to ... drying NEAR drier NEAR \"around\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prep",
"sec_num": null
},
{
"text": "To account for prepositions that occur frequently (e.g., of ), pointwise mutual information (MI) statistics (Manning and Sch\u00fctze 1999, pages 66-68) are used in place of the raw frequency when rating the potential markers. These are calculated as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prep",
"sec_num": null
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "MI prep = log 2 P(X, Y) P(X) \u00d7 P(Y) \u2248 log 2 f (source NEAR target NEAR prep) f (source NEAR target) \u00d7 f (prep)",
"eq_num": "(2)"
}
],
"section": "Prep",
"sec_num": null
},
{
"text": "Such checks are done for the 25 most common prepositions to find the preposition yielding the highest mutual information score. For example, the top three markers for the drying, is-function-of, drier relationship based on this metric are during, after, and with.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Prep",
"sec_num": null
},
{
"text": "Factotum along with the inferred relation markers, machine-learning algorithms can be used to infer what relation most likely applies to terms occurring together with a particular marker. Note that the main purpose of including the relation markers is to provide clues for the particular type of relation. Because the source term and target terms might occur in other relationships, associations based on them alone might not be as accurate. In addition, the inclusion of these clue words (e.g., the prepositions) makes the task closer to what would be done in inferring the relations from free text. The task thus approximates preposition disambiguation, using the Factotum relations as senses. Figure 5 gives the feature settings used in the experiments. This is a version of the feature set used in the PTB and FrameNet experiments (see Figure 4 ), simplified to account for the lack of sentential context. Figure 6 contains sample feature specifications from the experiments discussed in the next section. The top part shows the original relationships from Factotum; the first example indicates that connaturalize causes similarity. Also included is the most likely relation marker inferred for each instance. This shows that \"n/a\" is used whenever a preposition for a particular relationship cannot be inferred. This happens in the first example because connaturalize is a rare term.",
"cite_spans": [],
"ref_spans": [
{
"start": 696,
"end": 704,
"text": "Figure 5",
"ref_id": "FIGREF4"
},
{
"start": 840,
"end": 848,
"text": "Figure 4",
"ref_id": "FIGREF2"
},
{
"start": 910,
"end": 918,
"text": "Figure 6",
"ref_id": "FIGREF5"
}
],
"eq_spans": [],
"section": "Method for Classifying Functional Relations. Given the functional relationships in",
"sec_num": "3.4.2"
},
{
"text": "The remaining parts of Figure 6 illustrate the feature values that would be derived for the three different experiment configurations, based on the inclusion of word and/or hypernym collocations. In each case, the classification variable is given by relation. For brevity, the feature specification only includes collocation features for the most frequent relations. Sample collocations are also shown for the relations (e.g., vulgarity for is-caused-by). In the word collocation case, the occurrence of similarity is used to determine that the is-caused-by feature (WC 1 ) should be positive (i.e., \"1\") for the first two instances. Note that there is no corresponding hypernym collocation due to conditional probability filtering. In addition, although new is not included as a word collocation, one of its hypernyms, namely Adj:early#2, is used to determine that the has-consequence feature (HC 3 ) should be positive in the last instance.",
"cite_spans": [],
"ref_spans": [
{
"start": 23,
"end": 31,
"text": "Figure 6",
"ref_id": "FIGREF5"
}
],
"eq_spans": [],
"section": "Method for Classifying Functional Relations. Given the functional relationships in",
"sec_num": "3.4.2"
},
{
"text": "Source and target terms from relationship ( source, relation, target ) Features:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Context:",
"sec_num": null
},
{
"text": "POS source :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Context:",
"sec_num": null
},
{
"text": "part-of-speech of the source term POS target : part-of-speech of the target term Prep:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Context:",
"sec_num": null
},
{
"text": "preposition serving as relation marker (\"n/a\" if not inferable) WordColl r :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Context:",
"sec_num": null
},
{
"text": "1 iff context contains any word collocation for relation r HypernymColl r : 1 iff context contains any hypernym collocation for relation r Collocation selection: Frequency: f (word) > 1 Relative percent change: (P(C|coll) \u2212 P(C))/P(C) \u2265 .20 Organization:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Context:",
"sec_num": null
},
{
"text": "per-class-binary grouping Model selection: Decision tree using Weka's J4.8 classifier (Witten and Frank 1999) ",
"cite_spans": [
{
"start": 86,
"end": 109,
"text": "(Witten and Frank 1999)",
"ref_id": "BIBREF49"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Context:",
"sec_num": null
},
{
"text": "Results. To make the task more similar to the PTB and FrameNet cases covered previously, only the functional relations in Factotum are used. These are determined by removing the hierarchical relations (e.g., has-subtype and has-part) along with the attribute relations (e.g., is-property-of ). In addition, in cases where there are inverse functions (e.g., causes and is-caused-by), the most frequently occurring relation of each inverse pair is used. This is done because the relation marker inference approach does not account for argument order. The boldface relations in the listing shown earlier in Table 5 are those used in the experiment. Only single-word source and target terms are considered to simplify the WordNet hypernym lookup (i.e., no phrasals). The resulting data set has 5,959 training instances. The data set also includes the inferred relation markers (e.g., one preposition per training instance), thus introducing some noise. Figure 6 includes a few examples from this data set. This shows that the original relationship similarity, is-caused-by, rhyme from Factotum is augmented with the by marker prior to classification. Again, these markers are inferred via Web searches involving the terms from the original relationship. Table 18 shows the results of the classification. The combined use of both collocation types achieves the best overall accuracy at 71.2%, which is good considering that the baseline of always choosing the most common relation (is-caused-by) is 24.2%. This combination generalizes well by using hypernym collocations, while retaining specificity via word collocations. The classification task is difficult, as suggested by the number of classes, entropy, and baseline values all being comparable to the filtered FrameNet experiment (see Table 16 ).",
"cite_spans": [],
"ref_spans": [
{
"start": 604,
"end": 611,
"text": "Table 5",
"ref_id": null
},
{
"start": 949,
"end": 957,
"text": "Figure 6",
"ref_id": "FIGREF5"
},
{
"start": 1250,
"end": 1258,
"text": "Table 18",
"ref_id": null
},
{
"start": 1786,
"end": 1794,
"text": "Table 16",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "3.4.3",
"sec_num": null
},
{
"text": "The last set of experiments investigate preposition disambiguation using FrameNet mapped into a reduced semantic role inventory. For the application to lexical acquisition, the semantic role annotations are converted into the common relation inventory discussed in Section 2.5. To apply the common inventory to the FrameNet data, annotations using the 641 FrameNet relations (see Table 2 ) need to be mapped into those ",
"cite_spans": [],
"ref_spans": [
{
"start": 380,
"end": 387,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Common Relation Inventory Classification Experiments",
"sec_num": "3.5"
},
{
"text": "Functional relation classification over Factotum. This uses the relational source and target terms with inferred prepositions. The accuracy figures are averages based on 10-fold cross validation. The gain in accuracy for the combined experiment versus the word experiment is statistically significant at p < .01 (via a paired t-test).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 18",
"sec_num": null
},
{
"text": "Accuracy 3.504 Baseline:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment",
"sec_num": null
},
{
"text": "24.2 using the 26 common relations shown in Table 8 . Results for the classification of the FrameNet data mapped into the common inventory are shown in Table 19 . As can be seen, the performance is well above that of the full classification over FrameNet without filtering (see Table 15 ). Although the low-frequency role filtering yields the highest performance (see Table 16 ), this comes at the expense of having half of the training instances discarded. Corpus annotations are a costly resource, so such waste is undesirable. Table 19 also shows the per-class statistics, indicating that the means, direction, and part roles are handled poorly by the classifier. The latter two are due to the relatively small training examples for the roles in question, which can be addressed partly by refining the mapping from FrameNet. However, problems classifying the means role occur with all classifiers discussed in this article, suggesting that that role is too subtle to be classified with the feature set currently used.",
"cite_spans": [],
"ref_spans": [
{
"start": 44,
"end": 51,
"text": "Table 8",
"ref_id": null
},
{
"start": 152,
"end": 160,
"text": "Table 19",
"ref_id": "TABREF6"
},
{
"start": 278,
"end": 286,
"text": "Table 15",
"ref_id": null
},
{
"start": 368,
"end": 376,
"text": "Table 16",
"ref_id": "TABREF5"
},
{
"start": 530,
"end": 538,
"text": "Table 19",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Experiment",
"sec_num": null
},
{
"text": "The results in Table 19 also illustrate that the reduced, common-role inventory has an additional advantage of improving performance in the classification, compared to a cascaded approach. This occurs because several of the miscellaneous roles in FrameNet cover subtle distinctions that are not relevant for definition analysis (e.g., cognizer and addressee). The common inventory therefore strikes a balance between the overly general roles in PTB, which are easy to classify, and the overly specialized roles in FrameNet, which are quite difficult to classify. Nonetheless, a certain degree of classification difficulty is inevitable in order for the inventory to provide adequate coverage of the different distinctions present in dictionary definitions. Note that, by using the annotations from PTB and FrameNet, the end result is a general-purpose classifier, not one tied into dictionary text. Thus, it is useful for other tasks besides definition analysis.",
"cite_spans": [],
"ref_spans": [
{
"start": 15,
"end": 23,
"text": "Table 19",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Experiment",
"sec_num": null
},
{
"text": "This classifier was used to disambiguate prepositions in the lexical acquisition system we developed at NMSU (O'Hara 2005). Evaluation of the resulting distinctions was performed by having the output of the system rated by human judges. Manually corrected results were also evaluated by the same judges. The overall ratings are not high in both cases, suggesting that some of the distinctions being made are subtle. For instance, for \"counterintelligence achieved by deleting any information of value\" from the definition of censoring, means is the preferred role for by, but manner is acceptable. Likewise, characteristic is the preferred role for of, but category is interpretable. Thus, the judges differed considerably on these cases. However, as the ratings for the uncorrected output were close to those for the corrected output, the approach is promising to use for lexical acquisition. If desired, the per-role accuracy results shown in Table 19 could be incorporated as confidence values assigned to particular relationships extracted from definitions (e.g., 81% for those with source but only 21% when means used).",
"cite_spans": [],
"ref_spans": [
{
"start": 945,
"end": 953,
"text": "Table 19",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Experiment",
"sec_num": null
},
{
"text": "The main contribution of this article concerns the classification methodology (rather than the inventories for semantic roles), so we will only review other work related to this aspect. First, we discuss similar work involving hypernyms. Then, we address preposition classification proper. Scott and Matwin (1998) use WordNet hypernyms for text classification. They include a numeric density feature for any synset that subsumes words appearing in the document, potentially yielding hundreds of features. In contrast, the hypernym collocations discussed in Section 3.1.1 involve a binary feature for each of the relations being classified, using indicative synsets based on the conditional probability test. This test alleviates the need for their maximum height parameter to avoid overly general hypernyms. Their approach, as well as ours, considers all senses of a word, distributing the alternative readings throughout the set of features. In comparison, Gildea and Jurafsky (2002) instead just select the first sense for their hypernym features for relation classification. They report marginal improvements using the features, whereas configurations with hypernym collocations usually perform best in our preposition disambiguation experiments. Mohit and Narayanan (2003) use WordNet hypernyms to generalize patterns for information extraction inferred from FrameNet annotations by distributing support from terms co-occurring in annotations for frame elements to the terms for hypernyms. However, they do not incorporate a filtering stage, as with our conditional probability test. Mihalcea (2002) shows how hypernym information can be useful in deriving clues for unsupervised WSD. Patterns for co-occurring words of a given sense are induced from sense-tagged corpora. Each pattern specifies templates for the co-occurring words in the immediate context window of the target word, as well as their corresponding synsets if known (e.g., sense tagged or unambiguous), and similarly the hypernym synsets if known. To disambiguate a word, the patterns for each of its senses are evaluated in the context, and the sense with the most support is chosen.",
"cite_spans": [
{
"start": 290,
"end": 313,
"text": "Scott and Matwin (1998)",
"ref_id": "BIBREF42"
},
{
"start": 1250,
"end": 1276,
"text": "Mohit and Narayanan (2003)",
"ref_id": "BIBREF33"
},
{
"start": 1588,
"end": 1603,
"text": "Mihalcea (2002)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "4."
},
{
"text": "The work here addresses relation disambiguation specifically with respect to those indicated by prepositional phrases (i.e., preposition word-sense disambiguation). Until recently, there has been little work on general-purpose preposition disambiguation. Litkowski (2002) and Srihari, Niu, and Li (2001) present approaches using manually derived rules. Both approaches account for only a handful of prepositions; in contrast, for FrameNet we disambiguate 32 prepositions via individual classifiers and over 100 prepositions via the combined classifier. Liu and Soo (1993) present a heuristic approach for relation disambiguation relying upon syntactic clues as well as occurrence of specific prepositions. They assign roles to constituents of a sentence from corpus data provided that sufficient instances are available. Otherwise, a human trainer is used to answer questions needed by the system for the assignment. They report an 86% accuracy rate for the assignment of roles to verbal arguments in about 5,000 processed sentences. Alam (2004) sketches out how the preposition over might be disambiguated into one of a dozen roles using features based on the head and complement, such as whether the head is a movement verb or whether the complement refers to a duration. These features form the basis for a manually-constructed decision tree, which is interpreted by hand in an evaluation over sentences from the British National Corpus (BNC), giving a precision of 93.5%. Boonthum, Toida, and Levinstein (2006) , building upon the work of Alam, show how WordNet can be used to automate the determination of similar head and complement properties. For example, if both the head and complement refer to people, with should be interpreted as accompaniment. These features form the basis for a disambiguation system using manually constructed rules accounting for ten commonly occurring prepositions. They report a precision of 79% with a recall of 76% over an inventory of seven roles in a post hoc evaluation that allows for partial correctness.",
"cite_spans": [
{
"start": 255,
"end": 271,
"text": "Litkowski (2002)",
"ref_id": "BIBREF22"
},
{
"start": 276,
"end": 303,
"text": "Srihari, Niu, and Li (2001)",
"ref_id": "BIBREF46"
},
{
"start": 553,
"end": 571,
"text": "Liu and Soo (1993)",
"ref_id": "BIBREF26"
},
{
"start": 1034,
"end": 1045,
"text": "Alam (2004)",
"ref_id": "BIBREF0"
},
{
"start": 1476,
"end": 1514,
"text": "Boonthum, Toida, and Levinstein (2006)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "4."
},
{
"text": "There have been a few machine-learning approaches that are more similar to the approach used here. Gildea and Jurafsky (2002) perform relation disambiguation using the FrameNet annotations as training data. They include lexical features for the headword of the phrase and the predicating word for the entire annotated frame (e.g., the verb corresponding to the frame under which the annotations are grouped). They also use several features derived from the output of a parser, such as the constituent type of the phrase (e.g., NP), the grammatical function (e.g., subject), and a path feature listing partof-speech tags from the target word to the phrase being tagged. They report an accuracy of 78.5% with a baseline of 40.6% over the FrameNet semantic roles. However, by conditioning the classification on the predicating word, the range of roles for a particular classification instance is more limited than in the experiments presented in this article. Blaheta and Charniak (2000) use the PTB annotations for relation disambiguation. They use a few parser-derived features, such as the constituent labels for nearby nodes and part-of-speech for parent and grandparent nodes. They also include lexical features for the head and alternative head (because prepositions are considered as the head by their parser). As their classifier tags all adjuncts, they include the nominal and adverbial roles, which are syntactic and more predictable than the roles occurring with prepositional phrases.",
"cite_spans": [
{
"start": 99,
"end": 125,
"text": "Gildea and Jurafsky (2002)",
"ref_id": "BIBREF16"
},
{
"start": 957,
"end": 984,
"text": "Blaheta and Charniak (2000)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "4."
},
{
"text": "There have been recent workshops featuring competitions for semantic role tagging M\u00e0rquez 2004, 2005; Litkowski 2004) . A common approach is to tag all the semantic roles in a sentence at the same time to account for dependencies, such as via Hidden Markov Models. To take advantage of accurate Support Vector Machine classification, Pradhan et al. (2005) instead use a postprocessing phrase based on trigram models of roles. Their system incorporates a large variety of features, building upon several different preceding approaches, such as including extensions to the path features from Gildea and Jurafsky (2002) . Their lexical features include the predicate root word, headwords for the sentence constituents and PPs, as well as their first and last words. Koomen et al. (2005) likewise use a large feature set. They use an optimization phase to maximize satisfaction of the constraints imposed by the PropBank data set, such as the number of arguments for particular predicates (e.g., just two for stalk, arg0 and arg1).",
"cite_spans": [
{
"start": 82,
"end": 101,
"text": "M\u00e0rquez 2004, 2005;",
"ref_id": null
},
{
"start": 102,
"end": 117,
"text": "Litkowski 2004)",
"ref_id": "BIBREF23"
},
{
"start": 334,
"end": 355,
"text": "Pradhan et al. (2005)",
"ref_id": "BIBREF40"
},
{
"start": 590,
"end": 616,
"text": "Gildea and Jurafsky (2002)",
"ref_id": "BIBREF16"
},
{
"start": 763,
"end": 783,
"text": "Koomen et al. (2005)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "4."
},
{
"text": "Lastly, Ye and Baldwin (2006) show how filtering can be used to constrain the hypernyms selected to serve as collocations, building upon our earlier work (O'Hara and Wiebe 2003) . They report 87.7% accuracy in a setup similar to ours over PTB (i.e., a gain of 2 percentage points). They use a different type of collocation feature than ours: having a binary feature for each potential collocation rather than a single feature per class. That is, they use Over-Range Binary rather than Per-Class Binary (Wiebe, McKeever, and Bruce 1998) . Moreover, they include several hundred of these features, rather than our seven (benefactive previously included), which is likely the main source of improvement. Again, the per-class binary organization is a bag of words approach, so it works well only with a limited number of potential collocations. Follow-up work of theirs (Ye and Baldwin 2007) fared well in the recent preposition disambiguation competition, held as part of SemEval-2007 (Litkowski and Hargraves 2007) . Thus, an immediate area for future work will be to incorporate such improved feature sets. We will also investigate addressing sentential role constraints as in general semantic role tagging.",
"cite_spans": [
{
"start": 8,
"end": 29,
"text": "Ye and Baldwin (2006)",
"ref_id": "BIBREF50"
},
{
"start": 166,
"end": 177,
"text": "Wiebe 2003)",
"ref_id": "BIBREF36"
},
{
"start": 502,
"end": 535,
"text": "(Wiebe, McKeever, and Bruce 1998)",
"ref_id": "BIBREF47"
},
{
"start": 866,
"end": 887,
"text": "(Ye and Baldwin 2007)",
"ref_id": "BIBREF51"
},
{
"start": 969,
"end": 996,
"text": "SemEval-2007 (Litkowski and",
"ref_id": null
},
{
"start": 997,
"end": 1012,
"text": "Hargraves 2007)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "4."
},
{
"text": "This article shows how to exploit semantic role resources for preposition disambiguation. Information about two different types of semantic role resources is provided. The emphasis is on corpus-based resources providing annotations of naturally occurring text. The Penn Treebank (Marcus et al. 1994) covers general roles for verbal adjuncts and FrameNet (Fillmore, Wooters, and Baker 2001) includes a wide range of domain-specific roles for all verbal arguments. In addition, semantic role inventories from knowledge bases are investigated. Cyc (Lehmann 1996) provides fine-grained role distinctions, Factotum (Cassidy 2000) includes a variety of functional relations, and work in Conceptual Graphs (Sowa 1999) emphasizes roles for attributes. Relations from both types of resources are considered when developing the inventory of relations used for definition analysis, as shown in Table 8 .",
"cite_spans": [
{
"start": 279,
"end": 299,
"text": "(Marcus et al. 1994)",
"ref_id": "BIBREF27"
},
{
"start": 354,
"end": 389,
"text": "(Fillmore, Wooters, and Baker 2001)",
"ref_id": "BIBREF14"
},
{
"start": 545,
"end": 559,
"text": "(Lehmann 1996)",
"ref_id": "BIBREF20"
},
{
"start": 610,
"end": 624,
"text": "(Cassidy 2000)",
"ref_id": "BIBREF9"
},
{
"start": 699,
"end": 710,
"text": "(Sowa 1999)",
"ref_id": "BIBREF45"
}
],
"ref_spans": [
{
"start": 883,
"end": 890,
"text": "Table 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5."
},
{
"text": "The disambiguation concentrates on relations indicated by prepositional phrases, and is framed as word-sense disambiguation for the preposition in question. A new type of feature for word-sense disambiguation is introduced, using WordNet hypernyms as collocations rather than just words, as is typically done. The full feature set is shown in Figure 4 . Various experiments over the PTB and FrameNet data are presented, including prepositions classified separately versus together, and illustrating the effects of filtering. The main results in Tables 11 and 16 show that the combined use of word and hypernym collocations generally achieves the best performance. For relationships derived from knowledge bases, the prepositions and other relational markers need to be inferred from corpora. A method for doing this is demonstrated using Factotum, with results shown in Table 18 . In addition, to account for granularity differences in the semantic role inventories, the relations are mapped into a common inventory that was developed based on the inventories discussed in the article. This allows for improved classification in cases where inventories provide overly specialized relations, such as those in FrameNet. Classification results are shown in Table 19 .",
"cite_spans": [],
"ref_spans": [
{
"start": 343,
"end": 351,
"text": "Figure 4",
"ref_id": "FIGREF2"
},
{
"start": 545,
"end": 561,
"text": "Tables 11 and 16",
"ref_id": "TABREF5"
},
{
"start": 870,
"end": 878,
"text": "Table 18",
"ref_id": null
},
{
"start": 1254,
"end": 1262,
"text": "Table 19",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5."
},
{
"text": "The recent competitions on semantic relation labeling have highlighted the usefulness of incorporating a variety of clues for general-purpose relation disambiguation (Carreras and M\u00e0rquez 2005) . Some of the techniques developed here for preposition disambiguation can likely help with relation disambiguation in general. For instance, there are quite a few lexical features, such as in Pradhan et al. (2005) , which could be extended to use semantic classes as with our hypernym collocations. In general it seems that, when lexical features are used in supervised machine learning, it is likely that corresponding class-based features based on hypernyms can be beneficial for improved coverage.",
"cite_spans": [
{
"start": 166,
"end": 193,
"text": "(Carreras and M\u00e0rquez 2005)",
"ref_id": "BIBREF8"
},
{
"start": 387,
"end": 408,
"text": "Pradhan et al. (2005)",
"ref_id": "BIBREF40"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5."
},
{
"text": "Other aspects of this approach are geared specifically to our goal of supporting lexical acquisition from dictionaries, which was the motivation for the emphasis on preposition disambiguation. Isolating the preposition annotations allows the classifiers to be more readily tailored to definition analysis, especially because predicate frames are not assumed as with other FrameNet relation disambiguation. Future work will investigate combining the general relation classifiers with preposition disambiguation classifiers, such as is done in Ye and Baldwin (2006) . Future work will also investigate improvements to the application to definition analysis. Currently, FrameNet roles are always mapped to the same common inventory role (e.g., place to location). However, this should account for the frame of the annotation and perhaps other context information. Lastly, we will also look for more resources to exploit for preposition disambiguation (e.g., ResearchCyc).",
"cite_spans": [
{
"start": 542,
"end": 563,
"text": "Ye and Baldwin (2006)",
"ref_id": "BIBREF50"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5."
},
{
"text": "Factotum is based on the public domain version of Roget's Thesaurus. The latter is freely available via Project Gutenberg (http://promo.net/pg), thanks to Micra, Inc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The database files and documentation for the semantic network are available from Micra, Inc., via ftp://micra.com/factotum.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In WordNet, the is-similar-to relation for adjectives can be considered as hierarchical, as it links satellite synsets to heads of adjective clusters(Miller 1998). For example, the satellite synsets for \"thirsty\" and \"rainless\" are both linked to the head synset for \"dry (vs. wet).\" 4 These figures are derived by counting the number of relations excluding the instance and subset ones and then dividing by the number of concepts (i.e., ratio of non-hierarchical relations to concepts). Cyc's comments and lexical assertions are also excluded, as these are implicit in Factotum and WordNet. WordNet's is-derived-from relations are omitted as lexical in nature (the figure otherwise would be 1.6).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "See www.cs.nmsu.edu/~tomohara/cl-prep-article/relation-mapping.html for the mapping, covering cases occurring at least 50 times in FrameNet.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The 20% threshold is a heuristic that is fixed for all experiments. We tested automatic threshold derivation for Senseval-3 and found that the optimal percentage differed across training sets. As values near 20% were common, it is left fixed rather than adding an additional feature-threshold refinement step.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This window size was chosen after estimating that on average the prepositional objects occur within 2.3 \u00b1 1.26 words of the preposition and that the average attachment site is within 3.0 \u00b1 2.98 words. These figures were produced by analyzing the parse trees for the semantic role annotations in the PTB.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "AltaVista's Boolean search is available at www.altavista.com/sites/search/adv. 9 The common prepositions are determined from the prepositional phrases assigned functional annotations in the Penn Treebank(Marcus et al. 1994).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The experimentation for this article was greatly facilitated though the use of computing resources at New Mexico State University. We are also grateful for the extremely helpful comments provided by the anonymous reviewers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
},
{
"text": "This article has been cited by: ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Decision trees for sense disambiguation of prepositions: Case of over",
"authors": [
{
"first": "Yukiko",
"middle": [],
"last": "Alam",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sasaki",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the Computational Lexical Semantics Workshop",
"volume": "",
"issue": "",
"pages": "52--59",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alam, Yukiko Sasaki. 2004. Decision trees for sense disambiguation of prepositions: Case of over. In Proceedings of the Computational Lexical Semantics Workshop, pages 52-59, Boston, MA.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Semi-Automatic Recognition of Semantic Relationships in English Technical Texts",
"authors": [
{
"first": "Ken",
"middle": [],
"last": "Barker",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barker, Ken. 1998. Semi-Automatic Recognition of Semantic Relationships in English Technical Texts. Ph.D. thesis, Department of Computer Science, University of Ottawa.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Bracketing guidelines for Treebank II style: Penn Treebank project",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Bies",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Ferguson",
"suffix": ""
},
{
"first": "Karen",
"middle": [],
"last": "Katz",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Macintyre",
"suffix": ""
},
{
"first": "Victoria",
"middle": [],
"last": "Tredinnick",
"suffix": ""
},
{
"first": "Grace",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Mary",
"middle": [
"Ann"
],
"last": "Marcinkiewicz",
"suffix": ""
},
{
"first": "Britta",
"middle": [],
"last": "Schasberger",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bies, Ann, Mark Ferguson, Karen Katz, Robert MacIntyre, Victoria Tredinnick, Grace Kim, Mary Ann Marcinkiewicz, and Britta Schasberger. 1995. Bracketing guidelines for Treebank II style: Penn Treebank project. Technical Report MS-CIS-95-06, University of Pennsylvania.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Assigning function tags to parsed text",
"authors": [
{
"first": "Don",
"middle": [],
"last": "Blaheta",
"suffix": ""
},
{
"first": "Eugene",
"middle": [],
"last": "Charniak",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 1st Annual Meeting of the North American Chapter of the American Association for Computational Linguistics (NAACL-2000)",
"volume": "",
"issue": "",
"pages": "234--240",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Blaheta, Don and Eugene Charniak. 2000. Assigning function tags to parsed text. In Proceedings of the 1st Annual Meeting of the North American Chapter of the American Association for Computational Linguistics (NAACL-2000), pages 234-240,Seattle, WA.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Preposition senses: Generalized disambiguation model",
"authors": [
{
"first": "Chutima",
"middle": [],
"last": "Boonthum",
"suffix": ""
},
{
"first": "Shunichi",
"middle": [],
"last": "Toida",
"suffix": ""
},
{
"first": "Irwin",
"middle": [
"B"
],
"last": "Levinstein",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the Seventh International Conference on Computational Linguistics and Intelligent Text Processing",
"volume": "",
"issue": "",
"pages": "196--207",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Boonthum, Chutima, Shunichi Toida, and Irwin B. Levinstein. 2006. Preposition senses: Generalized disambiguation model. In Proceedings of the Seventh International Conference on Computational Linguistics and Intelligent Text Processing (CICLing-2006), pages 196-207, Mexico City.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Case systems for natural language",
"authors": [
{
"first": "Bertram",
"middle": [],
"last": "Bruce",
"suffix": ""
}
],
"year": 1975,
"venue": "Artificial Intelligence",
"volume": "6",
"issue": "",
"pages": "327--360",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bruce, Bertram. 1975. Case systems for natural language. Artificial Intelligence, 6:327-360.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Decomposable modeling in natural language processing",
"authors": [
{
"first": "Rebecca",
"middle": [],
"last": "Bruce",
"suffix": ""
},
{
"first": "Janyce",
"middle": [],
"last": "Wiebe",
"suffix": ""
}
],
"year": 1999,
"venue": "Computational Linguistics",
"volume": "25",
"issue": "2",
"pages": "195--208",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bruce, Rebecca and Janyce Wiebe. 1999. Decomposable modeling in natural language processing. Computational Linguistics, 25(2):195-208.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Introduction to the CoNLL-2004 shared task: Semantic role labeling",
"authors": [
{
"first": "Xavier",
"middle": [],
"last": "Carreras",
"suffix": ""
},
{
"first": "Llu\u00eds",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the Eighth Conference on Natural Language Learning (CoNLL-2004)",
"volume": "",
"issue": "",
"pages": "89--97",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carreras, Xavier and Llu\u00eds M\u00e0rquez. 2004. Introduction to the CoNLL-2004 shared task: Semantic role labeling. In Proceedings of the Eighth Conference on Natural Language Learning (CoNLL-2004), pages 89-97, Boston, MA.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Introduction to the CoNLL-2005 shared task: Semantic role labeling",
"authors": [
{
"first": "Xavier",
"middle": [],
"last": "Carreras",
"suffix": ""
},
{
"first": "Llu\u00eds",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Ninth Conference on Natural Language Learning (CoNLL-2005)",
"volume": "",
"issue": "",
"pages": "152--164",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carreras, Xavier and Llu\u00eds M\u00e0rquez. 2005. Introduction to the CoNLL-2005 shared task: Semantic role labeling. In Proceedings of the Ninth Conference on Natural Language Learning (CoNLL-2005), pages 152-164, Ann Arbor, MI.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "An investigation of the semantic relations in the Roget's Thesaurus: Preliminary results",
"authors": [
{
"first": "Patrick",
"middle": [
"J"
],
"last": "Cassidy",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the First International Conference on Intelligent Text Processing and Computational Linguistics (CICLing-2000)",
"volume": "",
"issue": "",
"pages": "181--204",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cassidy, Patrick J. 2000. An investigation of the semantic relations in the Roget's Thesaurus: Preliminary results. In Proceedings of the First International Conference on Intelligent Text Processing and Computational Linguistics (CICLing-2000), pages 181-204, Mexico City.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Lexical Semantics",
"authors": [
{
"first": "David",
"middle": [
"A"
],
"last": "Cruse",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cruse, David A. 1986. Lexical Semantics. Cambridge University Press, Cambridge.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Proceedings of the Senseval 2 Workshop",
"authors": [],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Edmonds, Phil and Scott Cotton, editors. 2001. Proceedings of the Senseval 2 Workshop. Association for Computational Linguistics, Toulouse.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "The case for case",
"authors": [
{
"first": "Charles",
"middle": [],
"last": "Fillmore",
"suffix": ""
}
],
"year": 1968,
"venue": "Universals in Linguistic Theory",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fillmore, Charles. 1968. The case for case. In Emmon Bach and Rovert T. Harms, editors, Universals in Linguistic Theory.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Building a large lexical databank which provides deep semantics",
"authors": [
{
"first": "Charles",
"middle": [
"J"
],
"last": "Fillmore",
"suffix": ""
},
{
"first": "Charles",
"middle": [],
"last": "Wooters",
"suffix": ""
},
{
"first": "Collin",
"middle": [
"F"
],
"last": "Baker",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the Pacific Asian Conference on Language, Information and Computation",
"volume": "",
"issue": "",
"pages": "3--25",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fillmore, Charles J., Charles Wooters, and Collin F. Baker. 2001. Building a large lexical databank which provides deep semantics. In Proceedings of the Pacific Asian Conference on Language, Information and Computation, pages 3-25, Hong Kong.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Linguistic Semantics",
"authors": [
{
"first": "William",
"middle": [],
"last": "Frawley",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Frawley, William. 1992. Linguistic Semantics. Lawrence Erlbaum Associates, Hillsdale, NJ.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Automatic labeling of semantic roles",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2002,
"venue": "Computational Linguistics",
"volume": "28",
"issue": "3",
"pages": "245--288",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gildea, Daniel and Daniel Jurafsky. 2002. Automatic labeling of semantic roles. Computational Linguistics, 28(3):245-288.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Finding optimal parameter settings for high performance word sense disambiguation",
"authors": [
{
"first": "Cristian",
"middle": [],
"last": "Grozea",
"suffix": ""
}
],
"year": 2004,
"venue": "Senseval-3: Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text",
"volume": "",
"issue": "",
"pages": "125--128",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grozea, Cristian. 2004. Finding optimal parameter settings for high performance word sense disambiguation. In Senseval-3: Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text, pages 125-128, Barcelona.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Senseval: An exercise in evaluating word sense disambiguation programs",
"authors": [
{
"first": "Adam",
"middle": [],
"last": "Kilgarriff",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the First International Conference on Language Resources and Evaluation (LREC '98)",
"volume": "",
"issue": "",
"pages": "581--588",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kilgarriff, Adam. 1998. Senseval: An exercise in evaluating word sense disambiguation programs. In Proceedings of the First International Conference on Language Resources and Evaluation (LREC '98), pages 581-588, Granada.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Generalized inference with multiple semantic role labeling systems",
"authors": [
{
"first": "Peter",
"middle": [],
"last": "Koomen",
"suffix": ""
},
{
"first": "Vasin",
"middle": [],
"last": "Punyakanok",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Roth",
"suffix": ""
},
{
"first": "Wen-Tau",
"middle": [],
"last": "Yih",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Ninth Conference on Computational Natural Language Learning (CoNLL)",
"volume": "",
"issue": "",
"pages": "181--184",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Koomen, Peter, Vasin Punyakanok, Dan Roth, and Wen-tau Yih. 2005. Generalized inference with multiple semantic role labeling systems. In Proceedings of the Ninth Conference on Computational Natural Language Learning (CoNLL), pages 181-184, Ann Arbor, MI.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Big posets of participatings and thematic roles",
"authors": [
{
"first": "Fritz",
"middle": [],
"last": "Lehmann",
"suffix": ""
}
],
"year": 1996,
"venue": "Conceptual Structures: Knowledge Representation as Interlingua",
"volume": "",
"issue": "",
"pages": "50--74",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lehmann, Fritz. 1996. Big posets of participatings and thematic roles. In Peter W. Eklund, Gerard Ellis, and Graham Mann, editors, Conceptual Structures: Knowledge Representation as Interlingua, Springer-Verlag, Berlin, pages 50-74.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Cyc: A large-scale investment in knowledge infrastructure",
"authors": [
{
"first": "Douglas",
"middle": [
"B"
],
"last": "Lenat",
"suffix": ""
}
],
"year": 1995,
"venue": "Communications of the ACM",
"volume": "38",
"issue": "11",
"pages": "33--38",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lenat, Douglas B. 1995. Cyc: A large-scale investment in knowledge infrastructure. Communications of the ACM, 38(11):33-38.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Digraph analysis of dictionary preposition definitions",
"authors": [
{
"first": "Kenneth",
"middle": [
"C"
],
"last": "Litkowski",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the SIGLEX/SENSEVAL Workshop on Word Sense Disambiguation: Recent Successes and Future Directions",
"volume": "",
"issue": "",
"pages": "9--16",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litkowski, Kenneth C. 2002. Digraph analysis of dictionary preposition definitions. In Proceedings of the SIGLEX/SENSEVAL Workshop on Word Sense Disambiguation: Recent Successes and Future Directions, pages 9-16, Philadelphia, PA.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Senseval-3 task: Automatic labeling of semantic roles",
"authors": [
{
"first": "Kenneth",
"middle": [
"C"
],
"last": "Litkowski",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of Senseval-3: The Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text",
"volume": "",
"issue": "",
"pages": "9--12",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litkowski, Kenneth C. 2004. Senseval-3 task: Automatic labeling of semantic roles. In Proceedings of Senseval-3: The Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text, pages 9-12, Barcelona.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Coverage and inheritance in The Preposition Project",
"authors": [
{
"first": "Kenneth",
"middle": [
"C"
],
"last": "Litkowski",
"suffix": ""
},
{
"first": "Orin",
"middle": [],
"last": "Hargraves",
"suffix": ""
}
],
"year": 2006,
"venue": "Third ACL-SIGSEM Workshop on Prepositions",
"volume": "",
"issue": "",
"pages": "37--44",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litkowski, Kenneth C. and Orin Hargraves. 2006. Coverage and inheritance in The Preposition Project. In Third ACL-SIGSEM Workshop on Prepositions, pages 37-44, Trento.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "SemEval-2007 task 06: Word-sense disambiguation of prepositions",
"authors": [
{
"first": "Kenneth",
"middle": [
"C"
],
"last": "Litkowski",
"suffix": ""
},
{
"first": "Orin",
"middle": [],
"last": "Hargraves",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007)",
"volume": "",
"issue": "",
"pages": "24--29",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litkowski, Kenneth C. and Orin Hargraves. 2007. SemEval-2007 task 06: Word-sense disambiguation of prepositions. In Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007), pages 24-29, Prague.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "An empirical study on thematic knowledge acquisition based on syntactic clues and heuristics",
"authors": [
{
"first": "Rey-Long",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Von-Wun",
"middle": [],
"last": "Soo ; Columbus",
"suffix": ""
},
{
"first": "O",
"middle": [
"H"
],
"last": "Manning",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Christopher",
"suffix": ""
},
{
"first": "Hinrich",
"middle": [],
"last": "Sch\u00fctze",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 31st Annual Meeting of the Association for Computational Linguistics (ACL-93)",
"volume": "",
"issue": "",
"pages": "243--250",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Liu, Rey-Long and Von-Wun Soo. 1993. An empirical study on thematic knowledge acquisition based on syntactic clues and heuristics. In Proceedings of the 31st Annual Meeting of the Association for Computational Linguistics (ACL-93), pages 243-250, Columbus, OH. Manning, Christopher D. and Hinrich Sch\u00fctze. 1999. Foundations of Statistical Natural Language Processing. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "The Penn Treebank: Annotating predicate argument structure",
"authors": [
{
"first": "Mitchell",
"middle": [],
"last": "Marcus",
"suffix": ""
},
{
"first": "Grace",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Mary",
"middle": [
"Ann"
],
"last": "Marcinkiewicz",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Macintyre",
"suffix": ""
},
{
"first": "Ann",
"middle": [],
"last": "Bies",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Ferguson",
"suffix": ""
},
{
"first": "Karen",
"middle": [],
"last": "Katz",
"suffix": ""
},
{
"first": "Britta",
"middle": [],
"last": "Schasberger",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the ARPA Human Language Technology Workshop",
"volume": "",
"issue": "",
"pages": "110--115",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcus, Mitchell, Grace Kim, Mary Ann Marcinkiewicz, Robert MacIntyre, Ann Bies, Mark Ferguson, Karen Katz, and Britta Schasberger. 1994. The Penn Treebank: Annotating predicate argument structure. In Proceedings of the ARPA Human Language Technology Workshop, pages 110-115, Plainsboro, NJ.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Building a large annotated corpus of English: The Penn Treebank",
"authors": [
{
"first": "Mitchell",
"middle": [
"P"
],
"last": "Marcus",
"suffix": ""
},
{
"first": "Beatrice",
"middle": [],
"last": "Santorini",
"suffix": ""
},
{
"first": "Mary",
"middle": [
"Ann"
],
"last": "Marcinkiewicz",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "2",
"pages": "313--330",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcus, Mitchell P., Beatrice Santorini, and Mary Ann Marcinkiewicz. 1993. Building a large annotated corpus of English: The Penn Treebank. Computational Linguistics, 19(2):313-330.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Instance based learning with automatic feature selection applied to word sense disambiguation",
"authors": [
{
"first": "Rada",
"middle": [],
"last": "Mihalcea",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 19th International Conference on Computational Linguistics (COLING-2002)",
"volume": "",
"issue": "",
"pages": "1--7",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mihalcea, Rada. 2002. Instance based learning with automatic feature selection applied to word sense disambiguation. In Proceedings of the 19th International Conference on Computational Linguistics (COLING-2002), pages 1-7, Taiwan.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "The Senseval-3 English lexical sample task",
"authors": [
{
"first": "Rada",
"middle": [],
"last": "Mihalcea",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Chklovski",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Kilgarriff",
"suffix": ""
}
],
"year": 2004,
"venue": "Senseval-3: Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text",
"volume": "",
"issue": "",
"pages": "25--28",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mihalcea, Rada, Timothy Chklovski, and Adam Kilgarriff. 2004. The Senseval-3 English lexical sample task. In Senseval-3: Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text, pages 25-28, Barcelona.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "WordNet: An on-line lexical database",
"authors": [
{
"first": "George",
"middle": [
"A"
],
"last": "Miller",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Beckwith",
"suffix": ""
},
{
"first": "Christiane",
"middle": [],
"last": "Fellbaum",
"suffix": ""
},
{
"first": "Derek",
"middle": [],
"last": "Gross",
"suffix": ""
},
{
"first": "Katherine",
"middle": [],
"last": "Miller",
"suffix": ""
}
],
"year": 1990,
"venue": "International Journal of Lexicography",
"volume": "3",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Miller, George A., Richard Beckwith, Christiane Fellbaum, Derek Gross, and Katherine Miller. 1990. WordNet: An on-line lexical database. International Journal of Lexicography, 3(4): Special Issue on WordNet.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "WordNet: An Electronic Lexical Database",
"authors": [
{
"first": "Katherine",
"middle": [],
"last": "Miller",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "47--67",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Miller, Katherine. 1998. Modifiers in WordNet. In Christiane Fellbaum, editor, WordNet: An Electronic Lexical Database. MIT Press, Cambridge, MA, pages 47-67.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Semantic extraction with wide-coverage lexical resources",
"authors": [
{
"first": "Behrang",
"middle": [],
"last": "Mohit",
"suffix": ""
},
{
"first": "Srini",
"middle": [],
"last": "Narayanan",
"suffix": ""
}
],
"year": 2003,
"venue": "Companion Volume of the Proceedings of HLT-NAACL 2003 -Short Papers",
"volume": "",
"issue": "",
"pages": "64--66",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohit, Behrang and Srini Narayanan. 2003. Semantic extraction with wide-coverage lexical resources. In Companion Volume of the Proceedings of HLT-NAACL 2003 -Short Papers, pages 64-66, Edmonton.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Empirical acquisition of conceptual distinctions via dictionary definitions",
"authors": [
{
"first": "Thomas",
"middle": [
"P"
],
"last": "O'hara",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "O'Hara, Thomas P. 2005. Empirical acquisition of conceptual distinctions via dictionary definitions. Ph.D. thesis, Department of Computer Science, New Mexico State University.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Class-based collocations for word-sense disambiguation",
"authors": [
{
"first": "",
"middle": [],
"last": "O'hara",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [],
"last": "Tom",
"suffix": ""
},
{
"first": "Jeff",
"middle": [],
"last": "Bruce",
"suffix": ""
},
{
"first": "Janyce",
"middle": [],
"last": "Donner",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Wiebe",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of Senseval-3: The Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text",
"volume": "",
"issue": "",
"pages": "199--202",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "O'Hara, Tom, Rebecca Bruce, Jeff Donner, and Janyce Wiebe. 2004. Class-based collocations for word-sense disambiguation. In Proceedings of Senseval-3: The Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text, pages 199-202, Barcelona.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Classifying functional relations in Factotum via WordNet hypernym associations",
"authors": [
{
"first": "Tom",
"middle": [],
"last": "O'hara",
"suffix": ""
},
{
"first": "Janyce",
"middle": [],
"last": "Wiebe",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the Fourth International Conference on Intelligent Text Processing and Computational Linguistics (CICLing-2003)",
"volume": "",
"issue": "",
"pages": "347--359",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "O'Hara, Tom and Janyce Wiebe. 2003. Classifying functional relations in Factotum via WordNet hypernym associations. In Proceedings of the Fourth International Conference on Intelligent Text Processing and Computational Linguistics (CICLing-2003), pages 347-359, Mexico City.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "OpenCyc release 0.6b. Available at www.opencyc.org",
"authors": [
{
"first": "",
"middle": [],
"last": "Opencyc",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "OpenCyc. 2002. OpenCyc release 0.6b. Available at www.opencyc.org.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "The Proposition Bank: A corpus annotated with semantic roles",
"authors": [
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Gildea",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Kingsbury",
"suffix": ""
}
],
"year": 2005,
"venue": "Computational Linguistics",
"volume": "31",
"issue": "1",
"pages": "71--106",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Palmer, Martha, Dan Gildea, and Paul Kingsbury. 2005. The Proposition Bank: A corpus annotated with semantic roles. Computational Linguistics, 31(1):71-106.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Semantic Processing for Finite Domains",
"authors": [
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Stone",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Palmer, Martha Stone. 1990. Semantic Processing for Finite Domains. Cambridge University Press, Cambridge.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "Support vector learning for semantic argument classification",
"authors": [
{
"first": "Sameer",
"middle": [],
"last": "Pradhan",
"suffix": ""
},
{
"first": "Kadri",
"middle": [],
"last": "Hacioglu",
"suffix": ""
},
{
"first": "Valerie",
"middle": [],
"last": "Krugler",
"suffix": ""
},
{
"first": "Wayne",
"middle": [],
"last": "Ward",
"suffix": ""
},
{
"first": "James",
"middle": [
"H"
],
"last": "Martin",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2005,
"venue": "Machine Learning",
"volume": "60",
"issue": "",
"pages": "11--39",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pradhan, Sameer, Kadri Hacioglu, Valerie Krugler, Wayne Ward, James H. Martin, and Daniel Jurafsky. 2005. Support vector learning for semantic argument classification. Machine Learning, 60(1-3):11-39.",
"links": null
},
"BIBREF41": {
"ref_id": "b41",
"title": "C4.5: Programs for Machine Learning",
"authors": [
{
"first": "J",
"middle": [],
"last": "Quinlan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ross",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Quinlan, J. Ross. 1993. C4.5: Programs for Machine Learning. Morgan Kaufmann, San Mateo, CA.",
"links": null
},
"BIBREF42": {
"ref_id": "b42",
"title": "Text classification using WordNet hypernyms",
"authors": [
{
"first": "Sam",
"middle": [],
"last": "Scott",
"suffix": ""
},
{
"first": "Stan",
"middle": [],
"last": "Matwin",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the COLING/ACL Workshop on Usage of WordNet in Natural Language Processing Systems",
"volume": "",
"issue": "",
"pages": "38--44",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Scott, Sam and Stan Matwin. 1998. Text classification using WordNet hypernyms. In Proceedings of the COLING/ACL Workshop on Usage of WordNet in Natural Language Processing Systems, pages 38-44, Montreal.",
"links": null
},
"BIBREF43": {
"ref_id": "b43",
"title": "Valency and Case in Computational Linguistics",
"authors": [
{
"first": "Harold",
"middle": [
"L"
],
"last": "Somers",
"suffix": ""
}
],
"year": 1987,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Somers, Harold L. 1987. Valency and Case in Computational Linguistics. Edinburgh University Press, Scotland.",
"links": null
},
"BIBREF44": {
"ref_id": "b44",
"title": "Conceptual Structures in Mind and Machines",
"authors": [
{
"first": "John",
"middle": [
"F"
],
"last": "Sowa",
"suffix": ""
}
],
"year": 1984,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sowa, John F. 1984. Conceptual Structures in Mind and Machines. Addison-Wesley, Reading, MA.",
"links": null
},
"BIBREF45": {
"ref_id": "b45",
"title": "Knowledge Representation: Logical, Philosophical, and Computational Foundations",
"authors": [
{
"first": "John",
"middle": [
"F"
],
"last": "Sowa",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sowa, John F. 1999. Knowledge Representation: Logical, Philosophical, and Computational Foundations. Brooks Cole Publishing, Pacific Grove, CA.",
"links": null
},
"BIBREF46": {
"ref_id": "b46",
"title": "A hybrid approach for named entity and sub-type tagging",
"authors": [
{
"first": "Rohini",
"middle": [],
"last": "Srihari",
"suffix": ""
},
{
"first": "Cheng",
"middle": [],
"last": "Niu",
"suffix": ""
},
{
"first": "Wei",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the 6th Applied Natural Language Processing Conference",
"volume": "",
"issue": "",
"pages": "247--254",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Srihari, Rohini, Cheng Niu, and Wei Li. 2001. A hybrid approach for named entity and sub-type tagging. In Proceedings of the 6th Applied Natural Language Processing Conference, pages 247-254, Seattle.",
"links": null
},
"BIBREF47": {
"ref_id": "b47",
"title": "Mapping collocational properties into machine learning features",
"authors": [
{
"first": "Janyce",
"middle": [],
"last": "Wiebe",
"suffix": ""
},
{
"first": "Kenneth",
"middle": [],
"last": "Mckeever",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [
"F"
],
"last": "Bruce",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the 6th Workshop on Very Large Corpora (WVLC-98)",
"volume": "",
"issue": "",
"pages": "225--233",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wiebe, Janyce, Kenneth McKeever, and Rebecca F. Bruce. 1998. Mapping collocational properties into machine learning features. In Proceedings of the 6th Workshop on Very Large Corpora (WVLC-98), pages 225-233, Montreal.",
"links": null
},
"BIBREF48": {
"ref_id": "b48",
"title": "Electric Words",
"authors": [
{
"first": "Yorick",
"middle": [],
"last": "Wilks",
"suffix": ""
},
{
"first": "Brian",
"middle": [
"M"
],
"last": "Slator",
"suffix": ""
},
{
"first": "Louise",
"middle": [],
"last": "Guthrie",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wilks, Yorick, Brian M. Slator, and Louise Guthrie. 1996. Electric Words. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF49": {
"ref_id": "b49",
"title": "Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations",
"authors": [
{
"first": "Ian",
"middle": [
"H"
],
"last": "Witten",
"suffix": ""
},
{
"first": "Eibe",
"middle": [],
"last": "Frank",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Witten, Ian H. and Eibe Frank. 1999. Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations. Morgan Kaufmann, San Francisco, CA.",
"links": null
},
"BIBREF50": {
"ref_id": "b50",
"title": "Semantic role labeling of prepositional phrases",
"authors": [
{
"first": "Patrick",
"middle": [],
"last": "Ye",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2006,
"venue": "ACM Transactions on Asian Language Information Processing (TALIP)",
"volume": "5",
"issue": "3",
"pages": "228--244",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ye, Patrick and Timothy Baldwin. 2006. Semantic role labeling of prepositional phrases. ACM Transactions on Asian Language Information Processing (TALIP), 5(3):228-244.",
"links": null
},
"BIBREF51": {
"ref_id": "b51",
"title": "MELB-YB: Preposition sense disambiguation using rich semantic features",
"authors": [
{
"first": "Patrick",
"middle": [],
"last": "Ye",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007)",
"volume": "",
"issue": "",
"pages": "241--244",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ye, Patrick and Timothy Baldwin. 2007. MELB-YB: Preposition sense disambiguation using rich semantic features. In Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007), pages 241-244, Prague.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"text": "Sample data from Factotum. Based on version 0.56 of Factotum.",
"uris": null
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"text": "Decision tree via Weka's J4.8 classifier(Quinlan 1993;Witten and Frank 1999)",
"uris": null
},
"FIGREF2": {
"type_str": "figure",
"num": null,
"text": "Feature settings used in preposition classification experiments. Aspects that differ from a typical WSD system are italicized.",
"uris": null
},
"FIGREF3": {
"type_str": "figure",
"num": null,
"text": "NP (NP Sports) & (NP Recreation) 's) managers) ...Treating temporal as the preposition sense yields the following annotation:(7)In TMP 1982, Sports & Recreation's managers ...",
"uris": null
},
"FIGREF4": {
"type_str": "figure",
"num": null,
"text": "Features used in Factotum role classification experiments. Simplified version of Figure 4: Context only consists of the source and target terms.",
"uris": null
},
"FIGREF5": {
"type_str": "figure",
"num": null,
"text": "Sample feature specifications for Factotum experiments. Each relationship from Factotum is augmented with one relational marker inferred via Web searches, as shown at top of figure. Three distinct sets of feature vectors are shown based on the type of collocation included, omitting features for low-frequency relations.",
"uris": null
},
"TABREF2": {
"type_str": "table",
"text": "Most common event-based roles in OpenCyc. Descriptions based on comments from the OpenCyc knowledge base (version 0.7). Relative frequencies based on counts obtained via Cyc's utility functions.",
"content": "<table><tr><td>Role</td><td>Freq.</td><td>Description</td></tr><tr><td>done-by</td><td>.178</td><td>relates an event to its \"doer\"</td></tr><tr><td>performed-by</td><td>.119</td><td>doer deliberately does act</td></tr><tr><td>object-of-state-change</td><td>.081</td><td>object undergoes some kind of intrinsic change of state</td></tr><tr><td>object-acted-on</td><td>.057</td><td>object is altered or affected in event</td></tr><tr><td>outputs-created</td><td>.051</td><td>object comes into existence sometime during event</td></tr><tr><td>transporter</td><td>.044</td><td>object facilitating conveyance of transportees</td></tr><tr><td>transportees</td><td>.044</td><td>object being moved</td></tr><tr><td>to-location</td><td>.041</td><td>where the moving object is found when event ends</td></tr><tr><td>object-removed</td><td>.036</td><td>object removed from its previous location</td></tr><tr><td>inputs</td><td>.036</td><td>pre-existing event participant destroyed or incorporated</td></tr><tr><td/><td/><td>into a new entity</td></tr><tr><td>products</td><td>.035</td><td>object is one of the intended outputs of event</td></tr><tr><td>inputs-destroyed</td><td>.035</td><td>object exists before event and is destroyed during event</td></tr><tr><td>from-location</td><td>.034</td><td>where some moving-object in the move is found at the</td></tr><tr><td/><td/><td>beginning</td></tr><tr><td>primary-object-moving</td><td>.033</td><td>object is in motion at some point during the event, and</td></tr><tr><td/><td/><td>this movement is focal</td></tr><tr><td>seller</td><td>.030</td><td>agent sells something in the exchange</td></tr><tr><td>object-of-possession-transfer</td><td>.030</td><td>rights to use object transferred from one agent to another</td></tr><tr><td>transferred-thing</td><td>.030</td><td>object is being moved, transferred, or exchanged in the</td></tr><tr><td/><td/><td>event transfer</td></tr><tr><td>sender-of-info</td><td>.030</td><td>sender is an agent who is the source of information</td></tr><tr><td/><td/><td>transferred</td></tr><tr><td>inputs-committed</td><td>.028</td><td>object exists before event and continues to exist</td></tr><tr><td/><td/><td>afterwards, and as a result of event, object becomes</td></tr><tr><td/><td/><td>incorporated into something created during event</td></tr><tr><td>object-emitted</td><td>.026</td><td>object is emitted from the emitter during the emission</td></tr><tr><td/><td/><td>event</td></tr></table>",
"num": null,
"html": null
},
"TABREF4": {
"type_str": "table",
"text": "",
"content": "<table><tr><td/><td>017</td><td>implication of activity (e.g., intelligence)</td></tr><tr><td>is-antonym-of</td><td>.016</td><td>generally used for lexical opposition</td></tr><tr><td>is-conceptual-part-of</td><td>.015</td><td>parts of other entities (e.g., case relations)</td></tr><tr><td>has-metaphor</td><td>.014</td><td>non-literal reference to the word</td></tr><tr><td>causes mental</td><td>.013</td><td>motivation (causation in the mental realm)</td></tr><tr><td>uses</td><td>.012</td><td>a tool needing active manipulation</td></tr><tr><td>is-performed-by</td><td>.012</td><td>human actor for the event</td></tr><tr><td>performs human</td><td>.011</td><td>human role in performing some activity</td></tr><tr><td>is-function-of</td><td>.011</td><td>artifact passively performing the function</td></tr><tr><td>has-result</td><td>.010</td><td>more specific type of causes</td></tr><tr><td>has-conceptual-part</td><td>.010</td><td>generalization of has-part</td></tr><tr><td>is-used-in</td><td>.010</td><td>activity or desired effect for the entity</td></tr><tr><td>is-part-of</td><td>.010</td><td>distinguishes part from group membership</td></tr><tr><td>causes</td><td>.009</td><td>inverse of is-caused-by</td></tr><tr><td>has-method</td><td>.009</td><td>method used to achieve some goal</td></tr><tr><td>is-caused-by mental</td><td>.009</td><td>inverse of causes mental</td></tr><tr><td>has-consequence</td><td>.008</td><td>causation due to a natural association</td></tr><tr><td>has-commencement</td><td>.007</td><td>state that commences with the action</td></tr><tr><td>is-location-of</td><td>.007</td><td>absolute location of an object</td></tr><tr><td>requires</td><td>.004</td><td>object or sub-action needed for an action</td></tr><tr><td>is-studied-in</td><td>.004</td><td>inquires into any field of study</td></tr><tr><td>is-topic-of</td><td>.002</td><td>communication dealing with given subject</td></tr><tr><td>produces</td><td>.002</td><td>what an action yields, generates, etc.</td></tr><tr><td>is-measured-by</td><td>.002</td><td>instrument for measuring something</td></tr><tr><td>is-job-of</td><td>.001</td><td>occupation title for a job function</td></tr><tr><td>is-patient-of</td><td>.001</td><td>action that the object participates in</td></tr></table>",
"num": null,
"html": null
},
"TABREF5": {
"type_str": "table",
"text": "Semantic relation usage in WordNet. Relative frequencies for semantic relations in WordNet (173,570 total instances). This table omits lexical relations, such as the is-derived-from relation (71,914 instances). Frequencies based on analysis of database files for WordNet 2.1.",
"content": "<table><tr><td>Relation</td><td>Freq.</td><td>Description</td></tr><tr><td>has-hypernym</td><td>.558</td><td>superset relation</td></tr><tr><td>is-similar-to</td><td>.130</td><td>similar adjective synset</td></tr><tr><td>is-member-meronym-of</td><td>.071</td><td>constituent member</td></tr><tr><td>is-part-meronym-of</td><td>.051</td><td>constituent part</td></tr><tr><td>is-pertainym-of</td><td>.046</td><td>noun that adjective pertains to</td></tr><tr><td>is-antonym-of</td><td>.046</td><td>opposing concept</td></tr><tr><td>has-topic-domain</td><td>.038</td><td>topic domain for the synset</td></tr><tr><td>also-see</td><td>.019</td><td>related entry (for adjectives and verbs)</td></tr><tr><td>has-verb-group</td><td>.010</td><td>verb senses grouped by similarity</td></tr><tr><td>has-region-domain</td><td>.008</td><td>region domain for the synset</td></tr><tr><td>has-attribute</td><td>.007</td><td>related attribute category or value</td></tr><tr><td>has-usage-domain</td><td>.007</td><td>usage domain for the synset</td></tr><tr><td>is-substance-meronym-of</td><td>.004</td><td>constituent substance</td></tr><tr><td>entails</td><td>.002</td><td>action entailed by the verb</td></tr><tr><td>causes</td><td>.001</td><td>action caused by the verb</td></tr><tr><td>has-participle</td><td>.001</td><td>verb participle</td></tr></table>",
"num": null,
"html": null
},
"TABREF6": {
"type_str": "table",
"text": "Penn Treebank semantic roles for PPs. Omits low-frequency benefactive relation. Freq. is the relative frequency of the role occurrence (36,476 total instances). Example usages are taken from the corpus.",
"content": "<table><tr><td>Role</td><td>Freq.</td><td>Example</td></tr><tr><td>locative</td><td>.472</td><td>workers at a factory</td></tr><tr><td>temporal</td><td>.290</td><td>expired at midnight Tuesday</td></tr><tr><td>direction</td><td>.149</td><td>has grown at a sluggish pace</td></tr><tr><td>manner</td><td>.050</td><td>CDs aimed at individual investors</td></tr><tr><td>purpose</td><td>.030</td><td>opened for trading</td></tr><tr><td>extent</td><td>.008</td><td>declined by 14%</td></tr></table>",
"num": null,
"html": null
},
"TABREF8": {
"type_str": "table",
"text": "Overall preposition disambiguation results over Penn Treebank roles. A single classifier is used for all the prepositions. # Instances is the number of role annotations. # Classes is the number of distinct roles. Entropy measures non-uniformity of the role distributions. Baseline is estimated by the most-frequent role. The Word Only experiment uses just word collocations, Hypernym Only just uses hypernym collocations, and Both uses both types of collocations. Accuracy is average for percent correct over ten trials in cross validation. STDEV is the standard deviation over the trials. Per-preposition disambiguation results over Penn Treebank roles. A separate classifier is used for each preposition, excluding roles with less than 1% relative frequency. Freq gives the preposition frequency, and Roles the number of senses. Entropy measures data set uniformity, and Baseline selects most common role. The Word and Hypernym columns show results when including just word and hypernym collocations respectively, whereas Both includes both types. Each column shows averages for percent correct over ten trials. The Mean row averages the values of the individual experiments.",
"content": "<table><tr><td>Experiment</td><td/><td/><td/><td colspan=\"2\">Accuracy STDEV</td><td/><td colspan=\"2\">Data Set Characteristics</td></tr><tr><td colspan=\"4\">Word Collocations Only Hypernym Collocations Only Both Collocations</td><td>88.1 88.2 89.3</td><td>0.88 0.43 0.33</td><td/><td># Instances: # Classes: Entropy: Baseline:</td><td>27,308 6 1.831 49.2</td></tr><tr><td/><td colspan=\"3\">Word Only</td><td colspan=\"3\">Hypernym Only</td><td colspan=\"2\">Both</td></tr><tr><td>Class</td><td colspan=\"2\">Prec. Rec.</td><td>F</td><td colspan=\"2\">Prec. Rec.</td><td>F</td><td colspan=\"2\">Prec. Rec.</td><td>F</td></tr><tr><td>direction</td><td>.953</td><td colspan=\"2\">.969 .960</td><td>.952</td><td colspan=\"2\">.967 .959</td><td>.956</td><td>.965 .961</td></tr><tr><td>extent</td><td>.817</td><td colspan=\"2\">.839 .826</td><td>.854</td><td colspan=\"2\">.819 .834</td><td>.817</td><td>.846 .829</td></tr><tr><td>locative</td><td>.879</td><td colspan=\"2\">.967 .921</td><td>.889</td><td colspan=\"2\">.953 .920</td><td>.908</td><td>.932 .920</td></tr><tr><td>manner</td><td>.797</td><td colspan=\"2\">.607 .687</td><td>.790</td><td colspan=\"2\">.599 .680</td><td>.826</td><td>.558 .661</td></tr><tr><td>purpose</td><td>.854</td><td colspan=\"2\">.591 .695</td><td>.774</td><td colspan=\"2\">.712 .740</td><td>.793</td><td>.701 .744</td></tr><tr><td>temporal</td><td>.897</td><td colspan=\"2\">.776 .832</td><td>.879</td><td colspan=\"2\">.794 .834</td><td>.845</td><td>.852 .848</td></tr><tr><td>Table 12</td><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>Prep</td><td colspan=\"2\">Freq.</td><td colspan=\"2\">Roles Entropy</td><td colspan=\"2\">Baseline</td><td colspan=\"2\">Word Hypernym</td><td>Both</td></tr><tr><td>through</td><td>331</td><td/><td>4</td><td>1.668</td><td colspan=\"2\">0.438</td><td>59.795</td><td>62.861</td><td>58.592</td></tr><tr><td>by</td><td>1290</td><td/><td>7</td><td>1.575</td><td colspan=\"2\">0.479</td><td>87.736</td><td>88.231</td><td>86.655</td></tr><tr><td>as</td><td>220</td><td/><td>3</td><td>1.565</td><td colspan=\"2\">0.405</td><td>95.113</td><td>96.377</td><td>96.165</td></tr><tr><td>between</td><td>87</td><td/><td>4</td><td>1.506</td><td colspan=\"2\">0.483</td><td>77.421</td><td>81.032</td><td>70.456</td></tr><tr><td>of</td><td>30</td><td/><td>3</td><td>1.325</td><td colspan=\"2\">0.567</td><td>63.182</td><td>82.424</td><td>65.606</td></tr><tr><td>out</td><td>76</td><td/><td>4</td><td>1.247</td><td colspan=\"2\">0.711</td><td>70.238</td><td>76.250</td><td>63.988</td></tr><tr><td>for</td><td>1401</td><td/><td>6</td><td>1.189</td><td colspan=\"2\">0.657</td><td>82.444</td><td>85.795</td><td>80.158</td></tr><tr><td>on</td><td>1915</td><td/><td>5</td><td>1.181</td><td colspan=\"2\">0.679</td><td>85.998</td><td>88.720</td><td>79.428</td></tr><tr><td>in</td><td>14321</td><td/><td>7</td><td>1.054</td><td colspan=\"2\">0.686</td><td>86.404</td><td>92.647</td><td>86.523</td></tr><tr><td>throughout</td><td>59</td><td/><td>2</td><td>0.998</td><td colspan=\"2\">0.525</td><td>61.487</td><td>35.949</td><td>63.923</td></tr><tr><td>at</td><td>2825</td><td/><td>5</td><td>0.981</td><td colspan=\"2\">0.735</td><td>84.178</td><td>90.265</td><td>85.561</td></tr><tr><td>across</td><td>78</td><td/><td>2</td><td>0.706</td><td colspan=\"2\">0.808</td><td>75.000</td><td>78.750</td><td>77.857</td></tr><tr><td>from</td><td>1521</td><td/><td>5</td><td>0.517</td><td colspan=\"2\">0.917</td><td>91.649</td><td>91.650</td><td>91.650</td></tr><tr><td>to</td><td>3074</td><td/><td>5</td><td>0.133</td><td colspan=\"2\">0.985</td><td>98.732</td><td>98.537</td><td>98.829</td></tr><tr><td>Mean</td><td colspan=\"2\">1944.8</td><td>4.43</td><td>1.12</td><td colspan=\"2\">0.648</td><td>80.0</td><td>82.1</td><td>78.9</td></tr></table>",
"num": null,
"html": null
},
"TABREF9": {
"type_str": "table",
"text": "Most common FrameNet semantic roles for PPs. Relative frequencies for roles assigned to prepositional phrases in version 1.3 (66,038 instances), omitting cases below 0.01.",
"content": "<table><tr><td>Role</td><td>Freq.</td><td>Role</td><td>Freq.</td><td>Role</td><td>Freq.</td></tr><tr><td>goal</td><td>.092</td><td>theme</td><td>.022</td><td>whole</td><td>.015</td></tr><tr><td>path</td><td>.071</td><td>manner</td><td>.021</td><td>individuals</td><td>.013</td></tr><tr><td>source</td><td>.043</td><td>area</td><td>.018</td><td>location</td><td>.012</td></tr><tr><td>topic</td><td>.040</td><td>reason</td><td>.018</td><td>ground</td><td>.012</td></tr><tr><td>time</td><td>.037</td><td>addressee</td><td>.017</td><td>means</td><td>.011</td></tr><tr><td>place</td><td>.033</td><td>stimulus</td><td>.017</td><td>content</td><td>.011</td></tr></table>",
"num": null,
"html": null
},
"TABREF10": {
"type_str": "table",
"text": "All 641 roles are considered. Entropy measures data set uniformity, and Baseline selects most common role.",
"content": "<table><tr><td/><td/><td colspan=\"2\">entity#1</td><td colspan=\"2\">abstraction#6</td></tr><tr><td>Relation</td><td>P(R)</td><td>P(R|S)</td><td>RPC R,S</td><td colspan=\"2\">P(R|S) RPC R,S</td></tr><tr><td>place</td><td>15.6</td><td>19.0</td><td>21.8</td><td>16.8</td><td>7.7</td></tr><tr><td>time</td><td>12.0</td><td>11.5</td><td>\u22124.2</td><td>15.1</td><td>25.8</td></tr><tr><td>stimulus</td><td>6.6</td><td>5.0</td><td>\u221224.2</td><td>6.6</td><td>0.0</td></tr><tr><td>addressee</td><td>6.1</td><td>4.4</td><td>\u221227.9</td><td>3.3</td><td>\u221245.9</td></tr><tr><td>goal</td><td>5.5</td><td>6.3</td><td>14.5</td><td>6.0</td><td>9.1</td></tr><tr><td>Table 15</td><td/><td/><td/><td/><td/></tr><tr><td colspan=\"5\">Preposition disambiguation with all FrameNet roles. Experiment Accuracy STDEV</td><td colspan=\"2\">Data Set Characteristics</td></tr><tr><td colspan=\"3\">Word Collocations Only Hypernym Collocations Only Both Collocations</td><td>23.078 23.206 23.317</td><td>0.472 0.467 0.556</td><td># Instances: # Classes: Entropy: Baseline:</td><td>65,550 641 6.785 9.3</td></tr></table>",
"num": null,
"html": null
},
"TABREF11": {
"type_str": "table",
"text": "Overall results for preposition disambiguation with common FrameNet roles. Excludes roles with less than 1% relative frequency. Entropy measures data set uniformity, and Baseline selects most common role. Detailed per-class statistics are also included, averaged over the 10 folds.",
"content": "<table><tr><td>Experiment</td><td/><td/><td colspan=\"3\">Accuracy STDEV</td><td/><td>Data Set Characteristics</td></tr><tr><td colspan=\"3\">Word Collocations Only Hypernym Collocations Only Both Collocations</td><td/><td>73.339 73.437 73.544</td><td>0.865 0.594 0.856</td><td colspan=\"2\"># Instances: # Classes: Entropy: Baseline:</td><td>32974 18 3.822 18.4</td></tr><tr><td/><td colspan=\"2\">Word Only</td><td/><td colspan=\"3\">Hypernym Only</td><td>Both</td></tr><tr><td>Class</td><td colspan=\"2\">Prec. Rec.</td><td>F</td><td colspan=\"2\">Prec. Rec.</td><td>F</td><td>Prec. Rec.</td><td>F</td></tr><tr><td>addressee</td><td>.785</td><td colspan=\"2\">.332 .443</td><td>.818</td><td colspan=\"2\">.263 .386</td><td>.903</td><td>.298 .447</td></tr><tr><td>area</td><td>.618</td><td colspan=\"2\">.546 .578</td><td>.607</td><td colspan=\"2\">.533 .566</td><td>.640</td><td>.591 .613</td></tr><tr><td>content</td><td>.874</td><td colspan=\"2\">.618 .722</td><td>.895</td><td colspan=\"2\">.624 .734</td><td>.892</td><td>.639 .744</td></tr><tr><td>goal</td><td>.715</td><td colspan=\"2\">.766 .739</td><td>.704</td><td colspan=\"2\">.778 .739</td><td>.703</td><td>.790 .743</td></tr><tr><td>ground</td><td>.667</td><td colspan=\"2\">.386 .487</td><td>.684</td><td colspan=\"2\">.389 .494</td><td>.689</td><td>.449 .541</td></tr><tr><td>individuals</td><td>.972</td><td colspan=\"2\">.947 .959</td><td>.961</td><td colspan=\"2\">.945 .953</td><td>.938</td><td>.935 .936</td></tr><tr><td>location</td><td>.736</td><td colspan=\"2\">.524 .610</td><td>.741</td><td colspan=\"2\">.526 .612</td><td>.815</td><td>.557 .660</td></tr><tr><td>manner</td><td>.738</td><td colspan=\"2\">.484 .584</td><td>.748</td><td colspan=\"2\">.481 .584</td><td>.734</td><td>.497 .591</td></tr><tr><td>means</td><td>.487</td><td colspan=\"2\">.449 .464</td><td>.562</td><td colspan=\"2\">.361 .435</td><td>.524</td><td>.386 .441</td></tr><tr><td>path</td><td>.778</td><td colspan=\"2\">.851 .812</td><td>.777</td><td colspan=\"2\">.848 .811</td><td>.788</td><td>.849 .817</td></tr><tr><td>place</td><td>.475</td><td colspan=\"2\">.551 .510</td><td>.483</td><td colspan=\"2\">.549 .513</td><td>.474</td><td>.576 .519</td></tr><tr><td>reason</td><td>.803</td><td colspan=\"2\">.767 .784</td><td>.777</td><td colspan=\"2\">.773 .774</td><td>.769</td><td>.714 .738</td></tr><tr><td>source</td><td>.864</td><td colspan=\"2\">.980 .918</td><td>.865</td><td colspan=\"2\">.981 .919</td><td>.860</td><td>.978 .915</td></tr><tr><td>stimulus</td><td>.798</td><td colspan=\"2\">.798 .797</td><td>.795</td><td colspan=\"2\">.809 .802</td><td>.751</td><td>.752 .750</td></tr><tr><td>theme</td><td>.787</td><td colspan=\"2\">.811 .798</td><td>.725</td><td colspan=\"2\">.847 .779</td><td>.780</td><td>.865 .820</td></tr><tr><td>time</td><td>.585</td><td colspan=\"2\">.665 .622</td><td>.623</td><td colspan=\"2\">.687 .653</td><td>.643</td><td>.690 .664</td></tr><tr><td>topic</td><td>.831</td><td colspan=\"2\">.836 .833</td><td>.829</td><td colspan=\"2\">.842 .835</td><td>.856</td><td>.863 .859</td></tr><tr><td>whole</td><td>.818</td><td colspan=\"2\">.932 .871</td><td>.807</td><td colspan=\"2\">.932 .865</td><td>.819</td><td>.941 .875</td></tr><tr><td colspan=\"8\">Similarly, WordNet does not indicate this, but it does include definition glosses. For</td></tr><tr><td>example,</td><td/><td/><td/><td/><td/><td/></tr></table>",
"num": null,
"html": null
},
"TABREF13": {
"type_str": "table",
"text": "",
"content": "<table><tr><td>Relationship</td><td/><td/><td/><td/><td colspan=\"2\">Marker</td><td/><td/><td/></tr><tr><td colspan=\"4\">similarity, is-caused-by, connaturalize</td><td/><td>n/a</td><td/><td/><td/><td/></tr><tr><td colspan=\"3\">similarity, is-caused-by, rhyme</td><td/><td/><td>by</td><td/><td/><td/><td/></tr><tr><td colspan=\"5\">approximate, has-consequence, imprecise</td><td colspan=\"2\">because</td><td/><td/><td/></tr><tr><td colspan=\"3\">new, has-consequence, patented</td><td/><td/><td colspan=\"2\">with</td><td/><td/><td/></tr><tr><td colspan=\"2\">Word collocations only:</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>Relation</td><td colspan=\"2\">POS s POS t</td><td>Prep</td><td/><td colspan=\"6\">WC 1 WC 2 WC 3 WC 4 WC 5 WC 6 WC 7</td></tr><tr><td>is-caused-by</td><td colspan=\"2\">NN VB</td><td>n/a</td><td/><td>1</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td>is-caused-by</td><td colspan=\"2\">NN NN</td><td>by</td><td/><td>1</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td colspan=\"2\">has-consequence NN</td><td>JJ</td><td>because</td><td/><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td colspan=\"2\">has-consequence JJ</td><td>VBN</td><td>with</td><td/><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td colspan=\"2\">Sample collocations:</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>is-caused-by</td><td colspan=\"10\">{bitterness, evildoing, monochrome, similarity, vulgarity}</td></tr><tr><td colspan=\"11\">has-consequence {abrogate, frequently, insufficiency, nonplus, ornament}</td></tr><tr><td colspan=\"3\">Hypernym collocations only:</td><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>Relation</td><td colspan=\"2\">POS s POS t</td><td>Prep</td><td/><td colspan=\"6\">HC 1 HC 2 HC 3 HC 4 HC 5 HC 6 HC 7</td></tr><tr><td>is-caused-by</td><td colspan=\"2\">NN VB</td><td>n/a</td><td/><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td>is-caused-by</td><td colspan=\"2\">NN NN</td><td>by</td><td/><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td colspan=\"2\">has-consequence NN</td><td>JJ</td><td>because</td><td/><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td colspan=\"2\">has-consequence JJ</td><td>VBN</td><td>with</td><td/><td>0</td><td>0</td><td>1</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><td colspan=\"2\">Sample collocations:</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>is-caused-by</td><td colspan=\"8\">{N:hostility#3, N:inelegance#1, N:humorist#1}</td><td/></tr><tr><td colspan=\"10\">has-consequence {V:abolish#1, Adj:early#2, N:inability#1, V:write#2}</td></tr><tr><td colspan=\"2\">Both collocations:</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>Relation</td><td colspan=\"2\">POS s POS t</td><td>Prep</td><td/><td colspan=\"6\">WC 1 ... WC 7 HC 1 HC 2 HC 3 ...</td></tr><tr><td>is-caused-by</td><td colspan=\"2\">NN VB</td><td>n/a</td><td/><td>1</td><td>...</td><td>0</td><td>0</td><td>0</td><td>0</td><td>...</td></tr><tr><td>is-caused-by</td><td colspan=\"2\">NN NN</td><td>by</td><td/><td>1</td><td>...</td><td>0</td><td>0</td><td>0</td><td>0</td><td>...</td></tr><tr><td colspan=\"2\">has-consequence NN</td><td>JJ</td><td>because</td><td/><td>0</td><td>...</td><td>0</td><td>0</td><td>0</td><td>0</td><td>...</td></tr><tr><td colspan=\"2\">has-consequence JJ</td><td>VBN</td><td>with</td><td/><td>0</td><td>...</td><td>0</td><td>0</td><td>0</td><td>1</td><td>...</td></tr><tr><td>Legend:</td><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td colspan=\"10\">POS s &amp; POS t are the parts of speech for the source and target terms; and</td></tr><tr><td colspan=\"9\">WC r &amp; HC r are the word and hypernym collocations as follows:</td><td/></tr><tr><td>1. is-caused-by</td><td colspan=\"3\">2. is-function-of</td><td colspan=\"6\">3. has-consequence 4. has-result</td></tr><tr><td colspan=\"6\">5. is-caused-by mental 6. is-performed-by 7. uses</td><td/><td/><td/><td/></tr></table>",
"num": null,
"html": null
},
"TABREF15": {
"type_str": "table",
"text": "Results for preposition disambiguation with common roles. The FrameNet annotations are mapped into the common inventory fromTable 8. Entropy measures data set uniformity, and Baseline selects most common role. Detailed per-class statistics are also included, averaged over the 10 folds.",
"content": "<table><tr><td>Experiment</td><td/><td colspan=\"3\">Accuracy STDEV</td><td/><td colspan=\"2\">Data Set Characteristics</td></tr><tr><td colspan=\"3\">Word Collocations Only Hypernym Collocations Only Both Collocations</td><td>62.9 62.6 63.1</td><td>0.345 0.487 0.639</td><td/><td colspan=\"2\"># Instances: # Classes: Entropy: Baseline:</td><td>59,615 24 4.191 12.2</td></tr><tr><td/><td colspan=\"2\">Word Only</td><td/><td colspan=\"3\">Hypernym Only</td><td>Both</td></tr><tr><td>Class</td><td colspan=\"2\">Prec. Rec.</td><td>F</td><td colspan=\"2\">Prec. Rec.</td><td>F</td><td>Prec. Rec.</td><td>F</td></tr><tr><td>accompaniment</td><td>.630</td><td colspan=\"2\">.611 .619</td><td>.671</td><td colspan=\"2\">.605 .636</td><td>.628</td><td>.625 .626</td></tr><tr><td>agent</td><td>.623</td><td colspan=\"2\">.720 .667</td><td>.639</td><td colspan=\"2\">.726 .677</td><td>.616</td><td>.731 .668</td></tr><tr><td>area</td><td>.546</td><td colspan=\"2\">.475 .508</td><td>.541</td><td colspan=\"2\">.490 .514</td><td>.545</td><td>.501 .522</td></tr><tr><td>category</td><td>.694</td><td colspan=\"2\">.706 .699</td><td>.695</td><td colspan=\"2\">.700 .697</td><td>.714</td><td>.718 .716</td></tr><tr><td>cause</td><td>.554</td><td colspan=\"2\">.493 .521</td><td>.569</td><td colspan=\"2\">.498 .531</td><td>.540</td><td>.482 .509</td></tr><tr><td>characteristic</td><td>.595</td><td colspan=\"2\">.468 .523</td><td>.607</td><td colspan=\"2\">.474 .530</td><td>.584</td><td>.490 .532</td></tr><tr><td>context</td><td>.569</td><td colspan=\"2\">.404 .472</td><td>.577</td><td colspan=\"2\">.388 .463</td><td>.568</td><td>.423 .485</td></tr><tr><td>direction</td><td>.695</td><td colspan=\"2\">.171 .272</td><td>.701</td><td colspan=\"2\">.189 .294</td><td>.605</td><td>.169 .260</td></tr><tr><td>duration</td><td>.601</td><td colspan=\"2\">.465 .522</td><td>.589</td><td colspan=\"2\">.445 .503</td><td>.596</td><td>.429 .497</td></tr><tr><td>experiencer</td><td>.623</td><td colspan=\"2\">.354 .449</td><td>.606</td><td colspan=\"2\">.342 .435</td><td>.640</td><td>.378 .474</td></tr><tr><td>goal</td><td>.664</td><td colspan=\"2\">.683 .673</td><td>.662</td><td colspan=\"2\">.674 .668</td><td>.657</td><td>.680 .668</td></tr><tr><td>instrument</td><td>.406</td><td colspan=\"2\">.339 .367</td><td>.393</td><td colspan=\"2\">.337 .360</td><td>.405</td><td>.370 .385</td></tr><tr><td>location</td><td>.433</td><td colspan=\"2\">.557 .487</td><td>.427</td><td colspan=\"2\">.557 .483</td><td>.417</td><td>.553 .475</td></tr><tr><td>manner</td><td>.493</td><td colspan=\"2\">.489 .490</td><td>.483</td><td colspan=\"2\">.478 .479</td><td>.490</td><td>.481 .485</td></tr><tr><td>means</td><td>.235</td><td colspan=\"2\">.183 .205</td><td>.250</td><td colspan=\"2\">.183 .210</td><td>.254</td><td>.184 .212</td></tr><tr><td>medium</td><td>.519</td><td colspan=\"2\">.306 .382</td><td>.559</td><td colspan=\"2\">.328 .412</td><td>.529</td><td>.330 .403</td></tr><tr><td>part</td><td>.539</td><td colspan=\"2\">.289 .368</td><td>.582</td><td colspan=\"2\">.236 .323</td><td>.526</td><td>.301 .380</td></tr><tr><td>path</td><td>.705</td><td colspan=\"2\">.810 .753</td><td>.712</td><td colspan=\"2\">.813 .759</td><td>.706</td><td>.795 .748</td></tr><tr><td>product</td><td>.837</td><td colspan=\"2\">.750 .785</td><td>.868</td><td colspan=\"2\">.739 .788</td><td>.769</td><td>.783 .770</td></tr><tr><td>recipient</td><td>.661</td><td colspan=\"2\">.486 .559</td><td>.661</td><td colspan=\"2\">.493 .563</td><td>.642</td><td>.482 .549</td></tr><tr><td>resource</td><td>.613</td><td colspan=\"2\">.471 .530</td><td>.614</td><td colspan=\"2\">.458 .524</td><td>.618</td><td>.479 .539</td></tr><tr><td>source</td><td>.703</td><td colspan=\"2\">.936 .802</td><td>.697</td><td colspan=\"2\">.936 .799</td><td>.707</td><td>.937 .806</td></tr><tr><td>theme</td><td>.545</td><td colspan=\"2\">.660 .596</td><td>.511</td><td colspan=\"2\">.661 .576</td><td>.567</td><td>.637 .600</td></tr><tr><td>time</td><td>.619</td><td colspan=\"2\">.624 .621</td><td>.626</td><td colspan=\"2\">.612 .619</td><td>.628</td><td>.611 .619</td></tr></table>",
"num": null,
"html": null
}
}
}
}