Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "C08-1001",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:25:28.764868Z"
},
"title": "Two-Phased Event Relation Acquisition: Coupling the Relation-Oriented and Argument-Oriented Approaches",
"authors": [
{
"first": "Shuya",
"middle": [],
"last": "Abe",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Nara Institute of Science and Technology",
"location": {}
},
"email": "[email protected]"
},
{
"first": "Kentaro",
"middle": [],
"last": "Inui",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Nara Institute of Science and Technology",
"location": {}
},
"email": "[email protected]"
},
{
"first": "Yuji",
"middle": [],
"last": "Matsumoto",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Nara Institute of Science and Technology",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Addressing the task of acquiring semantic relations between events from a large corpus, we first argue the complementarity between the pattern-based relation-oriented approach and the anchor-based argumentoriented approach. We then propose a twophased approach, which first uses lexicosyntactic patterns to acquire predicate pairs and then uses two types of anchors to identify shared arguments. The present results of our empirical evaluation on a large-scale Japanese Web corpus have shown that (a) the anchor-based filtering extensively improves the accuracy of predicate pair acquisition, (b) the two types of anchors are almost equally contributive and combining them improves recall without losing accuracy, and (c) the anchor-based method also achieves high accuracy in shared argument identification.",
"pdf_parse": {
"paper_id": "C08-1001",
"_pdf_hash": "",
"abstract": [
{
"text": "Addressing the task of acquiring semantic relations between events from a large corpus, we first argue the complementarity between the pattern-based relation-oriented approach and the anchor-based argumentoriented approach. We then propose a twophased approach, which first uses lexicosyntactic patterns to acquire predicate pairs and then uses two types of anchors to identify shared arguments. The present results of our empirical evaluation on a large-scale Japanese Web corpus have shown that (a) the anchor-based filtering extensively improves the accuracy of predicate pair acquisition, (b) the two types of anchors are almost equally contributive and combining them improves recall without losing accuracy, and (c) the anchor-based method also achieves high accuracy in shared argument identification.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The growing interest in practical NLP applications such as question answering, information extraction and multi-document summarization places increasing demands on the processing of relations between textual fragments such as entailment and causal relations. Such applications often need to rely on a large amount of lexical semantic knowledge. For example, a causal (and entailment) relation holds between the verb phrases wash something and something is clean, which reflects the commonsense notion that if someone has washed c 2008.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported license (http://creativecommons.org/licenses/by-nc-sa/3.0/). Some rights reserved.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "something, this object is clean as a result of the washing event. A crucial issue is how to obtain and maintain a potentially huge collection of such event relation instances. This paper addresses the issue of how to automatically acquire such instances of relations between events (henceforth, event relation instances) from a large-scale text collection.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Motivated by this issue, several research groups have reported their experiments on automatic acquisition of causal, temporal and entailment relations between event expressions (typically verbs or verb phrases) (Lin and Pantel, 2001; Inui et al., 2003; Chklovski and Pantel, 2005; Torisawa, 2006; Pekar, 2006; Zanzotto et al., 2006; Abe et al., 2008, etc.) . As we explain below, however, none of these studies fully achieves the goal we pursue in this paper.",
"cite_spans": [
{
"start": 211,
"end": 233,
"text": "(Lin and Pantel, 2001;",
"ref_id": "BIBREF8"
},
{
"start": 234,
"end": 252,
"text": "Inui et al., 2003;",
"ref_id": "BIBREF4"
},
{
"start": 253,
"end": 280,
"text": "Chklovski and Pantel, 2005;",
"ref_id": "BIBREF1"
},
{
"start": 281,
"end": 296,
"text": "Torisawa, 2006;",
"ref_id": "BIBREF12"
},
{
"start": 297,
"end": 309,
"text": "Pekar, 2006;",
"ref_id": "BIBREF10"
},
{
"start": 310,
"end": 332,
"text": "Zanzotto et al., 2006;",
"ref_id": "BIBREF13"
},
{
"start": 333,
"end": 356,
"text": "Abe et al., 2008, etc.)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "An important aspect to consider in event relation acquisition is that each event has arguments. For example, the causal relation between wash something and something is clean can be represented naturally as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(1) wash(obj:X) \u2192 cause is clean(subj:X),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "where X is a logical variable denoting that the filler of the object slot of the wash event should be shared (i.e. identical) with the filler of the subject slot of the is clean event.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "To be more general, an instance of a given relation R can be represented as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(2) pred 1 (arg 1 :X) \u2192 R pred 2 (arg 2 :X),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "where pred i is a natural language predicate, typically a verb or adjective, and X is a logical variable denoting which argument of one predicate and which argument of the other are shared. The goal we pursue in this paper is therefore not only (a) to find predicate pairs that are of a given relation type, but also (b) to identify the arguments shared between the predicates if any. We call the former subtask predicate pair acquisition and the latter shared argument identification. As we review in the next section, however, existing state-of-theart methods for event relation acquisition are designed to achieve only either of these two subtasks but not both. In this paper, we propose a twophased method, which first uses lexico-syntactic patterns to acquire predicate pairs for a given relation type and then uses two kinds of anchors to identify shared arguments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Existing methods for event relation acquisition can be classified into two approaches, which we call the pattern-based approach and anchor-based approach in this paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous work",
"sec_num": "2"
},
{
"text": "The common idea behind the pattern-based approach is to use a small number of manually selected generic lexico-syntactic co-occurrence patterns (LSPs or simply patterns). Perhaps the simplest way of using LSPs for event relation acquisition can be seen in the method Chklovski and Pantel (2005) employ to develop their knowledge resource called VerbOcean. Their method uses a small number of manually selected generic LSPs such as to Verb-X and then Verb-Y 1 to obtain six types of semantic relations including strength (e.g. taint -poison) and happens-before (e.g. marry -divorce). The use of such generic patterns, however, tends to be high recall but low precision. Chklovski and Pantel (2005) , for example, report that their method obtains about 29,000 verb pairs with 65.5% precision.",
"cite_spans": [
{
"start": 267,
"end": 294,
"text": "Chklovski and Pantel (2005)",
"ref_id": "BIBREF1"
},
{
"start": 669,
"end": 696,
"text": "Chklovski and Pantel (2005)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous work",
"sec_num": "2"
},
{
"text": "This low-precision problem requires an additional component for pruning extracted relations. This issue has been addressed from a variety of angles. For example, some devise heuristic statistical scores and report their impact on precision (Chklovski and Pantel, 2005; Torisawa, 2006; Zanzotto et al., 2006) . Another way is to incorporate a classifier trained with supervision. Inui et al. (2003) , for example, use a Japanese generic causal connective marker tame (because) and a supervised classifier learner to separately obtain four types of causal relations: cause, precondition, effect and means. More recently, Abe et al. (2008) propose to extend Pantel and Pennac-chiotti (2006) 's Espresso algorithm, which induces specific reliable LSPs in a bootstrapping manner for entity-entity relation extraction, so that the extended algorithm can apply to event relations. Their method learns a large number of relatively specific patterns such as cannot find out (something) due to the lack of investigation in a boot-strapping fashion, which produces a remarkable improvement on precision.",
"cite_spans": [
{
"start": 240,
"end": 268,
"text": "(Chklovski and Pantel, 2005;",
"ref_id": "BIBREF1"
},
{
"start": 269,
"end": 284,
"text": "Torisawa, 2006;",
"ref_id": "BIBREF12"
},
{
"start": 285,
"end": 307,
"text": "Zanzotto et al., 2006)",
"ref_id": "BIBREF13"
},
{
"start": 379,
"end": 397,
"text": "Inui et al. (2003)",
"ref_id": "BIBREF4"
},
{
"start": 619,
"end": 636,
"text": "Abe et al. (2008)",
"ref_id": "BIBREF0"
},
{
"start": 655,
"end": 687,
"text": "Pantel and Pennac-chiotti (2006)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous work",
"sec_num": "2"
},
{
"text": "The anchor-based approach, on the other hand, has emerged mainly in the context of paraphrase and entailment acquisition. This approach uses information of argument fillers (i.e. anchors) of each event expression as a useful clue for identifying event relations. A popular way of using such argument information relies on the distributional hypothesis (Harris, 1968) and identifies synonymous event expressions by seeking a set of event expressions whose argument fillers have a similar distribution. Such algorithms as DIRT (Lin and Pantel, 2001 ) and TE/ASE (Szpektor et al., 2004) represent this line of research.",
"cite_spans": [
{
"start": 352,
"end": 366,
"text": "(Harris, 1968)",
"ref_id": "BIBREF2"
},
{
"start": 525,
"end": 546,
"text": "(Lin and Pantel, 2001",
"ref_id": "BIBREF8"
},
{
"start": 560,
"end": 583,
"text": "(Szpektor et al., 2004)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous work",
"sec_num": "2"
},
{
"text": "Another way of using argument information is proposed by Pekar (2006) , which identifies candidate verb pairs for the entailment relation by imposing criteria: (a) the two verbs must appear in the same local discourse-related context and (b) their arguments need to refer to the same participant, i.e. anchor. For example, if a pair of clauses Mary bought a house. and The house belongs to Mary. appear in a single local discourserelated context, two pairs of verbs, buy(obj:X)belong(subj:X) and buy(subj:X) -belong(to:X) are identified as candidate entailment pairs.",
"cite_spans": [
{
"start": 57,
"end": 69,
"text": "Pekar (2006)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous work",
"sec_num": "2"
},
{
"text": "It is by now clear that the above two approaches, which apparently have emerged somewhat independently, could play a complementary role with each other. Pattern-based methods, on the one hand, are designed to be capable of discriminating relatively fine-grained relation types. For example, the patterns used by Chklovski and Pantel (2005) identify six relation types, while Abe et al. (2008) identify two of the four causal relation types defined by Inui et al. (2003) . However, these methods are severely limited for the purpose of shared argument identification because lexicosyntactic patterns are not a good indication of argument-shared structure in general. The anchorbased approach, on the other hand, works well for identifying shared arguments simply because it relies on argument information in identifying synonymous or entailment verb pairs. However, it has no direct means to discriminate more fine-grained specific relations such as causality and backward presupposition. To sum up, the pattern-based approach tends to be rather relation-oriented while the anchor-based approach tends to be argumentoriented.",
"cite_spans": [
{
"start": 312,
"end": 339,
"text": "Chklovski and Pantel (2005)",
"ref_id": "BIBREF1"
},
{
"start": 375,
"end": 392,
"text": "Abe et al. (2008)",
"ref_id": "BIBREF0"
},
{
"start": 451,
"end": 469,
"text": "Inui et al. (2003)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous work",
"sec_num": "2"
},
{
"text": "In spite of this complementarity, however, to our best knowledge, the issue of how to benefit from both approaches has never been paid enough attention. An interesting exception could be found in Torisawa (2006) 's method of combining verb pairs extracted with a highly generic connective pattern Verb-X and Verb-Y together with the co-occurrence statistics between verbs and their arguments. While the reported results for inference rules with temporal ordering look promising, it is not clear yet, however, whether the method applies to other types of relations because it relies on relation-specific heuristics.",
"cite_spans": [
{
"start": 196,
"end": 211,
"text": "Torisawa (2006)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous work",
"sec_num": "2"
},
{
"text": "3 Two-phased event relation acquisition",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous work",
"sec_num": "2"
},
{
"text": "The complementarity between the pattern-based relation-oriented approach and the anchor-based argument-oriented approach as discussed above naturally leads us to consider combining them. The method we explore in this paper is illustrated in Figure 1 . The overall process has two phrases: predicate pair acquisition followed by shared argument identification. Given a relation type for acquisition, we first acquire candidate predicate pairs that are likely to be of the given relation exploiting a state-of-the-art pattern-based method. We then, in the second phase, seek anchors indicative of the shared argument for each acquired predicate pair. We consider two kinds of anchors: instance-based anchors and type-based anchors. If anchors are found, the predicate pair is verified and the associated argument pair is identified as the shared argument; otherwise, the predicate pair is discarded. As we demonstrate in the section for empirical evaluation, this verification process boosts the accuracy as well as identifying shared arguments.",
"cite_spans": [],
"ref_spans": [
{
"start": 241,
"end": 249,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "The basic idea",
"sec_num": "3.1"
},
{
"text": "For predicate pair acquisition, we can choose one from a range of state-of-the-art pattern-based methods. Among others, in our experiments, we adopted Abe et al. (2008) 's method because it had an advantage in that it was capable of learning patterns as well as relation instances. Abe et al. (2008) 's method is based on Pantel and Pennacchiotti (2006)'s Espresso algorithm, which is originally designed to acquire relations between entities. Espresso takes as input a small number of seed instances of a given target relation and iteratively learns co-occurrence patterns and relation instances in a bootstrapping manner. Abe et al. have made several extensions to it so that it can be applied to event relations. Since the details of this phase are not the focus of this paper, we refer the reader to (Abe et al., 2008) for further information.",
"cite_spans": [
{
"start": 151,
"end": 168,
"text": "Abe et al. (2008)",
"ref_id": "BIBREF0"
},
{
"start": 282,
"end": 299,
"text": "Abe et al. (2008)",
"ref_id": "BIBREF0"
},
{
"start": 804,
"end": 822,
"text": "(Abe et al., 2008)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Predicate pair acquisition",
"sec_num": "3.2"
},
{
"text": "For each of the predicate pairs acquired in the previous phase, in shared argument identification, we use anchors to identify which argument is shared between the predicate pair. To find anchors indicative of shared arguments, we have so far examined two methods. We detail each below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Shared argument identification",
"sec_num": "3.3"
},
{
"text": "Inspired by Pekar (2006) 's way of using anchors for verb entailment acquisition, we assume that if two related predicates have a shared argument, they must tend to appear in the same local discourse-related context with the shared argument filled with the same noun phrase (i.e. anchor). As an example, let us consider discourse (2a) in Figure 1 . In this local discourse context, the noun bread appears twice, and one bread fills the subject slot of burn while the other fills the object slot of bake. In such a case, we assume the two breads refer to the same object, namely anchor, and the subject of burn and the object of bake are shared with each other. We call such anchors instance-based anchors for the sake of contrast with type-based anchors, which we describe in 3.3.2.",
"cite_spans": [
{
"start": 12,
"end": 24,
"text": "Pekar (2006)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 338,
"end": 346,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Instance-based anchors",
"sec_num": "3.3.1"
},
{
"text": "We implement this assumption in the following way. Given a pair of predicates Pred 1 and Pred 2 , we search a corpus for tuples Pred 1 -Arg 1 ; Pred 2 , Arg 2 ; Anc satisfying the following conditions: (c) Anc must not be any of those in the stop list.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Instance-based anchors",
"sec_num": "3.3.1"
},
{
"text": "(d) pmi(Pred i , Arg i ) \u2265 \u22121.0 for i \u2208 {1, 2}",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Instance-based anchors",
"sec_num": "3.3.1"
},
{
"text": "For our experiments, we manually created the stop list, which contained 219 words including pronouns, numerals and highly generic nouns such as Figure 1 : Two-phased event relation acquisition \" (thing)\", \" (thing)\" and \" (time)\". pmi(Pred i , Arg i ) in condition (d) is the point-wise mutual information between Pred i and Arg i . This condition is imposed for pruning wrong anchors misidentified due to parsing errors.",
"cite_spans": [],
"ref_spans": [
{
"start": 144,
"end": 152,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Instance-based anchors",
"sec_num": "3.3.1"
},
{
"text": "While Pekar carefully defines boundaries of local discourse-related context, we simply assume that every pair of predicates sharing an anchor in a Web page is somewhat related -unlike Pekar, we do not impose such constraints as paragraph boundaries. Nevertheless, as we show later in the evaluation section, our assumption works precisely enough because the looseness of our discourse boundary constraint is compensated by the constraints imposed by lexico-syntactic patterns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Instance-based anchors",
"sec_num": "3.3.1"
},
{
"text": "We finally calculate an anchor set for each argument pair Pred 1 -Arg 1 and Pred 2 -Arg 2 by accumulating the obtained tuples:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Instance-based anchors",
"sec_num": "3.3.1"
},
{
"text": "AnchorSet(Pred 1 -Arg 1 , Pred 2 -Arg 2 ) = {Arg| Pred 1 -Arg 1 ; Pred 2 -Arg 2 ; Anc }.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Instance-based anchors",
"sec_num": "3.3.1"
},
{
"text": "Let us consider sentences (3a) and (3b) in Figure 1 . These two sentences both contain predicates bake and burn. In (3a), the noun bread fills the object slot of bake, while in (3b) the same noun bread fills the subject slot of burn. In such a case, we assume the noun bread to be an anchor indicating that the object of bake and the subject of burn are shared with each other. We call such anchors type-based anchors because bread in (3a) and bread in (3b) do not refer to the same object but are identical just as type.",
"cite_spans": [],
"ref_spans": [
{
"start": 43,
"end": 51,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Type-based anchors",
"sec_num": "3.3.2"
},
{
"text": "Given a pair of predicates Pred 1 and Pred 2 , we search a corpus for sentences where Pred 1 and Pred 2 co-occur, and calculate the frequency counts of their argument fillers appearing in those sentences:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Type-based anchors",
"sec_num": "3.3.2"
},
{
"text": "\u2022 If argument Arg 1 of Pred 1 is filled by noun Anc, increment the count of Pred 1 -Arg 1 ; Pred 2 ; Anc .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Type-based anchors",
"sec_num": "3.3.2"
},
{
"text": "\u2022 If argument Arg 2 of Pred 2 is filled by noun Anc, increment the count of Pred 1 ; Pred 2 -Arg 2 ; Anc .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Type-based anchors",
"sec_num": "3.3.2"
},
{
"text": "We then identify the intersection between the filler sets of Pred 1 -Arg 1 and Pred 2 -Arg 2 as the anchor set of that argument pair. Namely,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Type-based anchors",
"sec_num": "3.3.2"
},
{
"text": "AnchSet(Pred 1 -Arg 1 , Pred 2 -Arg 2 ) = S 1 \u2229 S 2 ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Type-based anchors",
"sec_num": "3.3.2"
},
{
"text": "where S 1 = {Arg| Pred 1 -Arg 1 ; Pred 2 ; Anc }, S 2 = {Arg| Pred 1 ; Pred 2 -Arg 2 ; Anc }.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Type-based anchors",
"sec_num": "3.3.2"
},
{
"text": "We say an argument pair covered by anchors only if any anchor is found for it. Analogously, we say a predicate pair covered by anchors only if any argument pair associated with it is covered by anchors. In the phase of shared argument identification, for each given predicate pair, we carry out the following procedure:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Application of anchor sets",
"sec_num": "3.3.3"
},
{
"text": "1. Discard the predicate pair if it is not covered by anchors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Application of anchor sets",
"sec_num": "3.3.3"
},
{
"text": "2. Choose maximally k-most frequent argument pairs associated with the predicate pair (k = 3 in our experiments).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Application of anchor sets",
"sec_num": "3.3.3"
},
{
"text": "3. Choose maximally l-most frequent anchors for each chosen argument pair (l = 3).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Application of anchor sets",
"sec_num": "3.3.3"
},
{
"text": "For an empirical evaluation, we used a sample of approximately 500M sentences taken from the Web corpus collected by Kawahara and Kurohashi (2006) . The sentences were dependencyparsed with CaboCha (Kudo and Matsumoto, 2002) , and co-occurrence samples of event mentions were extracted. Event mentions with patterns whose frequency was less than 20 were discarded in order to reduce computational costs.",
"cite_spans": [
{
"start": 117,
"end": 146,
"text": "Kawahara and Kurohashi (2006)",
"ref_id": "BIBREF5"
},
{
"start": 198,
"end": 224,
"text": "(Kudo and Matsumoto, 2002)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments 4.1 Settings",
"sec_num": "4"
},
{
"text": "In our experiments, we considered two of Inui et al. (2003) 's four types of causal relations: actioneffect relations (Effect in Inui et al.'s terminology) and action-means relations (Means). An actioneffect relation holds between events x and y if and only if non-volitional event y is likely to happen as either a direct or indirect effect of volitional action x. For example, the action X-ga undou-suru (X exercises) and the event X-ga ase-o-kaku (X sweats) are considered to be in this type of relation. We did not require the necessity for an effect. For example, while nomu (drink) does not necessarily result in futsukayoi-ni naru (have a hangover), the assessors judged this pair correct because one can at least say that the latter sometimes happens as a result of the former. An action-means relation, on the other hand, holds between events x and y if and only if volitional action y is likely to be done as a part/means of volitional action x. For example, if case a event-pair is X-ga hashiru (X runs) is considered as a typical action that is often done as a part of the action X-ga undou-suru (X exercises).",
"cite_spans": [
{
"start": 41,
"end": 59,
"text": "Inui et al. (2003)",
"ref_id": "BIBREF4"
},
{
"start": 129,
"end": 155,
"text": "Inui et al.'s terminology)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments 4.1 Settings",
"sec_num": "4"
},
{
"text": "For our experiments, we manually built a lexicon of over 12,000 verbs with volitionality labels, obtaining 8,968 volitional verbs, 3,597 nonvolitional and 547 ambiguous. Volitional verbs include taberu (eat) and kenkyu-suru (research), while non-volitional verbs include atatamaru (get warm), kowareru (to break-vi) and kanashimu (be sad). Volitionality information was used as a feature of predicate slots in pattern-based predicate pair acquisition.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments 4.1 Settings",
"sec_num": "4"
},
{
"text": "We ran the extended Espresso algorithm starting with 25 positive and 4 negative seed relation instances for the action-effect relation and 174 positive and 131 negative seed relations for the action-means relation. As a result, we obtained 9,511 patterns with 22,489 relation instances for action-effect and 14,119 co-occurrence patterns with 13,121 relation instances for action-means after 40 iterations of pattern and instance ranking/selection. The threshold parameters for selecting patterns and instances were decided in a preliminary trial. Some of the acquired instances are shown in Table 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 592,
"end": 599,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Predicate pair acquisition",
"sec_num": "4.2.1"
},
{
"text": "We next randomly sampled 100 predicate pairs from each of four sections (1-500, 501-1500, 1501-3500 and 3500-7500) of the ranks of the acquired pairs for each relation class. Two annotators were asked to judge the correctness of each predicate pair (i.e. 800 pairs in total). They judged a predicate pair to be correct if they could produce an appropriate relation instance from that pair by adding some shared argument. For example, the pair (hang/put/call) and (connect) was judged correct because it could constitute such a relation instance as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicate pair acquisition",
"sec_num": "4.2.1"
},
{
"text": "(3) ( :X) \u2192 effect ( :X) (X \u2208 { }) make(obj:X) \u2192 effect go-through(subj:X) (X \u2208 {phone-call})",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicate pair acquisition",
"sec_num": "4.2.1"
},
{
"text": "Unfortunately, the two annotators did not agree with each other very much. out of the 400 samples, they agreed only on 294 for action-effect and 297 for action-means. However, a closer look at the results revealed that the judgements of the one annotator were considerably but very consistently more tolerant than the other. Assuming that the judgements of the latter correct, the precision and recall of those of the former would be 0.71 and 0.97 for action-effect, and 0.75 and 0.99 for actionmeans. These figures indicate that the two annotators agreed quite well with respect to the \"goodness\" of a sample, while having different criteria for strictness. For our evaluation, we decided to lean to the strict side and considered a sample correct only if it was judged correct by both annotators. The accuracy and recall achieved by the pattern-based model is shown in the column \"all\" under \"LSPs\" in Table 2 .",
"cite_spans": [],
"ref_spans": [
{
"start": 904,
"end": 911,
"text": "Table 2",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Predicate pair acquisition",
"sec_num": "4.2.1"
},
{
"text": "We then applied the anchor-based methods described in Section 3.3 to the above 800 sampled predicate pairs. The results are shown in the column \"covered by anchors\" of Table 2. Since the tendency for both relation classes is more or less the same, let us focus only on the results for actioneffect.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicate pair acquisition",
"sec_num": "4.2.1"
},
{
"text": "As shown in the column \"all\" under \"LSPs\" in the table, the pattern-based method covered 269 out of the 400 predicate pairs sampled above. The instance-based anchors (\"instance\") covered 175 out of the 400 predicate pairs sampled above, and 144 of them were correct with respect to relation type. We calculate its accuracy by dividing 144 by 175 and recall by dividing 144 by 269. These figures indicate that the instance-based anchors chose correct predicate pairs at a very high accuracy while sacrificing recall. The recall, however, can be extensively improved without losing accuracy by combining the instance-based and typebased anchors, where we considered a predicate pair covered if it was covered by either of the instance-based and type-based anchors. The results are shown in the column \"combined\" under \"covered by anchors\" in the same table. While the type-based anchors exhibited the same tendency as the instance-based anchors (namely, high accuracy and low recall), their coverage reasonably differed from each other, which contributed to the improvement of recall.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicate pair acquisition",
"sec_num": "4.2.1"
},
{
"text": "To summarize so far, the pattern-based method we adopted in the experiment generated a substantial number of predicate pairs with a accuracy comparative to the state of the art. The accuracy was, however, further boosted by applying both instance-based and type-based anchors. This effect is particularly important because, to our best knowledge, very few pattern-based relation acquisition models have been reported to achieve as high a accuracy as what we achieved. In the case of our pattern-based model, for reference, the 254 highly ranked pairs of the 400 samples included only 185 correct pairs, which is worse than the 206 pairs covered by anchors for both accuracy and recall (see the \"top-N\" column under \"LSPs\" in Table 2 . This difference also leads us to consider incorporating our anchor-based filtering into the bootstrapping cycles of pattern-based predicate pair acquisition.",
"cite_spans": [],
"ref_spans": [
{
"start": 725,
"end": 732,
"text": "Table 2",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Predicate pair acquisition",
"sec_num": "4.2.1"
},
{
"text": "We next investigated the accuracy of shared argument identification. For each of the aforementioned predicate pairs covered by anchors (the 254 pairs for action-effect and 254 for action-means), we asked the same two annotators as above to judge the correctness of the shared argument information. The results of combination are shown in Table 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 338,
"end": 345,
"text": "Table 3",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Shared argument identification",
"sec_num": "4.2.2"
},
{
"text": "\"arg-strict\" shows the results of the strict judgments where the shared argument was considered to be correctly identified only when the most frequent argument pair was judged correct, while \"arg-lenient\" shows the results of the lenient judgments where the shared argument was considered to be correctly identified when either of the three most frequent argument pairs was judged correct. For judging the correctness of an argument pair, we had three degrees of strictness. In the most strict criterion (\"anc-strict\"), an argument pair was judged correct only when its maximally three anchor words were all correct, while in \"anc-lenient\", an argument pair was judged correct when any of the three most frequent anchor words was correct. In \"anc-any\", an argument pair was judged correct as far as an annotator could think of any appropriate anchor word for it. While the inter-annotator agreement was not very high, with the kappa coefficient in the \"arg-strict\" and \"anc-any\" setting 0.47 for action-effect and 0.42 for action-effect), one was again consistently more tolerant than the other. For the same reason as argued in 4.2.1, we considered an acquired relation correct only if both annotators judged it correct.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Shared argument identification",
"sec_num": "4.2.2"
},
{
"text": "In this experiment, predicate pairs that had been judged wrong with respect to relation types were all considered wrong in all the settings. The upper bounds of accuracy, therefore, are given by those in Table 2 . For \"arg- * \" with the \"combined\" anchors, for example, the upper bound of accuracy is 0.81. Since \"arg-lenient\" with \"combined\" and \"anc-lenient\" achieved 0.76 accuracy, our method turned out to be reasonably precise in identifying argument pairs and their fillers. Paying attention to \"arg-strict\" and \"anc-strict\", on the other hand, one can see a considerable drop from the lenient case, which needs to be further investigated.",
"cite_spans": [],
"ref_spans": [
{
"start": 204,
"end": 211,
"text": "Table 2",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Shared argument identification",
"sec_num": "4.2.2"
},
{
"text": "Motivated by the complementarity between the pattern-based relation-oriented approach and the anchor-based argument-oriented approach to event relation acquisition, we have explored a twophased approach, which first uses patterns to acquire predicate pairs and then uses two types of anchors to identify shared arguments, reporting on the present results of our empirical evaluation. The results have shown that (a) the anchor-based filtering extensively improves the accuracy of predicate pair acquisition, (b) the instance-based and type-based anchors are almost equally contributive and combining them improves recall without los- ing accuracy, and (c) the anchor-based method also achieves high accuracy in shared argument identification.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and future work",
"sec_num": "5"
},
{
"text": "Our future direction will be two-fold. One is evaluation. Clearly, more comprehensive evaluation needs to be done. For example, the acquired relation instances should be evaluated in some task-oriented manner. The other intriguing issue is how our anchor-based method for shared argument identification can benefit from recent advances in coreference and zero-anaphora resolution (Iida et al., 2006; Komachi et al., 2007, etc.) .",
"cite_spans": [
{
"start": 380,
"end": 399,
"text": "(Iida et al., 2006;",
"ref_id": "BIBREF3"
},
{
"start": 400,
"end": 427,
"text": "Komachi et al., 2007, etc.)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and future work",
"sec_num": "5"
},
{
"text": "A included in an LSP denotes, throughout this paper, a variable slot to be filled with an event expression. The filler of denotes either the lexical or syntactic constraints on the slot or an example that is to fill the slot.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Acquiring event relation knowledge by learning cooccurrence patterns and fertilizing cooccurrence samples with verbal nouns",
"authors": [
{
"first": "Shuya",
"middle": [],
"last": "Abe",
"suffix": ""
},
{
"first": "Kentaro",
"middle": [],
"last": "Inui",
"suffix": ""
},
{
"first": "Yuji",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 3rd International Joint Conference on Natural Language Processing",
"volume": "",
"issue": "",
"pages": "497--504",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abe, Shuya, Kentaro Inui, and Yuji Matsumoto. 2008. Acquiring event relation knowledge by learning cooccurrence patterns and fertilizing cooccurrence samples with verbal nouns. In Proceedings of the 3rd International Joint Conference on Natural Lan- guage Processing, pages 497-504.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Global path-based refinement of noisy graphs applied to verb semantics",
"authors": [
{
"first": "Timothy",
"middle": [],
"last": "Chklovski",
"suffix": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Pantel",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of Joint Conference on Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chklovski, Timothy and Patrick Pantel. 2005. Global path-based refinement of noisy graphs applied to verb semantics. In Proceedings of Joint Conference on Natural Language Processing.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Mathematical structures of language",
"authors": [
{
"first": "Zelling",
"middle": [],
"last": "Harris",
"suffix": ""
}
],
"year": 1968,
"venue": "Interscience Tracts in Pure and Applied Mathematics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Harris, Zelling. 1968. Mathematical structures of language. Interscience Tracts in Pure and Applied Mathematics.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Exploiting syntactic patterns as clues in zeroanaphora resolution",
"authors": [
{
"first": "Ryu",
"middle": [],
"last": "Iida",
"suffix": ""
},
{
"first": "Kentaro",
"middle": [],
"last": "Inui",
"suffix": ""
},
{
"first": "Yuji",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 21st International Conference on Computational Linguistics and the 44th annual meeting of the ACL",
"volume": "",
"issue": "",
"pages": "625--632",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Iida, Ryu, Kentaro Inui, and Yuji Matsumoto. 2006. Exploiting syntactic patterns as clues in zero- anaphora resolution. In Proceedings of the 21st In- ternational Conference on Computational Linguis- tics and the 44th annual meeting of the ACL, pages 625-632. Association for Computational Linguis- tics.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "What kinds and amounts of causal knowledge can be acquired from text by using connective markers as clues?",
"authors": [
{
"first": "Takashi",
"middle": [],
"last": "Inui",
"suffix": ""
},
{
"first": "Kentaro",
"middle": [],
"last": "Inui",
"suffix": ""
},
{
"first": "Yuji",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 6th International Conference on Discovery Science",
"volume": "",
"issue": "",
"pages": "180--193",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Inui, Takashi, Kentaro Inui, and Yuji Matsumoto. 2003. What kinds and amounts of causal knowledge can be acquired from text by using connective markers as clues? In Proceedings of the 6th International Conference on Discovery Science,, pages 180-193.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "A fully-lexicalized probabilistic model for japanese syntactic and case structure analysis",
"authors": [
{
"first": "Daisuke",
"middle": [],
"last": "Kawahara",
"suffix": ""
},
{
"first": "Sadao",
"middle": [],
"last": "Kurohashi",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the Human Language Technology Conference of the North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "176--183",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kawahara, Daisuke and Sadao Kurohashi. 2006. A fully-lexicalized probabilistic model for japanese syntactic and case structure analysis. In Proceedings of the Human Language Technology Conference of the North American Chapter of the Association for Computational Linguistics, pages 176-183.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Learning based argument structure analysis of event-nouns in japanese",
"authors": [
{
"first": "Mamoru",
"middle": [],
"last": "Komachi",
"suffix": ""
},
{
"first": "Ryu",
"middle": [],
"last": "Iida",
"suffix": ""
},
{
"first": "Kentaro",
"middle": [],
"last": "Inui",
"suffix": ""
},
{
"first": "Yuji",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the Conference of the Pacific Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "120--128",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Komachi, Mamoru, Ryu Iida, Kentaro Inui, and Yuji Matsumoto. 2007. Learning based argument struc- ture analysis of event-nouns in japanese. In Proceed- ings of the Conference of the Pacific Association for Computational Linguistics, pages 120-128.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Japanese dependency analysis using cascaded chunking",
"authors": [
{
"first": "Taku",
"middle": [],
"last": "Kudo",
"suffix": ""
},
{
"first": "Yuji",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 6th Conference on Natural Language Learning 2002 (COLING 2002 Post-Conference Workshops)",
"volume": "",
"issue": "",
"pages": "63--69",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kudo, Taku and Yuji Matsumoto. 2002. Japanese de- pendency analysis using cascaded chunking. In Pro- ceedings of the 6th Conference on Natural Language Learning 2002 (COLING 2002 Post-Conference Workshops), pages 63-69.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Dirt: discovery of inference rules from text",
"authors": [
{
"first": "Dekang",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Pantel",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the seventh ACM SIGKDD international conference on Knowledge discovery and data mining",
"volume": "",
"issue": "",
"pages": "323--328",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lin, Dekang and Patrick Pantel. 2001. Dirt: discovery of inference rules from text. In Proceedings of the seventh ACM SIGKDD international conference on Knowledge discovery and data mining, pages 323- 328.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Espresso: Leveraging generic patterns for automatically harvesting semantic relations",
"authors": [
{
"first": "Patrick",
"middle": [],
"last": "Pantel",
"suffix": ""
},
{
"first": "Marco",
"middle": [],
"last": "Pennacchiotti",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "113--120",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pantel, Patrick and Marco Pennacchiotti. 2006. Espresso: Leveraging generic patterns for automat- ically harvesting semantic relations. In Proceedings of the 21st International Conference on Computa- tional Linguistics and 44th Annual Meeting of the ACL, pages 113-120.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Acquisition of verb entailment from text",
"authors": [
{
"first": "Viktor",
"middle": [],
"last": "Pekar",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the Human Language Technology Conference of the NAACL, Main Conference",
"volume": "",
"issue": "",
"pages": "49--56",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pekar, Viktor. 2006. Acquisition of verb entailment from text. In Proceedings of the Human Language Technology Conference of the NAACL, Main Confer- ence, pages 49-56.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Scaling web-based acquisition of entailment relations",
"authors": [
{
"first": "Idan",
"middle": [],
"last": "Szpektor",
"suffix": ""
},
{
"first": "Hristo",
"middle": [],
"last": "Tanev",
"suffix": ""
},
{
"first": "Ido",
"middle": [],
"last": "Dagan",
"suffix": ""
},
{
"first": "Bonaventura",
"middle": [],
"last": "Coppola",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of EMNLP 2004",
"volume": "",
"issue": "",
"pages": "41--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Szpektor, Idan, Hristo Tanev, Ido Dagan, and Bonaven- tura Coppola. 2004. Scaling web-based acquisition of entailment relations. In Lin, Dekang and Dekai Wu, editors, Proceedings of EMNLP 2004, pages 41-48, Barcelona, Spain. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Acquiring inference rules with temporal constraints by using japanese coordinated sentences and noun-verb co-occurrences",
"authors": [
{
"first": "Kentaro",
"middle": [],
"last": "Torisawa",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of Human Language Technology Conference/North American chapter of the Association for Computational Linguistics annual meeting (HLT-NAACL06)",
"volume": "",
"issue": "",
"pages": "57--64",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Torisawa, Kentaro. 2006. Acquiring inference rules with temporal constraints by using japanese coordi- nated sentences and noun-verb co-occurrences. In Proceedings of Human Language Technology Con- ference/North American chapter of the Association for Computational Linguistics annual meeting (HLT- NAACL06), pages 57-64.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Discovering asymmetric entailment relations between verbs using selectional preferences",
"authors": [
{
"first": "Fabio",
"middle": [],
"last": "Zanzotto",
"suffix": ""
},
{
"first": "Marco",
"middle": [],
"last": "Massimo",
"suffix": ""
},
{
"first": "Maria",
"middle": [
"Teresa"
],
"last": "Pennacchiotti",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Pazienza",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "849--856",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zanzotto, Fabio Massimo, Marco Pennacchiotti, and Maria Teresa Pazienza. 2006. Discovering asym- metric entailment relations between verbs using se- lectional preferences. In Proceedings of the 21st In- ternational Conference on Computational Linguis- tics and 44th Annual Meeting of the Association for Computational Linguistics, pages 849-856.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "(a) Anchor word Anc is the head of a noun phrase filling argument Arg 1 of Pred 1 appearing in a Web page.(b) Anc also fills argument Arg 2 of Pred 2 appearing in the same Web page as above.",
"uris": null,
"num": null,
"type_str": "figure"
},
"TABREF0": {
"text": "Accuracy and recall of relation classification",
"type_str": "table",
"num": null,
"content": "<table><tr><td/><td colspan=\"2\">LSPs</td><td colspan=\"3\">covered by anchors</td></tr><tr><td/><td colspan=\"5\">all top-N instance type combined</td></tr><tr><td colspan=\"2\">action-effect 400</td><td>254</td><td>175</td><td>169</td><td>254</td></tr><tr><td/><td>269</td><td>185</td><td>144</td><td>143</td><td>206</td></tr><tr><td colspan=\"6\">(accuracy) (0.67) (0.72) (0.82) (0.84) (0.81)</td></tr><tr><td>(recall)</td><td colspan=\"5\">(1.00) (0.68) (0.53) (0.53) (0.76)</td></tr><tr><td colspan=\"2\">action-means 400</td><td>254</td><td>178</td><td>176</td><td>254</td></tr><tr><td/><td>280</td><td>193</td><td>143</td><td>140</td><td>200</td></tr><tr><td colspan=\"6\">(accuracy) (0.70) (0.75) (0.80) (0.79) (0.78)</td></tr><tr><td>(recall)</td><td colspan=\"5\">(1.00) (0.68) (0.51) (0.50) (0.71)</td></tr></table>",
"html": null
},
"TABREF1": {
"text": "",
"type_str": "table",
"num": null,
"content": "<table><tr><td/><td/><td/><td/><td>: Examples</td><td/><td/><td/><td/></tr><tr><td/><td colspan=\"2\">Pred1</td><td>Arg1</td><td colspan=\"2\">Pred2</td><td>Arg2 Anc</td><td/><td/></tr><tr><td>action-effect</td><td>begin(</td><td colspan=\"2\">) obj( )</td><td>finish(</td><td colspan=\"3\">) subj( ) installation(</td><td/><td>),</td></tr><tr><td/><td/><td/><td/><td/><td/><td colspan=\"2\">transaction(</td><td/><td>)</td></tr><tr><td colspan=\"2\">action-effect design(</td><td colspan=\"3\">) obj( ) be pretty(</td><td colspan=\"2\">) subj( ) logotype(</td><td>)</td><td/></tr><tr><td>action-effect</td><td>sleep(</td><td>)</td><td>in( )</td><td>be sleep(</td><td>)</td><td>in( ) bed(</td><td colspan=\"2\">), futon(</td><td>)</td></tr><tr><td>action-means</td><td>cure(</td><td>)</td><td colspan=\"2\">by( ) prescribe(</td><td>)</td><td colspan=\"2\">obj( ) medicine( )</td><td/></tr><tr><td>action-means</td><td>cure(</td><td colspan=\"3\">) obj( ) prescribe(</td><td>)</td><td>for( ) patient(</td><td>)</td><td/></tr><tr><td>action-means</td><td>go home(</td><td>)</td><td>by( )</td><td>drive(</td><td>)</td><td colspan=\"2\">obj( ) car( ), car(</td><td>)</td></tr><tr><td>action-means</td><td>use(</td><td colspan=\"2\">) obj( )</td><td>copy(</td><td>)</td><td>obj( ) file(</td><td colspan=\"2\">), data(</td><td>)</td></tr></table>",
"html": null
},
"TABREF2": {
"text": "Accuracy of shared argument identification",
"type_str": "table",
"num": null,
"content": "<table><tr><td/><td/><td/><td>action-effect</td><td/><td/><td>action-means</td><td/></tr><tr><td/><td/><td colspan=\"3\">anc-strict anc-lenient anc-any</td><td colspan=\"3\">anc-strict anc-lenient anc-any</td></tr><tr><td/><td>instance</td><td>0.64</td><td>0.71</td><td>0.71</td><td>0.61</td><td>0.66</td><td>0.66</td></tr><tr><td>arg-strict</td><td>type</td><td>0.60</td><td>0.63</td><td>0.65</td><td>0.61</td><td>0.65</td><td>0.67</td></tr><tr><td/><td>combined</td><td>0.60</td><td>0.65</td><td>0.66</td><td>0.58</td><td>0.62</td><td>0.64</td></tr><tr><td/><td>instance</td><td>0.78</td><td>0.80</td><td>0.80</td><td>0.73</td><td>0.75</td><td>0.76</td></tr><tr><td>arg-lenient</td><td>type</td><td>0.68</td><td>0.71</td><td>0.72</td><td>0.67</td><td>0.69</td><td>0.71</td></tr><tr><td/><td>combined</td><td>0.74</td><td>0.76</td><td>0.77</td><td>0.71</td><td>0.73</td><td>0.74</td></tr></table>",
"html": null
}
}
}
}