<?xml version="1.0"?><!DOCTYPE article SYSTEM "/project/take/software/searchbench_offline_processing/paperxml_generator/aclextractor/src/python/../resource/dtd/paperxml.dtd"><article><header><firstpageheader><page local="1" global="27"/><title>SemEval-2010 Task 7: Argument Selection and Coercion</title><pubinfo>Proceedings of the 5th International Workshop on Semantic Evaluation, ACL 2010,pages 27-32, Uppsala, Sweden, 15-16 July 2010. ©2010 Association for Computational Linguistics</pubinfo><author surname="Pustejovsky" givenname="James"><org  name="Brandeis University" country="USA" city="Waltham"/></author><author surname="Rumshisky" givenname="Anna"><org  name="Brandeis University" country="USA" city="Waltham"/></author><author surname="Plotnick" givenname="Alex"><org  name="University of Madrid" country="Spain" city="Madrid"/></author><author surname="Jezek" givenname="Elisabetta"><org  name="University of Madrid" country="Spain" city="Madrid"/></author><author surname="Batiukova" givenname="Olga"><org  name="University of Madrid" country="Spain" city="Madrid"/></author><author surname="Quochi" givenname="Valeria"><org  name="University of Madrid" country="Spain" city="Madrid"/></author></firstpageheader><frontmatter><p><b>SemEval-2010 Task 7: Argument Selection and Coercion</b></p><p><b>James Pustejovsky </b>and <b>Anna Rumshisky </b>and <b>Alex Plotnick</b></p><p>Dept. of Computer Science Brandeis University Waltham, MA, USA</p><p><b>Elisabetta Jezek</b></p><p>Dept. of Linguistics University of Pavia Pavia, Italy</p><p><b>Olga Batiukova</b></p><p>Dept. of Humanities Carlos III University of Madrid Madrid, Spain</p><p><b>Valeria Quochi</b></p><p>ILC-CNR Pisa, Italy</p></frontmatter><abstract>We describe the <i>Argument Selection and Coercion </i>task for the SemEval-2010 eval­uation exercise. This task involves char­acterizing the type of compositional oper­ation that exists between a predicate and the arguments it selects. Specifically, the goal is to identify whether the type that a verb selects is satisfied directly by the argument, or whether the argument must change type to satisfy the verb typing. We discuss the problem in detail, describe the data preparation for the task, and analyze the results of the submissions. </abstract></header><body><section number="1" title="Introduction"><p>In recent years, a number of annotation schemes that encode semantic information have been de­veloped and used to produce data sets for training machine learning algorithms. Semantic markup schemes that have focused on annotating entity types and, more generally, word senses, have been extended to include semantic relationships between sentence elements, such as the seman­tic role (or label) assigned to the argument by the predicate (Palmer et al., 2005; Ruppenhofer et al., 2006; Kipper, 2005; Burchardt et al., 2006; Subi-rats, 2004).</p><p>In this task, we take this one step further and attempt to capture the "compositional history" of the argument selection relative to the predicate. In particular, this task attempts to identify the oper­ations of type adjustment induced by a predicate over its arguments when they do not match its se-lectional properties. The task is defined as fol­lows: for each argument of a predicate, identify whether the entity in that argument position satis­fies the type expected by the predicate. If not, then identify how the entity in that position satisfies the typing expected by the predicate; that is, identify the source and target types in a type-shifting or <i>co­ercion </i>operation.</p><p>Consider the example below, where the verb <i>re­port </i>normally selects for a human in subject po­sition, as in (la). Notice, however, that through a métonymie interpretation, this constraint can be violated, as demonstrated in (lb).</p><p>(1) a. <u>John</u> reported in late from Washington, b. <u>Washington</u> reported in late.</p><p>Neither the surface annotation of entity extents and types nor assigning semantic roles associated with the predicate would reflect in this case a cru­cial point: namely, that in order for the typing requirements of the predicate to be satisfied, a <i>type coercion </i>or a <i>metonymy </i>(Hobbs et al., 1993; Pustejovsky, 1991; Nunberg, 1979; Egg, 2005) has taken place.</p><p>The SemEval Metonymy task (Markert and Nis-sim, 2007) was a good attempt to annotate such métonymie relations over a larger data set. This task involved two types with their métonymie variants: <i>categories-for-locations </i>(e.g., place-for-people) and <i>categories-for-organizations </i>(e.g., organization-for-members). One of the limitations of this approach, however, is that while appropri­ate for these specialized metonymy relations, the annotation specification and resulting corpus are not an informative guide for extending the annota­tion of argument selection more broadly.</p><p>In fact, the metonymy example in (1) is an in­stance of a much more pervasive phenomenon of type shifting and coercion in argument selection. For example, in (2) below, the sense annotation for the verb <i>enjoy </i>should arguably assign similar values to both (2a) and (2b).</p><page local="2" global="28"/><p><b><u>Annotate </u></b><b><u>j</u>—»<u>|~ </u></b><b><u>Train</u> <u>-fest </u></b><b><u>j</u>—^|</b></p><figure caption="Figure 1: ThematterMethodology"></figure><p>(2) a. Mary enjoyed <u>drinking her beer</u>, b. Mary enjoyed <u>her beer</u>.</p><p>The consequence of this is that under current sense and role annotation strategies, the mapping to a syntactic realization for a given sense is made more complex, and is in fact perplexing for a clus­tering or learning algorithm operating over subcat-egorization types for the verb.</p></section><section number="2" title="Methodology of Annotation"><p>Before introducing the specifics of the argument selection and coercion task, we will briefly review our assumptions regarding the role of annotation in computational linguistic systems.</p><p>We assume that the features we use for encoding a specific linguistic phenomenon are rich enough to capture the desired behavior. These linguistic descriptions are typically distilled from extensive theoretical modeling of the phenomenon. The de­scriptions in turn form the basis for the annota­tion values of the specification language, which are themselves the features used in a development cycle for training and testing a labeling algorithm over a text. Finally, based on an analysis and eval­uation of the performance of a system, the model of the phenomenon may be revised.</p><p>We call this cycle of development the matter methodology (Fig. 1):</p><p><b>Model: </b>Structural descriptions provide theoretically in­formed attributes derived from empirical observations over the data;</p><p><b>Annotate: </b>Annotation scheme assumes a feature set that en­codes specific structural descriptions and properties of the input data;</p><p><b>Train: </b>Algorithm is trained over a corpus annotated with the target feature set; <b>Test:</b><b> </b>Algorithm is tested against held-out data; <b>Evaluate:</b><b> </b>Standardized evaluation of results;</p><p><b>Revise: </b>Revisit the model, annotation specification, or algo­rithm, in order to make the annotation more robust and reliable.</p><p>Some of the current and completed annotation ef­forts that have undergone such a development cy­cle include PropBank (Palmer et al., 2005), Nom-Bank (Meyers et al., 2004), and TimeBank (Puste­jovsky et al., 2005).</p></section><section number="3" title="Task Description"><p>The argument selection and coercion (asc) task involves identifying the selectional mechanism used by the predicate over a particular argument.<footnote anchor="1"/>For the purposes of this task, the possible relations between the predicate and a given argument are re­stricted to <i>selection </i>and <i>coercion. </i>In <i>selection, </i>the argument NP satisfies the typing requirements of the predicate, as in (3):</p><p>(3) a. The spokesman denied the <u>statement</u> (proposi-</p><p>tion).</p><p>b. The child threw the <u>stone</u> (physical object).</p><p>c. The audience didn't believe the <u>rumor</u> (proposi­tion).</p><p><i>Coercion </i>occurs when a type-shifting operation must be performed on the complement NP in order to satisfy selectional requirements of the predicate, as in (4). Note that coercion operations may apply to any argument position in a sentence, including the subject, as seen in (4b). Coercion can also be seen as an object of a proposition, as in (4c).</p><p>(4) a. The president denied the <u>attack</u> (event —&gt; propo-</p><p>sition).</p><p>b. <u>The White House</u> (location —&gt; human) denied this statement.</p><p>c. The Boston office called with <u>an update</u> (event —&gt;</p><p>info).</p><p>In order to determine whether type-shifting has taken place, the classification task must then in­volve (1) identifying the verb sense and the asso­ciated syntactic frame, (2) identifying selectional requirements imposed by that verb sense on the target argument, and (3) identifying the semantic type of the target argument.</p></section><section number="4" title="Resources and Corpus Development"><p>We prepared the data for this task in two phases: the <i>data set construction phase </i>and the <i>annotation phase </i>(see Fig. 2). The first phase consisted of (1) selecting the target verbs to be annotated and compiling a sense inventory for each target, and (2) data extraction and preprocessing. The pre­pared data was then loaded into the annotation in­terface. During the annotation phase, the annota­tion judgments were entered into the database, and an adjudicator resolved disagreements. The result­ing database was then exported in an XML format.</p><footnote label="1">This task is part of a larger effort to annotate text with compositional operations (Pustejovsky et al., 2009).</footnote><page local="3" global="29"/><doubt alpha="94.7" length="19" tooSmall="True" monospace="0.0">Sentence Extraction</doubt><doubt alpha="88.9" length="27" tooSmall="True" monospace="0.0">Data Set Construction Phase</doubt><doubt alpha="92.0" length="25" tooSmall="True" monospace="0.0">Word Sense Disambiguation</doubt><doubt alpha="72.0" length="25" tooSmall="True" monospace="0.0">le m pi ate Assl g n ment</doubt><doubt alpha="92.1" length="38" tooSmall="True" monospace="0.0">Argument Selection/Coercion Annotation</doubt><doubt alpha="93.8" length="16" tooSmall="True" monospace="0.0">Annotation Phase</doubt><figure caption="Figure 2: Corpus Development Architecture"></figure><subsection number="4.1" title="Data Set Construction Phase: English"><p>For the English data set, the data construction phase was combined with the annotation phase. The data for the task was created using the fol­lowing steps:</p><p>1. The verbs were selected by examining the data from the BNC, using the Sketch Engine (Kilgar-riff et al., 2004) as described in (Rumshisky and Batiukova, 2008). Verbs that consistently im­pose semantic typing on one of their arguments in at least one of their senses (strongly coercive verbs) were included into the final data set: <i>ar­rive (at), cancel, deny, finish, </i>and <i>hear.</i></p><p><i>2. </i>Sense inventories were compiled for each verb, with the senses mapped to OntoNotes (Pradhan et al., 2007) whenever possible. For each sense, a set of type templates was compiled using a modification of the CPA technique (Hanks and Pustejovsky, 2005; Pustejovsky et al., 2004): every argument in the syntactic pattern asso­ciated with a given sense was assigned a type specification. Although a particular sense is often compatible with more than one semantic type for a given argument, this was never the case in our data set, where no disjoint types were tested. The coercive senses of the chosen verbs were associated with the following type templates:</p><p>a. <i>Arrive (at), </i>sense <i>reach a destination or goal: </i>hu­man arrive at location b. <i>Cancel, </i>sense <i>call </i><i>off:</i><i> </i>human cancel event</p><p>c. <i>Deny, </i>sense <i>state or maintain that something is un­true: </i>human deny proposition d. <i>Finish, </i>sense <i>complete an activity: </i>human finish e. <i>Hear, </i>sense <i>perceive physical sound: </i>human hear</p><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">event</doubt><doubt alpha="100.0" length="5" tooSmall="False" monospace="0.0">sound</doubt><p>We used a subset of semantic types from the Brandeis Shallow Ontology (BSO), which is a shallow hierarchy of types developed as a part of the CPA effort (Hanks, 2009; Pustejovsky et al., 2004; Rumshisky et al., 2006). Types were selected for their prevalence in manually identified selection context patterns developed for several hundred English verbs. That is, they capture common semantic distinctions as­sociated with the selectional properties of many verbs. The types used for annotation were:</p><p>abstract entity, animate, artifact, attitude, document, drink, emotion, entity, event, food, human, human group, idea, information, loca­tion, obligation, organization, path, physical object, property, proposition, rule, sensation, sound, substance, time period, vehicle</p><p>This set of types is purposefully shallow and non-hierarchical. For example, human is a subtype of both animate and physical ob­ject, but annotators and system developers were instructed to choose the most relevant type (e.g., human) and to ignore inheritance.</p><p>3. A set of sentences was randomly extracted for each target verb from the BNC (Burnard, 1995). The extracted sentences were parsed automati­cally, and the sentences organized according to the grammatical relation the target verb was in­volved in. Sentences were excluded from the set if the target argument was expressed as anaphor, or was not present in the sentence. The seman­tic head for the target grammatical relation was identified in each case.</p><p>4. Word sense disambiguation of the target predi­cate was performed manually on each extracted sentence, matching the target against the sense inventory and the corresponding type templates as described above. The appropriate senses were then saved into the database along with the associated type template.</p><p>5. The sentences containing coercive senses of the target verbs were loaded into the Brandeis An­notation Tool (Verhagen, 2010). Annotators were presented with a list of sentences and asked to determine whether the argument in the specified grammatical relation to the target belongs to the type associated with that sense in the corresponding template. Disagreements were resolved by adjudication.</p><table class="main" frame="box" rules="all" border="1" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Verb</b></p></td><td class="cell"><p></p></td><td class="cell"><p><b>Sense</b></p></td><td class="cell"><p></p></td><td class="cell"><p><b>Type</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p><b>Selection</b></p></td><td class="cell"><p></p></td><td class="cell"><p><b>Inventory</b></p></td><td class="cell"><p></p></td><td class="cell"><p><b>Templates</b></p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><page local="4" global="30"/><p>Table 1 : Coercions in the English data set</p><p>6. To guarantee robustness of the data, two addi­tional steps were taken. First, only the six most recurrent coercion types were selected; these are given in table 1. Preference was given to cross-domain coercions, where the source and the target types are not related ontologically. Second, the distribution of selection and co­ercion instances were skewed to increase the number of coercions. The final English data set contains about 30% coercions.</p><p>7. Finally, the data set was randomly split in half into a training set and a test set. The training data has 1032 instances, 311 of which are co­ercions, and the test data has 1039 instances, 314 of which are coercions.</p></subsection><subsection number="4.2" title="Data Set Construction Phase: Italian"><p>In constructing the Italian data set, we adopted the same methodology used for the English data set, with the following differences:</p><p>1. The list of coercive verbs was selected by exam­ining data from the ItWaC (Baroni and Kilgar-riff, 2006) using the Sketch Engine (Kilgarriff et al., 2004):</p><p><i>accusare </i>'accuse', <i>annunciare </i>'announce', <i>arrivare 'ac­tive' , ascoltare </i>'listen', <i>avvisare </i>'inform', <i>chiamare </i>'call', <i>cominciare </i>'begin', <i>completare </i>'complete', <i>con-cludere </i>'conclude', <i>contattare </i>'contact', <i>divorare </i>'de­vour', <i>echeggiare </i>'echo', <i>finire </i>'finish', <i>informare </i>'in­form', <i>interrompere </i>'interrupt', <i>leggere </i>'read', <i>raggiun-gere </i>'reach', <i>recar(si) </i>'go to', <i>rimbombare </i>'resound', <i>sentire </i>'hear', <i>udire </i>'hear', <i>visitare </i>'visit'.</p><p>2. The coercive senses of the chosen verbs were associated with type templates, some of which are listed listed below. Whenever possible, senses and type templates were adapted from the Italian Pattern Dictionary (Hanks and lezek, 2007) and mapped to their simple equiva­lents (Lenci et al., 2000).</p><p>a. <i>arrivare, </i>sense <i>reach a location: </i>human arriva [prep] location</p><p>b. <i>cominciare, </i>sense <i>initiate an undertaking: </i>human comincia event</p><p>c. <i>completare, </i>sense <i>finish an activity: </i>human com­pléta event d. <i>udire, </i>sense <i>perceive a sound: </i>human ode sound</p><p>e. <i>visitare, </i>sense <i>visit a place: </i>human visita loca­tion</p><p>The following types were used to annotate the Italian dataset:</p><p>abstract entity, animate, artifact, attitude, container, document, drink, emotion, entity, event, food, human, human group, idea, in­formation, liquid, location, organization, physical object, property, sensation, sound, time period, vehicle</p><p>The annotators were provided with a set of def­initions and examples of each type.</p><p>3. A set of sentences for each target verb was ex­tracted and parsed from the <i>PAROLE sottoin-sieme corpus </i>(Bindi et al., 2000). They were skimmed to ensure that the final data set con­tained a sufficient number of coercions, with proportionally more selections than coercions. Sentences were preselected to include instances representing one of the chosen senses.</p><p>4. In order to exclude instances that may have been wrongly selected, a judge performed word sense disambiguation of the target predicate in the ex­tracted sentences.</p><p>5. Annotators were presented with a list of sen­tences and asked to determine the usual seman­tic type associated with the argument in the specified grammatical relation. Every sentence was annotated by two annotators and one judge, who resolved disagreements.</p></subsection></section><section number="6." title="Some of the coercion types selected for Italian were:"><p>a. location —&gt; human <i>(accusare, annunciare)</i> b. artifact —&gt; human <i>(annunciare, avvisare)</i> c. event —&gt; location <i>(arrivare, raggiungere)</i> d. artifact —&gt; event <i>(cominciare, completare)</i> e. event —&gt; document <i>(leggere, divorare)</i> f. human —&gt; document <i>(leggere, divorare)</i> g. event —&gt; sound <i>(ascoltare, echeggiare)</i> h. artifact —&gt; sound <i>(ascoltare, echeggiare)</i></p><p>7. The Italian training data contained 1466 in­stances, 381 of which are coercions; the test data had 1463 instances, with 384 coercions.</p></section><section number="5" title="Data Format"><p>The test and training data were provided in XML. The relation between the predicate (viewed as a function) and its argument were represented by composition link elements (CompLink), as shown below.<page local="5" global="31"/> The test data differed from the train­ing data in the omission of CompLink elements.</p><table class="main" frame="box" rules="all" border="0" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Coerion Type</p></td><td class="cell"><p>Verb</p></td><td class="cell"><p>Train</p></td><td class="cell"><p>Test</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>event—^-location</p></td><td class="cell"><p><i>arrive at</i></p></td><td class="cell"><p>38</p></td><td class="cell"><p>37</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>artifact—levent</p></td><td class="cell"><p><i>cancel</i></p></td><td class="cell"><p>35</p></td><td class="cell"><p>35</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p><i>finish</i></p></td><td class="cell"><p>91</p></td><td class="cell"><p>92</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>event^proposition</p></td><td class="cell"><p><i>deny</i></p></td><td class="cell"><p>56</p></td><td class="cell"><p>54</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>artifact—»-sound</p></td><td class="cell"><p><i>hear</i></p></td><td class="cell"><p>28</p></td><td class="cell"><p>30</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>event^sound</p></td><td class="cell"><p><i>hear</i></p></td><td class="cell"><p>24</p></td><td class="cell"><p>26</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>document^event</p></td><td class="cell"><p><i>finish</i></p></td><td class="cell"><p>39</p></td><td class="cell"><p>40</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><p>In case of <i>coercion, </i>there is a mismatch between the source and the target types, and both types need to be identified; e.g., <i>The State Department repeatedly denied the attack:</i></p><p>The State Department repeatedly &lt;SELECTOR sid="sl"&gt;denied&lt;/SELECTOR&gt; the &lt;TARGET id="t1"&gt;attack&lt;/TARGET&gt;. &lt;CompLink cid="cidl" compType="COERCION" selector_id="si" relatedToTarget="tl" sourceType="EVENT" targetType="PROPOSITION"/&gt;</p><p>When the compositional operation is <i>selection, </i>the source and target types must match; e.g., <i>The State Department repeatedly denied the statement:</i></p><p>The State Department repeatedly &lt;SELECTOR sid="s2"&gt;denied&lt;/SELECTOR&gt; the &lt;TARGET id="t2"&gt;statement&lt;/TARGET&gt;. &lt;CompLink cid="cid2" compType="SELECTION" selector_id="s2" relatedToTarget="t2" sourceType="PROPOSITION" targetType="PROPOSITION"/&gt;</p></section><section number="6" title="Results &amp; Analysis"><p>We received only a single submission for the asc task. The <b>UTDMet </b>system was an SVM-based system with features derived from two main sources: a PageRank-style algorithm over Word-Net hypernyms used to define semantic classes, and statistics from a PropBank-style parse of some 8 million documents from the English Gigaword corpus. The results, shown in Table 2, were computed from confusion matrices constructed for each of four classification tasks for the 1039 link instances in the English test data: determination of argument selection or coercion, identification of the argument source type, identification of the ar­gument target type, and the joint identification of the source/target type pair.</p><p>Clearly, the UTDMet system did quite well at this task. The one immediately noticeable outlier is the macro-averaged precision for the joint type, which reflects a small number of miscategoriza-tions of rare types. For example, eliminating the single miscategorized artifact-location link in the submitted test data bumps this score up to a respectable 94%. This large discrepancy can ex­plained by the lack of <i>any </i>coercions with those types in the gold-standard data.</p><p>In the absence of any other submissions, it is difficult to provide a point of comparison for this performance. However, we can provide a base­line by taking each link to be a selection whose source and target types are the most common type (event for the gold-standard English data). This yields micro-averaged precision scores of 69% for selection <i>vs. </i>coercion, 33% for source type iden­tification, 37% for the target type identification, and 22% for the joint type.</p><p>The performance of the UTDMet system sug­gests that most of the type coercions were identifi­able based largely on examination of lexical clues associated with selection contexts. This is in fact to be expected for the type coercions that were the focus of the English data set. It will be interesting to see how systems perform on the Italian data set and an expanded corpus for English and Italian, where more subtle and complex type exploitations and manipulations are at play. These will hope­fully be explored in future competitions.</p></section><section number="7" title="Conclusion"><p>In this paper, we have described the Argument Se­lection and Coercion task for SemEval-2010. This task involves identifying the relation between a predicate and its argument as one that encodes the compositional history of the selection process. This allows us to distinguish surface forms that di­rectly satisfy the selectional (type) requirements of a predicate from those that are coerced in context. We described some details of a specification lan­guage for selection, the annotation task using this specification to identify argument selection behav­ior, and the preparation of the data for the task. Finally, we analyzed the results of the task sub­missions.</p><table caption="Table 2: Results for the UTDMet submission." class="main" frame="box" rules="all" border="0" regular="False"><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>Prec.</p></td><td class="cell"><p>Recall</p></td><td class="cell"><p>Averaging</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Selection <i>vs.</i></p></td><td class="cell"><p>95</p></td><td class="cell"><p>96</p></td><td class="cell"><p>(macro)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Coercion:</p></td><td class="cell"><p>96</p></td><td class="cell"><p>96</p></td><td class="cell"><p>(micro)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Source Type:</p></td><td class="cell"><p>96</p></td><td class="cell"><p>96</p></td><td class="cell"><p>(macro)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>96</p></td><td class="cell"><p>96</p></td><td class="cell"><p>(micro)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>Target Type:</p></td><td class="cell"><p>100</p></td><td class="cell"><p>100</p></td><td class="cell"><p>(both)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p>lointType:</p></td><td class="cell"><p>86</p></td><td class="cell"><p>95</p></td><td class="cell"><p>(macro)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"><p></p></td><td class="cell"><p>96</p></td><td class="cell"><p>96</p></td><td class="cell"><p>(micro)</p></td><td class="cell"></td></tr><tr class="row"><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td><td class="cell"></td></tr></table><page local="6" global="32"/></section><references><p>M. Baroni and A. Kilgarriff. 2006. Large linguistically-processed web corpora for multiple languages. In <i>Proceedings of European ACL.</i></p><p>R. Bindi, P. Baroni, M. Monachini, and E. Gola. 2000. PAROLE-Sottoinsieme. <i>ILC-CNR Internal Report.</i></p><p>Aljoscha Burchardt, Katrin Erk, Anette Frank, An­drea Kowalski, Sebastian Pado, and Manfred Pinkal. 2006. The salsa corpus: a german corpus resource for lexical semantics. In <i>Proceedings of LREC, </i>Genoa, Italy.</p><p>L. Burnard, 1995. <i>Users' Reference Guide, British Na­tional Corpus. </i>British National Corpus Consortium, Oxford, England.</p><p>Marcus Egg. 2005. <i>Flexible semantics for reinterpre-tation phenomena. </i>CSLI, Stanford.</p><p>P. Hanks and E. Jezek. 2007. Building Pattern Dictio­naries with Corpus Analysis. In <i>International Col­loquium on Possible Dictionaries, </i>Rome, June, 6-7. Oral Presentation.</p><p>P. Hanks and J. Pustejovsky. 2005. A pattern dic­tionary for natural language processing. <i>Revue Française de Linguistique Appliquée.</i></p><p>P. Hanks. 2009. Corpus pattern analysis. CPA Project Page. Retrieved April 11, 2009, from http://nlp.fl.muni.cz/projekty/cpa/.</p><p>J. R. Hobbs, M. Stickel, and P. Martin. 1993. Interpre­tation as abduction. <i>Artificial Intelligence, </i>63:69-142.</p><p>A. Kilgarriff, P. Rychly, P. Smrz, and D. Tugwell. 2004. The Sketch Engine. <i>Proceedings ofEuralex, Lorient, France, </i>pages 105-116.</p><p>Karin Kipper. 2005. <i>VerbNet: A broad-coverage, com­prehensive verb lexicon. </i>Phd dissertation, Univer­sity of Pennsylvania, PA.</p><p>A. Lend, N. Bel, F. Busa, N. Calzolari, E. Gola, M. Monachini, A. Ogonowski, I. Peters, W. Peters, N. Ruimy, et al. 2000. SIMPLE: A general frame­work for the development of multilingual lexicons. <i>International Journal of Lexicography, </i>13(4):249.</p><p>K. Markert and M. Nissim. 2007. SemEval-2007 task 8: Metonymy resolution. In Eneko Agirre, Lhris Marquez, and Richard Wicentowski, editors, <i>Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007), </i>Prague, Czech Republic, June. Association for Computa­tional Linguistics.</p><p>A. Meyers, R. Reeves, C. Macleod, R. Szekely, V. Zielinska, B. Young, and R. Grishman. 2004. The NomBank project: An interim report. In <i>HLT-NAACL 2004 Workshop: Frontiers in Corpus Anno­tation, </i>pages 24-31.</p><p>Geoffrey Nunberg. 1979. The non-uniqueness of se­mantic solutions: Polysemy. <i>Linguistics and Phi­losophy, </i>3:143-184.</p><p>M. Palmer, D. Gildea, and P. Kingsbury. 2005. The proposition bank: An annotated corpus of semantic roles. <i>Computational Linguistics, </i>31(1):71—106.</p><p>S. Pradhan, E. Hovy, MS Marcus, M. Palmer, L. Ramshaw, and R. Weischedel. 2007. Ontonotes: A unified relational semantic representation. In</p><p><i>International Conference on Semantic Computing, 2007, </i>pages 517-526.</p><p>J. Pustejovsky, P. Hanks, and A. Rumshisky. 2004. Automated Induction of Sense in Context. In <i>COL-ING 2004, Geneva, Switzerland, </i>pages 924-931.</p><p>J. Pustejovsky, R. Knippen, J. Littman, and R. Sauri.</p><p>2005. Temporal and event information in natural language text. <i>Language Resources and Evaluation, </i>39(2): 123-164.</p><p>J. Pustejovsky, A. Rumshisky, J. Moszkowicz, and O. Batiukova. 2009. GLML: Annotating argument selection and coercion. <i>IWCS-8: Eighth Interna­tional Conference on Computational Semantics.</i></p><p>J. Pustejovsky. 1991. The generative lexicon. <i>Compu­tational Linguistics, </i>17(4).</p><p>A. Rumshisky and O. Batiukova. 2008. Polysemy in verbs: systematic relations between senses and their effect on annotation. In <i>COLING Workshop on Human Judgement in Computational Linguistics (HJCL-2008), </i>Manchester, England.</p><p>A. Rumshisky, P. Hanks, C. Havasi, and J. Pustejovsky.</p><p>2006. Constructing a corpus-based ontology using model bias. In <i>The 19th International FLAIRS Con­ference, FLAIRS 2006, </i>Melbourne Beach, Florida, USA.</p><p>J. Ruppenhofer, M. Ellsworth, M. Petruck, C. Johnson, and J. Scheffczyk. 2006. <i>FrameNet II: Extended Theory and Practice.</i></p><p>Carlos Subirats. 2004. FrameNet Espanol. Una red semäntica de marcos conceptuales. In <i>VI Interna­tional Congress of Hispanic Linguistics, </i>Leipzig.</p><p>Marc Verhagen. 2010. The Brandeis Annotation Tool.</p><p>In <i>Language Resources and Evaluation Conference, LREC 2010, </i>Malta.</p></references></body></article>