|
{ |
|
"paper_id": "O08-4003", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T08:02:25.499233Z" |
|
}, |
|
"title": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on Dependency Structure Analysis", |
|
"authors": [ |
|
{ |
|
"first": "Yuchang", |
|
"middle": [], |
|
"last": "Cheng", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Nara Institute of Science and Technology", |
|
"location": { |
|
"postCode": "8916-5, 630-0192", |
|
"settlement": "Takayama, Ikoma", |
|
"region": "Nara", |
|
"country": "Japan" |
|
} |
|
}, |
|
"email": "yuchan-c@is.naist.jp" |
|
}, |
|
{ |
|
"first": "Masayuki", |
|
"middle": [], |
|
"last": "Asahara", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Nara Institute of Science and Technology", |
|
"location": { |
|
"postCode": "8916-5, 630-0192", |
|
"settlement": "Takayama, Ikoma", |
|
"region": "Nara", |
|
"country": "Japan" |
|
} |
|
}, |
|
"email": "masayu-a@is.naist.jp" |
|
}, |
|
{ |
|
"first": "Yuji", |
|
"middle": [], |
|
"last": "Matsumoto", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Nara Institute of Science and Technology", |
|
"location": { |
|
"postCode": "8916-5, 630-0192", |
|
"settlement": "Takayama, Ikoma", |
|
"region": "Nara", |
|
"country": "Japan" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper describes an annotation guideline for a temporal relation-tagged corpus of Chinese. Our goal is construction of corpora to be used for a corpus-based analysis of temporal relations among events. Since annotating all combinations of events is inefficient, we examine the use of dependency structure to efficiently recognize temporal relations. We annotate a part of Treebank based on our guidelines. Then, we survey a small tagged data set to investigate the coverage of our method. While we find that use of dependency structure drastically reduces manual effort in constructing a tagged corpus with temporal relations, the coverage of the methods achieves about 63%.", |
|
"pdf_parse": { |
|
"paper_id": "O08-4003", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper describes an annotation guideline for a temporal relation-tagged corpus of Chinese. Our goal is construction of corpora to be used for a corpus-based analysis of temporal relations among events. Since annotating all combinations of events is inefficient, we examine the use of dependency structure to efficiently recognize temporal relations. We annotate a part of Treebank based on our guidelines. Then, we survey a small tagged data set to investigate the coverage of our method. While we find that use of dependency structure drastically reduces manual effort in constructing a tagged corpus with temporal relations, the coverage of the methods achieves about 63%.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Extracting temporal information in documents is a useful technique for many NLP applications such as question answering, text summarization, machine translation, and so on. Temporal information includes three elements: 1. temporal expressions, which describe time or period in the real or virtual world; 2. event or situation expressions that occur instantaneously or that last for a period of time; 3. temporal relations, which describe the ordering relation between an event expression and a temporal expression or between two event expressions. There is a great deal of research dealing with temporal expressions and event expressions. Extracting temporal expressions is a subtask of NER [IREX committee 1999] and is widely studied in many languages [Mani et al. 2006b ]. Normalizing temporal expressions has been investigated in evaluation workshops [Chinchor 1997] . Event semantics has been investigated in linguistics and in AI fields [Bach 1986 ]. However, research on temporal relation extraction is still limited. Temporal relation extraction includes the following issues: identifying events, anchoring an event to the timeline, ordering events, and reasoning of contextually underspecified temporal expressions. To extract temporal relations, several knowledge sources are necessary, such as tense and aspect of verbs, temporal adverbs, and world knowledge [Mani et al. 2006b ].", |
|
"cite_spans": [ |
|
{ |
|
"start": 691, |
|
"end": 712, |
|
"text": "[IREX committee 1999]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 753, |
|
"end": 771, |
|
"text": "[Mani et al. 2006b", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 854, |
|
"end": 869, |
|
"text": "[Chinchor 1997]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 942, |
|
"end": 952, |
|
"text": "[Bach 1986", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 1369, |
|
"end": 1387, |
|
"text": "[Mani et al. 2006b", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The goal of our research is to efficiently construct a temporal relation tagged corpus of Chinese. In English, TimeBank [Pustejovsky et al. 2006] , a temporal information tagged corpus, is available for introducing machine learning approaches to automatically extract temporal relations. In Chinese, there is some related research on temporal expression extraction [Li et al. 2005] . However, there is no publicly available resource for temporal information processing in Chinese. Currently, such resources, event and temporal relation tagged corpora, are being made. Annotating all temporal relations of event pairs is time-consuming. Therefore, we propose a dependency structure based method to annotate temporal relations manually on a limited set of event pairs and extend the relations using inference rules. This method reduces manual effort. The dependency structure helps to detect subordinate and coordinate structures in sentences. We also describe a guideline for corpus annotation. Our annotation guideline is based on TimeML [Saur\u00ed et al. 2005] , which was originally designed for English texts. We have developed a machine learning based dependency analyzer for Chinese [Cheng 2005 ] 1 and a Chinese morphological analyzer [GOH 2006] . We can use our dependency analyzer to analyze raw text then use the output to annotate the temporal relations. However, in this paper, we use a syntactic tagged Chinese treebank (Penn Chinese Treebank) [Palmer et al. 2005 ] to create a temporal information annotated corpus. Finally, we survey the distribution of the temporal relations in our tagged corpus. We also evaluate the coverage of limited event pairs in our criteria.", |
|
"cite_spans": [ |
|
{ |
|
"start": 120, |
|
"end": 145, |
|
"text": "[Pustejovsky et al. 2006]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 365, |
|
"end": 381, |
|
"text": "[Li et al. 2005]", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 1038, |
|
"end": 1057, |
|
"text": "[Saur\u00ed et al. 2005]", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 1184, |
|
"end": 1195, |
|
"text": "[Cheng 2005", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 1237, |
|
"end": 1247, |
|
"text": "[GOH 2006]", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 1452, |
|
"end": 1471, |
|
"text": "[Palmer et al. 2005", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "We investigated the distribution of events and temporal expressions in TimeBank [Pustejovsky et al. 2006] and Penn Chinese Treebank. TimeBank is a temporal information tagged corpus of English with TimeML annotation guideline. We found that the distribution of events and temporal expressions is uneven. Therefore, our corpus does not focus on the relations between an event and a temporal expression, but between two events. TimeML is a corpus annotation guideline of temporal information for English news articles. In this section, first, we introduce the resource --TimeBank and describe the temporal relation links of original TimeML. Second, we investigate the distribution of events and temporal expressions in TimeBank and Penn Chinese Treebank. Finally, we analyze the temporal relation links to observe the correlation between dependency structure and TimeML links. ", |
|
"cite_spans": [ |
|
{ |
|
"start": 80, |
|
"end": 105, |
|
"text": "[Pustejovsky et al. 2006]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Background", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "TimeML is a corpus guideline of temporal information for English news articles. Table 1 lists the definition of the tags. \"EVENT\", \"TIMEX3\" and \"SIGNAL\" tags in TimeML mark temporal entities such as event expressions and temporal expressions. Link tags annotate temporal relations between entities. The tag \"TLINK\" represents the temporal relationship between two entities. The definition of temporal relations using the tag \"TLINK\" is based on Allen's temporal relations [Allen 1983 ]. The tags \"SLINK\" and \"ALINK\" annotate the relations between a main event and its subordinate event. While the tag \"ALINK\" describes an aspectual relation, the tag \"SLINK\" describes a subordinate relation without explicit aspectual meaning. TimeBank is a temporal information tagged corpus that includes full temporal information (temporal expressions, events and temporal relations). The corpus is annotated according to the TimeML guidelines.", |
|
"cite_spans": [ |
|
{ |
|
"start": 472, |
|
"end": 483, |
|
"text": "[Allen 1983", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 80, |
|
"end": 87, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Resources", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "We create a temporal information tagged corpus for Chinese with our criteria because there is no such tagged corpus currently published. Our criteria include many elements of dependency structure. Sentences should be parsed to dependency structures; then, one should use the information of dependency structure to annotate temporal relations. Therefore, we used Penn Chinese Treebank [Palmer et al. 2005] as the original data and transfer phrase structures to dependency structures (See Section 4.1).", |
|
"cite_spans": [ |
|
{ |
|
"start": 384, |
|
"end": 404, |
|
"text": "[Palmer et al. 2005]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Resources", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Temporal relation includes anchoring a relation from an event to a temporal expression and ordering the relations between two events. Intuitively, ordering two events requires a temporal expression that can anchor events on the timeline. Previous research [Li et al. 2001 ] focused on simple anchoring problems, such as co-reference resolution between an event and a temporal expression. However, recent research ( [Mani et al. 2006b] , [Li et al. 2004] ) has covered temporal relations depending on not only the temporal expressions but also world knowledge such as verb ontology in VerbOcean [Chklovski and Pantel 2004] and inference rules.", |
|
"cite_spans": [ |
|
{ |
|
"start": 256, |
|
"end": 271, |
|
"text": "[Li et al. 2001", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 415, |
|
"end": 434, |
|
"text": "[Mani et al. 2006b]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 437, |
|
"end": 453, |
|
"text": "[Li et al. 2004]", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 594, |
|
"end": 621, |
|
"text": "[Chklovski and Pantel 2004]", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Temporal Relations: \"between a temporal expression and an event\" OR \"between two events\"", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "However, some events cannot be anchored on a timeline without ordering the events independently. For example, in Figure 1 , there is one temporal expression \"\u6628\u5929\u65e9\u4e0a\uf9d1\u70b9\" (6 A.M. yesterday) and four verb phrases (\"\u8d77\u5e8a\" (wake up), \"\u5403\u65e9\u9910\" (eat breakfast), \"\u642d\u516c\u8f66\"", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 113, |
|
"end": 121, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The Temporal Relations: \"between a temporal expression and an event\" OR \"between two events\"", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Dependency Structure Analysis (by bus), and \"\u4e0a\u5b66\" (go to school)) in the example sentence. For ordering these events (verbal phrases) on the timeline, we can analyze the temporal relationship between an event and a temporal expression. In this example, there is only one temporal expression \"\u6628\u5929\u65e9\u4e0a \uf9d1\u70b9\" (6 A.M. yesterday) that can be analyzed, and it is the anchor time of the event \"\u8d77\u5e8a\" (wake up). Figure 1 (1) describes the temporal relations of adjacent event pairs 2 , and we can recognize some temporal relations by considering the event pairs rather than the temporal expression. These temporal relations are: the event \"\u8d77\u5e8a\" (wake up) occurs before the event \"\u5403\u65e9\u9910\" (eat breakfast); the event \"\u5403\u65e9\u9910\" (eat breakfast) occurs before the event \"\u642d\u516c\u8f66\" (by bus); and the events \"\u642d\u516c\u8f66\" (by bus) and \"\u4e0a\u5b66\" (go to school) occur at the same time. Figure 1 (2) describes the temporal relation between the anchor time \"\u6628\u5929\u65e9\u4e0a\uf9d1\u70b9\" (6 A.M. yesterday) and the event \"\u8d77\u5e8a\" (wake up). This temporal relation can anchor the event on the timeline. Combining the temporal relations in Figure 1 (1) and (2), the reader can recognize what happened and when they happened. Therefore, we can divide the process of recognizing the temporal information in the sentence into two steps: (1) recognizing the temporal relation between two events; (2) anchoring the events on the timeline. In extreme cases, we can think that a reader can recognize the situation by only considering the temporal relation between events, even if the reader does not know the anchor time of the events. Therefore, we think that annotating the temporal relations between event pairs is an independent task in temporal information processing. In this research, we focus on annotating the relations between two events. Considering the distribution of the events in TimeBank (see Table 1 and Table 2 ), the number of events is more than the number of temporal expressions (TIMEX3). Therefore, to order the events, many events should share a temporal expression or should be analyzed as the temporal relation of event pairs with no corresponding temporal expression. We observe similar things in Chinese corpora. We calculate the distribution of the temporal phrases and verbs in the Penn Chinese Treebank [Palmer et al. 2005] . There are 72,245 verbs (the words with POS-tags VV, VA, VE, VC) and 10,129 temporal phrases (the phrases with the tag \"TMP\") in this Treebank. Only a portion of the verbs in an article have their own temporal expression (phrases), other verbs do not have direct temporal expression to anchor the verbs on the timeline. If we consider the verbs as the events in Treebank, most of the temporal relations are not between a temporal expression and an event, but between two events. To analyze the temporal relations between events that do not have their own temporal expression is necessary for recognizing the temporal information in Chinese articles.", |
|
"cite_spans": [ |
|
{ |
|
"start": 2246, |
|
"end": 2266, |
|
"text": "[Palmer et al. 2005]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 396, |
|
"end": 404, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 835, |
|
"end": 843, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1059, |
|
"end": 1067, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1821, |
|
"end": 1840, |
|
"text": "Table 1 and Table 2", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Figure 1. The temporal relations between events and a temporal expression", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "TimeBank 1.2 3 contains 183 articles with over 61,000 non-punctuation tokens. We investigate the distribution of temporal tags as shown in Table 2 . TimeBank includes 9,615 links (TLINK, SLINK, and ALINK), of which, 5,763 links are the relations between adjacent entity pairs 4 (an adjacent pair means the focal event and its linearly preceding event). According to the distribution, if we are able to recognize adjacent relations correctly (at least 60% (5,763/9,615) 5 of temporal relations are recognized), we expect to acquire more temporal relations with an additional process, such as adaptation of inference rules that we will describe in Section 4.4. We refer to the links of adjacent relations as \"adjacent links\". To recognize the adjacent links of events, we annotate adjacent event pairs.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 139, |
|
"end": 146, |
|
"text": "Table 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Adjacent Links in TimeBank", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "Additionally, we find that about 40% (2,296/5,763) of the links in the adjacent links are SLINKs and ALINKs. The links with the tag \"SLINK\" mean subordinate relations between events (not from an event to a temporal expression). Subordinate relation is the relationship between a focus event and a main event that the focus event depends on. SLINKs do not include TLINKs. If we extract SLINKs first, extracting other TLINKs from the remaining temporal entities would become simple. This observation gives us the idea that recognition of SLINKs is an important task for annotating adjacent relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Adjacent Links in TimeBank", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "Since the majority of adjacent links are subordinate relations, we cannot analyze the temporal relations between contiguous pairs of matrix verb events without analyzing the structure of the subordinate relations, namely dependency structure. To calculate the distribution of links in TimeBank using dependency structure, we parse the sentences in TimeBank into the dependency structure and estimate the number of head-modifier (governor-dependent) relations that are SLINK or ALINK. We use the POS-tagger \"TnT\" [Brants 2000 ] to tag the sentences and use the MST parser 6 [McDonald et al. 2005] to parse sentences to dependency structures. The column of \"Head-modifier links\" in Table 2 shows the number of each type of link that is a head-modifier relation. Seventy-three (2,331/3197) percent of S/ALINKs (SLINK + ALINK) in TimeBank are of head-modifier relations. This shows that dependency structure can be used to extract most S/ALINKs in English articles. Note that an event pair in a head-modifier relation link can also be one in an adjacent relation link.", |
|
"cite_spans": [ |
|
{ |
|
"start": 512, |
|
"end": 524, |
|
"text": "[Brants 2000", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 571, |
|
"end": 595, |
|
"text": "6 [McDonald et al. 2005]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 680, |
|
"end": 687, |
|
"text": "Table 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Links on the Dependency Structure in TimeBank", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "Previous researchers have shown that syntactic information is useful for temporal information extraction [Li et al. 2004] . We use dependency structure for annotating temporal relations. The reason is that dependency structures are simpler and more comprehensible than phrase structures. The dependency grammar is composed of asymmetric head-modifier relations between words. We focus on the relation of event pairs. Dependency structure can describe the semantic relations between events clearly. Subordinate relations can be identified by the dependency structure. Therefore, dependency structure analysis is very useful for annotating the temporal relation.", |
|
"cite_spans": [ |
|
{ |
|
"start": 105, |
|
"end": 121, |
|
"text": "[Li et al. 2004]", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Links on the Dependency Structure in TimeBank", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "We propose an annotation guideline for developing a Chinese temporal relation tagged corpus. The guideline is based on TimeML. TimeBank includes all possible temporal relations between two entities and is annotated manually. However, to annotate full temporal information of a newswire text requires considerable human effort and cost. To reduce human effort, we introduce several constraints on the original TimeML. First, we limit the definition of events to verbs. Second, we focus on three types of event pairs in a complete graph according to dependency structure and use inference rules to extend relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Strategy of Chinese Temporal Information Annotation", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "First, we limit the definition of events to verbs. According to the TimeML guideline for English, verbs, nominalizations, adjectives, predicative clauses, or prepositional phrases can be events. However, recognizing an instance whether nominalization represents an event or not is difficult in Chinese articles. For example, a nominalization \"\u7535\u8bdd(telephone)\" could mean a telephone machine in the example \"\u6211\u4e70\uf9ba\u4e00\u5177\u7535\u8bdd(I bought a telephone)\", or could mean a telephone call in the example \"\u4ed6\u5728\u7535\u8bdd\u4e2d\u8bf4\u2026(In the telephone call, he said\u2026).\" Similar to the example, the semantic role of most of the aforementioned non-finite entities (nominalizations and adjectives) is ambiguous in the morphological analysis and the meaning of an entity depends on the context. In other types of events (predicative clauses and prepositional phrases), recognizing these entities from a context needs chunking techniques. The phrases / clauses usually have the hierarchical structure of verbs. It will be complicated to recognize these event entities when we extract the events automatically. It is also difficult to recognize events from all of the aforementioned entities except for verbs. Therefore, to simplify the process of recognizing events, we only regard verbs as events in our research.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Definition of the Events", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "It should be noted that we do not limit the domain of verbs. In the related research [Li et al. 2001] , the researchers manually created a dictionary which included the common verbs in Chinese financial news articles and recognized the event using the dictionary. However, our original data do not limit the domain of articles. We should consider all of the verbs in corpus to assure the multiplicity of our corpus.", |
|
"cite_spans": [ |
|
{ |
|
"start": 85, |
|
"end": 101, |
|
"text": "[Li et al. 2001]", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Definition of the Events", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Second, we focus on three types of event pairs in the complete graph. The first type is adjacent event pairs. The second and third types are the head-modifier event pairs and the sibling event pairs in dependency tree representation of a sentence. The first type (adjacent event pairs as seen in Section 2.3) and the other two types (head-modifier or sibling event pairs as seen in Section 2.4) are not exclusive. According to our investigation in TimeBank, subordinate event pairs are head-modifier relations and coordinate event pairs are sibling relations. Therefore, using dependency structure can extract subordinate relations and coordinate relations in a sentence.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Three Types of Event Pairs", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The three types of pairs are shown in Figure 2 . The example phrase \"\u505c\u6b62\u62e8\u4ed8\u8d22\u653f\u503a\u5238 \u5b89\u6392\u7684\u8d44\uf90a\u5e76\u8d77\u8bc9 (To stop providing funds that were prepared by financial bond, and to prosecute...) in Figure 2 has four events: \"\u505c\u6b62 (stop)\", \"\u62e8\u4ed8 (provide)\", \"\u5b89\u6392 (prepare)\" and \"\u8d77\u8bc9 (prosecute)\". The temporal relations of all possible event pairs are shown in the row \"All possible temporal relations\" of the table in Figure 2 . For example, the temporal relation: {\u5b89\u6392,\u62e8\u4ed8,before}, means that the event \"\u5b89\u6392(prepare)\" occurs before the event \"\u62e8\u4ed8(provide)\".", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 38, |
|
"end": 46, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF0" |
|
}, |
|
{ |
|
"start": 174, |
|
"end": 182, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF0" |
|
}, |
|
{ |
|
"start": 388, |
|
"end": 396, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Three Types of Event Pairs", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The adjacent pairs of these events are {\u505c\u6b62-\u62e8\u4ed8, \u62e8\u4ed8-\u5b89\u6392, \u5b89\u6392-\u8d77\u8bc9}, and these relations are shown in the row \"Temporal relations of adjacent event pairs\". However, the relation of the adjacent event pair \"\u5b89\u6392-\u8d77\u8bc9\" is not useful information for readers because the event \"\u5b89\u6392 (prepare)\" is a subordinate event of the event \"\u62e8\u4ed8 (provide)\" and it", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Three Types of Event Pairs", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Dependency Structure Analysis describes a past event as a supplement of the event \"\u62e8\u4ed8 (provide).\" The temporal relation between events \"\u505c\u6b62 (stop)\" and \"\u8d77\u8bc9 (prosecute)\" is more useful than the relation between events \"\u5b89\u6392 (prepare)\" and \"\u8d77\u8bc9 (prosecute)\" because events \"\u505c\u6b62 (stop)\" and \"\u8d77\u8bc9 (prosecute)\" are coordinate events. In the example in Figure 2 , a native annotator can recognize that the temporal relation between \"\u5b89\u6392 (prepare)\" and \"\u8d77\u8bc9 (prosecute)\" is \"before\". However, many event pairs like this example do not have an explicit temporal relation. To analyze this kind of event pairs (\"\u5b89\u6392 (prepare)\" and \"\u8d77\u8bc9 (prosecute)\"), we should consider not only the adjacent observation of events but also dependency structure of sentences to acquire the correct temporal information. Moreover, if an adjacent event pair does not have understandable relation, the adjacent chain (adjacent links) will be segmented. The dependency structure can be used to connect the fragments of adjacent links.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 341, |
|
"end": 349, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 179", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u505c\u6b62 (stop) VV \u62e8\u4ed8 (provide) VV \u8d22\u653f (financial) NN \u503a\u5238 (bond) NN \u5b89\u6392 (prepare) VV \u7684 (of) DEC \u8d44\u91d1 (", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 179", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The row \"Temporal relations of Head-modifier event pairs\" in the table shows the temporal relations of the head-modifier event pairs. We can determine these head-modifier event pairs as subordinate relations. For the event \"\u8d77\u8bc9 (prosecute)\", the most important information is the relation between the coordinate event pair \"\u505c\u6b62 (stop)\" and \"\u8d77\u8bc9 (prosecute)\". We define the event pairs that share a head event as a sibling event pair and show them in the row \"Temporal relations of sibling event pairs\" of the table. It should be noted that some adjacent event pairs are also head-modifier event pairs or sibling event pairs. The event pairs {\u62e8\u4ed8-\u505c\u6b62, \u5b89\u6392-\u62e8\u4ed8} are adjacent event pairs and are head-modifier event pairs. Naturally, the event pair should have a similar temporal relationship from a different viewpoint.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 179", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "After annotating these relation tags, we use inference rules (See Table 6 ), such as: \"if event A occurs before event B, and event B occurs before event C, then event A occurs before event C\", to extend the temporal relations. The row \"Extend event relations using inference rules\" shows the temporal relations that are extended using inference rules. By annotating the three types of temporal relations and using the inference rules to extend the temporal relations, we do not need to annotate all possible event pairs, but we can acquire a number of useful temporal relations.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 66, |
|
"end": 73, |
|
"text": "Table 6", |
|
"ref_id": "TABREF5" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Use of Inference Rules", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "In Sections 2.3 and 2.4, we presented the concept that most of the temporal relations between events are among these three types in English. We expect that these three types of links (Adjacent event pairs, Head-modifier event pair, and Sibling event pair) in Chinese are more important than other links. In the next section, we describe our temporal information annotation guideline for Chinese. Section 5 shows the distribution of tags in our corpus and the coverage of the links induced by dependency structure.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Use of Inference Rules", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "This section describes our corpus annotation guideline. First, we introduce basic data and annotation tools. Second, we describe the definition of two temporal entities (events and", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Annotation Guideline", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "Dependency Structure Analysis signals). Third, we describe the concept of an event tree in an article with dependency structure. Fourth, we describe the attributes of the temporal entities and the temporal relation links. Finally, we compare our criteria and that of TimeML.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 181", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "To recognize subordinate event pairs and head-modifier event pairs, we needed a dependency-parsed corpus. We used the Penn Chinese Treebank [Palmer et al. 2005] as the original data. Since the Penn Chinese Treebank does not include the head-modifier relations, we transformed phrase structures into dependency structures using head rules [Cheng 2005 ]. The head rules decide the head word of each phrase in the phrase structure, and then the phrase structure becomes a dependency tree. We annotate the temporal attributes and the temporal relations of events on a part of the Penn Chinese Treebank. Our corpus contains 151 Chinese news articles with 7,239 events and 49,691 tokens.", |
|
"cite_spans": [ |
|
{ |
|
"start": 140, |
|
"end": 160, |
|
"text": "[Palmer et al. 2005]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 338, |
|
"end": 349, |
|
"text": "[Cheng 2005", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Basic Data and Annotation Tools", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The punctuation \"\u201a\" usually can be used in the semantic ending of a sentence in Chinese. To distinguish the meaning of the punctuation mark \"\u201a\" is difficult. We define the end mark of a sentence as the punctuation \"\u3002\" (a period) in our corpus. The average length of sentences in the Penn Chinese Treebank is 27 words (507,222 words / 18,782 sentences) because a sentence in the Treebank could include several clauses which denote independent events.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Basic Data and Annotation Tools", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "We introduce the XML format for our data like TimeBank. We use an XML editor 7 for annotating work. Figure 3 shows the window of the XML editor when we adopt it in our 7 We use the XML editor \"<oXygen/>\" for our work. (http://www.oxygenxml.com/)", |
|
"cite_spans": [ |
|
{ |
|
"start": 168, |
|
"end": 169, |
|
"text": "7", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 100, |
|
"end": 108, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Basic Data and Annotation Tools", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Token sequence window Attribute information window", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Basic Data and Annotation Tools", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Original text window Figure 3 . The working window for the annotator annotating work. It includes three sub-windows: \"Token sequences window\", \"Attribute information window\" and \"Original text window\". The annotators refer the information in these windows and annotate the attributes of Attribute information windows.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 21, |
|
"end": 29, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Basic Data and Annotation Tools", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "We annotate two sorts of entities; one is EVENTs, the other is SIGNALs. The definition of EVENT is based on the TimeML: an entity that describes a situation of happen, occur, state, or circumstance. However, we limit an event to one expressed by a verb in our guideline.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Definition of Events and Signals", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "According to the guidelines of Treebank, verbs serve as the predicate of a main clause or an embedded clause in corpus [Xia 2000] . We assume that a verb in a clause can be thought of as the representative entity of an event that the clause describes.", |
|
"cite_spans": [ |
|
{ |
|
"start": 119, |
|
"end": 129, |
|
"text": "[Xia 2000]", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Definition of Events and Signals", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Verbs can be identified automatically, according to the POS tag of the word (the POS-tag: VV, VA, VC and VE). Most of the verbs in Treebank have the POS-tag \"VV\", which includes major verbs, such as raising predicates (\"\u53ef\u80fd\"(may be)), control verbs (\"\u8981\"(want)), physical action (\"\u98de\"(fly)), psychological action (\"\u8ba8\u538c\"(hate)), and so on [Xia 2000 ]. The POS-tag \"VA\" is used for predicative adjectives, such as \"\u9f50\u5168\"(well-appointed). We consider predicative adjectives to be the same as an event because these predicative adjectives usually describe a statement. The predicative adjectives can modify a noun in another context, but in these cases the POS-tag of the predicative adjectives is an adjective \"JJ\". The difference can be analyzed in the step of morphological analysis or be distinguished in the original Treebank. Therefore, we also recognize predicative adjectives as a type of event according to the POS-tag. The POS-tag \"VC\" is the copula verb such as \"\u662f\" (is). It describes a statement of a truth, such as the verb \"\u662f\" (is) in the sentence: \"\u6211\u662f\u5b66\u751f\" (I am a student), and we define these verbs as EVENT. The POS-tag \"VE\" describes the possessive or existential statement, such as the verb \"\u6709\" (have) in the sentence \"\u6211\u6709\u4e00\u672c\u4e66\" (I have a book). All these types of verbs are EVENTs and have the annotatable attribute in our criteria.", |
|
"cite_spans": [ |
|
{ |
|
"start": 334, |
|
"end": 343, |
|
"text": "[Xia 2000", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Definition of Events and Signals", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "A SIGNAL is a textual element that makes explicit the relation between two temporal entities. In TimeML, it includes temporal prepositions, temporal conjunctions and prepositions signaling modality. Briefly, the original signals are composed by prepositions or conjunctions. A signal word could mean temporal or non-temporal relations depending on the contextual information. In the sentence \"\u6211\u6628\u5929\u65e9\u4e0a\uf9d1\u70b9\u8d77\u5e8a, \u5403\u8fc7\u65e9\u9910\u540e\u642d\u516c\u8f66\u4e0a\u5b66\"(I woke up at 6 A.M. yesterday, ate breakfast and then went to school by bus.) in Figure 1 , the word \"\u540e\" (after, then) is a signal word and describes the fact that the event \"\u5403\u65e9\u9910\"(eat breakfast) occurs before the event \"\u642d\u516c\u8f66\" (by bus). However, the same word \"\u540e\" (after, then) in the sentence \"\u5c4b\u540e\u6709\u4e2a\u82b1\u56ed\" (There is a garden behind the house) means a location relation. Candidate words of SIGNAL in Chinese are limited. We collect these signal candidates according to the POS-tag standard of CKIP's corpus [CKIP 1993] , which lists the SIGNAL", |
|
"cite_spans": [ |
|
{ |
|
"start": 917, |
|
"end": 928, |
|
"text": "[CKIP 1993]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 497, |
|
"end": 505, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Definition of Events and Signals", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Dependency Structure Analysis candidates in the POS-tag \"Ng\" (Localizer). For example, the words \"\u524d, \u540e, \u4ee5\u4e0a, \u4e4b\u524d\" are signal candidates. However, these signal candidates in Penn Chinese Treebank are not listed and are spread out in the prepositions (\"P\"), conjunctions (\"CC\") and localizers (\"LC\"). To recognize the SIGNAL automatically, we use the SIGNAL candidate list that is collected from CKIP Treebank to annotate the words that correspond to the list as the \"possible signal\". A signal candidate word has an attribute with two classes: \"time\" and \"non-time\" to describe if it is a temporal signal word or not. We require the annotator to classify the signal candidate words manually. We will distinguish the use of signal words in different contexts using a machine learning classifier in future research.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 183", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "For annotating an article, we transform the parsed sentences into dependency structures. Figure 4 describes the relation of three types of event pairs in an article. There are two sentences with twelve events (from e1 to e12) in the figure, and the polygons with dashed-lines show the boundaries of sentences. The broken-line links show the adjacent event pairs (from Ll-1 to Ll-11). The dotted-line links show the head-modifier event pairs (from Hl-1 to Hl-10), and the curved links show the sibling event pairs (from Sl-1 to Sl-6). Some adjacent event pairs overlap head-modifier event pairs or sibling event pairs. Most of the three types of temporal relation links are in local structures (in sentence). To connect the temporal relations between sentences, the adjacent event pair links and the sibling event pair links can be used. The link Sl-4 and the link Ll-7 indicate the links that connect two sentences. The link \"Sl-4\" indicate the relations between the event \"e5\" and the event \"e11\". These events are the matrix events (main events) of \"sentence 1\" and \"sentence 2\". If we postulate that the article have a dummy root event and this dummy event is the parent event of all matrix events, the relation between the event \"e5\" and the event \"e11\" is a sibling event pair. We can use the inference rules on the connecting relations (Sl-4 and Ll-7) to deduce the temporal relations that cross into adjacent sentences.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 89, |
|
"end": 97, |
|
"text": "Figure 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "A Diagram of the Three Types of Event Pairs", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "We annotate the two types of temporal attributes of events: the properties (dynamic, period and telicity) and the relations for limited event pairs (adjacent event pairs, head-modifier event pairs, and sibling event pairs). Some information of words and events can be annotated automatically, such as the POS-tag, head word, the path to the root of the sentence, and so on. The annotator refers to the annotated information to decide the most appropriate attributes of the temporal lines and event propertie s of each event. Figure 5 shows the attribute windows.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 525, |
|
"end": 533, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The Attributes of the Entities", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "The left side window in Figure 5 shows the morphological information and the dependency information of a word, and the definition of these attributes is described in Table 3 . All of these attributes are analyzed automatically. The \"word\" tag and the \"POS\" tag are similar to the original Treebank. The \"TMP\" tag refers to the phrase tag \"*-TMP 8 \" in the Treebank.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 24, |
|
"end": 32, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF3" |
|
}, |
|
{ |
|
"start": 166, |
|
"end": 174, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The Attributes of the Entities", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "The \"verb-class\" is a concept class of verbs. The verbs in Penn Chinese Treebank include four POS-tags (VV, VA, VC and VE). To give more semantic information of verbs, we define four classes of verbs to describe dynamic concepts: \"state\", \"change\", \"action\" and \"mental.\" The class \"state\" describes a statement or a static situation, such as \"\u9f50\u5168\"(well-appointed). Most of the verbs of this class are the verbs with the POS-tag \"VA\". The class \"change\" ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Attributes of the Entities", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "Dependency Structure Analysis describes the change of statement, such as \"\u53d8\u6210\"(become). The class \"mental\" describes a psychological action or state, such as \"\u8ba4\u4e3a\" (think) and \"\u8ba8\u538c\" (hate). The last verb class is \"action\". We manually classify 23,979 verbs [GOH 2006 ] into these four classes. We assume that the concept of verb is important information for recognizing temporal relations. The verbs \"\u5c04\u51fb\"(shoot) and \"\u8ba4\u4e3a\"(assume) are in different classes. The class of the former verb \"\u5c04 \u51fb \"(shoot) is \"action\" and it usually means a time-bounded action (short period or instantaneous). The class of the latter verb \"\u8ba4\u4e3a\"(assume) is \"mental\" and it usually means a mental statement with long continuance. It should be noted that the \"verb-class\" is not necessarily the event class. The property of event could change with context. Actually, we require a lexicon of event semantics, such as Lexical Conceptual Structure [Jackendoff 1992 ], to classify the verbs in our dictionary. However, there is no Chinese lexicon with event semantic information that covers the verbs in our dictionary. Therefore, we classify the verbs into the four classes manually before we annotate the corpus. The temporal relation annotators are not required to classify the verbs when they annotate the corpus. The right side window in Figure 5 shows the attributes of the focus event. Table 4 describes the attributes of an event. The attributes of an event include three parts: the information of the main verb in this event, properties of the event (E-dynamic, E-period, and E-telicity), and the temporal relations (Rel-liner-preceding, Rel-tree-preceding, Rel-tree-ancestor and Sub-ord). Properties of an event are the temporal characteristics of the event; these are different from the concept class of verbs that have already been described. These characteristics roughly correspond to the classification of verbs in Dorr and Olsen [1997] . These properties can describe the verb classification by Vendler [1967] or other classification through the combination of binary values. It includes telicity, dynamic characteristic, and occurrence period of a verb. The value of the tag \"E-period\" has a special value \"forever\" and the value \"forever\" describes an eternal action or situation. For example, the verb \"\u7ed5\" (circles) in the sentence \"\u5730\u7403\u7ed5\u592a\u9633\" (the earth circles the sun) has the value \"forever\". Although some thesauri contain part of these properties of verbs, they are not publicly available. Additionally, as the properties could change in different contexts; we cannot annotate the properties automatically. We asked annotators not to classify events into several verb classes directly but instead select three binary attributes (E-dynamic, E-period, and E-telicity). The four attributes (Rel-linear-preceding, Rel-tree-preceding, Rel-tree-ancestor, and Sub-ord) are temporal relations with another event. We describe these attributes in the following section.", |
|
"cite_spans": [ |
|
{ |
|
"start": 254, |
|
"end": 263, |
|
"text": "[GOH 2006", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 914, |
|
"end": 930, |
|
"text": "[Jackendoff 1992", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1895, |
|
"end": 1916, |
|
"text": "Dorr and Olsen [1997]", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 1976, |
|
"end": 1990, |
|
"text": "Vendler [1967]", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1308, |
|
"end": 1316, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF3" |
|
}, |
|
{ |
|
"start": 1358, |
|
"end": 1365, |
|
"text": "Table 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 185", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Our definition of temporal relations is based on TimeML language and Allen's research [Allen 1983 ]. The original definition of Allen's temporal relations is the relations between two time-intervals. We define four types of temporal relations between two events --Rel-linear-preceding, Rel-tree-preceding, Rel-tree-ancestor, and Sub-ord. The first three relations correspond to the relations that we described in Section 3 (\"Rel-linear-preceding\" refers to the adjacent event pairs, \"Rel-tree-ancestor\" refers to the head-modifier event pairs and \"Rel-tree-preceding\" refers to the sibling event pairs). The possible temporal relations are shown in Figure 6 . EVENT 1 is the focal event and EVENT 2 is the related event. We group the temporal relation \"overlapped-by\" and \"finished\" in Allen's definition into the temporal relation \"OVERLAPPED-BY\" in our criteria because there are few instances of \"overlapped-by\" in our experience. We also group the temporal relation \"overlaps\" and \"start\" into the relation \"OVERLAP\". The group \"AFTER (BEFORE)\" includes \"after\" and \"met-by\" (\"before\" and \"meet\") in Allen's definition. This is because distinguishing \"after\" and \"met-by\" (\"before\" and \"meet\") is difficult. Except for these groups, other relations are similar to TimeML and Allen's definitions. In addition to the recognizable temporal relations, we define three un-recognizable classes of relations: \"first\", \"ambiguous\", and \"none\". The value \"first\" means that the focus event does not have a comparable event. For example, the first event of a sentence does not have a preceding adjacent event; therefore, the value of the attribute \"Rel-linear-preceding\" is \"first\". The value \"ambiguous\" means that the temporal relation is suitable for more than one relation class. For example, if the event pairs could be annotated as \"ENDED_BY\" or \"INCLUDES\", the annotator should select the value \"ambiguous\". If the temporal relations cannot be decided (such as in an assumptive situation), the annotator is asked to select the value \"none\" for the focus event. report The head event is a \"report\" event.", |
|
"cite_spans": [ |
|
{ |
|
"start": 86, |
|
"end": 97, |
|
"text": "[Allen 1983", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 649, |
|
"end": 657, |
|
"text": "Figure 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Annotating Links", |
|
"sec_num": "4.5" |
|
}, |
|
{ |
|
"text": "The focus event is passive of the head event.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "passive", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The head event describes a possibility of focus event.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "possibility", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The last relation \"Sub-ord\" means the subordinate relation of a head-modifier event pair. We refer to TimeML in defining the subordinate relations. The annotator should annotate this relation without depending on the three temporal relations -\"Rel-linear-preceding\", \"Rel-tree-preceding\" and \"Rel-tree-ancestor\". Annotators can refer to the dependency structure of the focus event to recognize the subordinate event and its main event. The definition of the subordinate relations is described in Table 5 . TimeML includes another link tag \"ALINK\" to annotate aspectual relations. We do not distinguish SLINK and ALINK and designate these two kinds of relations as the tag \"Sub-ord\". We assume that any subordinate relation could include a temporal relation. As the temporal relations include aspectual relations (such as BEGUN_BY and END_BY), the annotators can annotate the temporal relation between a sub-ordinate event and its head event to cover SLINK and ALINK. The relation between event A and event C After we annotate the aforementioned temporal relations, we can use the inference rules to extend to more temporal relations. Table 6 shows the inference rules that we use in our experiment in Section 5.2. For example, if two temporal relations \"Event A occurs during Event B\" and \"Event B occurs before Event C\" are extracted, we can infer a new relation \"Event A occurs before Event C\". We will describe the inference rules in more detail in Section 5.2. Table 7 describes the attributes of the events in the example sentence of Figure 2 . In this example, the events \"\u505c\u6b62\" (stop) and \"\u8d77\u8bc9\" (prosecute) are coordinate events, therefore the attribute \"Rel-tree-preceding\" of the event \"\u8d77\u8bc9\" (prosecute) is \"SIMULATANEOUS\". The attributes \"Rel-tree-preceding\" of the other events are \"first\". The ancestor event of the events \"\u62e8\u4ed8\"(provide) and \"\u5b89\u6392\"(prepare) is the same as their linear adjacent events, therefore the value of the tag \"Rel-linear-preceding\" is the same as the tag \"Rel-tree-ancestor\". Since the event \"\u505c\u6b62\" (stop) is the first event and is the root event of the dependency tree, it does not have linear adjacent events nor ancestor events. Therefore, the values of tag \"Rel-linear-preceding\" and \"Rel-tree-ancestor\" are \"first\".", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 496, |
|
"end": 503, |
|
"text": "Table 5", |
|
"ref_id": "TABREF4" |
|
}, |
|
{ |
|
"start": 1134, |
|
"end": 1141, |
|
"text": "Table 6", |
|
"ref_id": "TABREF5" |
|
}, |
|
{ |
|
"start": 1465, |
|
"end": 1472, |
|
"text": "Table 7", |
|
"ref_id": "TABREF6" |
|
}, |
|
{ |
|
"start": 1539, |
|
"end": 1547, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "possibility", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Our corpus guidelines adopt many concepts and attribute values token from TimeML. However, our corpus criteria have several features that are different from TimeML. First, the goal of our research is to construct a machine learning based annotation system. All attributes can be annotated automatically after we complete a large corpus and train a machine learner. In TimeML, the annotators need to extract the temporal entities and relations using their knowledge, which requires a large amount of time. However, in our criteria, our annotators focus on the attributes of events and inference rules are used to extend temporal relations. We can create a large corpus according to our criteria, which would be more difficult using TimeML. Second, for recognizing the events of corpus automatically, we limit the events to the verbs, but TimeML includes more syntactic event constituents. To limit the event only to verbs can reduce the manual effort and preserve the major parts of all events.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Difference between our Guideline and TimeML", |
|
"sec_num": "4.6" |
|
}, |
|
{ |
|
"text": "When we use the temporal relation tagged corpus to train a machine learner, every attribute of our criteria can be trained. However, training the machine learner with a corpus tagged by the TimeML annotation scheme is more difficult than with our corpus. TimeML includes more difficult criteria. For example, the machine learner should identify the event phrase 9 (clause) in corpus. In a shared task of SemEval-2007 (Task 15: TempEval Temporal Relation Identification) [Verhagen 2007 ], participants use TimeBank as the corpus to identify the temporal relations in articles. However, they are not required to identify event phrases. Identifying event phrases requires chunking technology and world knowledge.", |
|
"cite_spans": [ |
|
{ |
|
"start": 404, |
|
"end": 469, |
|
"text": "SemEval-2007 (Task 15: TempEval Temporal Relation Identification)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 470, |
|
"end": 484, |
|
"text": "[Verhagen 2007", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Difference between our Guideline and TimeML", |
|
"sec_num": "4.6" |
|
}, |
|
{ |
|
"text": "Finally, our criteria are based on dependency structure. TimeML does not consider any syntactic nor morphological information in their annotation. Our criteria are based on dependency structure and can describe the temporal relations of subordinate and coordinate event pairs clearly. In our experience, these criteria can provide annotators with useful information that help them to recognize the relations between events. Moreover, because verbs in Chinese do not have morphological change according to tense, recognizing the tense of an event needs the information of the modifier of the verb, such as a temporal expression \"\u6628 \u5929\"(yesterday) or a temporal function word \"\u5df2\u7d93\"(have). This information directs the temporal relations analysis for Chinese. This information can be provided by dependency 9 The events in TimeML could be a noun phrase or verb phrase.", |
|
"cite_spans": [ |
|
{ |
|
"start": 801, |
|
"end": 802, |
|
"text": "9", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Difference between our Guideline and TimeML", |
|
"sec_num": "4.6" |
|
}, |
|
{ |
|
"text": "Dependency Structure Analysis structure, whereas TimeML does not emphasize this. Therefore, our criteria are more applicable than TimeML to the creation of a temporal relation tagged corpus of Chinese.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 191", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In this section, we report the distribution of the corpus annotation. We annotated a part of Penn Chinese Treebank and investigated the distribution of each attribute. Next, we investigated the coverage of the temporal relations using our proposed guideline.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Corpus Distribution", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "The Penn Chinese Treebank 5.0 contains 507,222 tokens, 18,782 sentences, and 890 articles. We will automatically analyze these attributes in the future. However, we need manually tagged training data to construct machine learning models. We use a part of the Penn Chinese Treebank (about 10%) to construct a basic data set. As the consistency of the annotated corpus is not competent, we could not use it to get machine learning models before we repeated the annotating work to improve the consistency. The distribution of the attributes is summarized in Table 8 . As the distribution of temporal relations is uneven and the space of this paper limited, we only show the top four types of temporal relations. Considering the tag \"Rel-linear-preceding (adjacent event pairs)\", the relation classes \"AFTER / SIMULATANEOUS / BEFORE\" are the most possible relations among the adjacent event pairs. Since we request the annotators to annotate as many temporal relations as possible, they used a considerable amount of world knowledge and contextual information in reading the articles. Therefore, the class \"ambiguous\" in tag \"Rel-linear-preceding\" is infrequent. The relation class \"first\" of the tag \"Rel-tree-preceding (sibling event pairs)\" means the focus event does not have any sibling event because events in similar sentences are structured in a hierarchical structure. There are few sentences that have events that modify the same event. Therefore, most events are singletons of their head events. In the tag \"Rel-tree-ancestor (head-modifier event pairs),\" the root event of the dependency structure does not have a head event and the correct selection of the tag \"Rel-tree-ancestor\" should be \"first\" in this case. In the tag \"sub-ord (subordinate relation)\", the value of the most meaningful types of subordinate relation are \"explanations\" and the majority of this attribute consists of the tag \"none\".", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 555, |
|
"end": 562, |
|
"text": "Table 8", |
|
"ref_id": "TABREF7" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Distribution of Attributes in Tagged Corpus", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We investigate a small corpus to observe the performance of our criteria by comparing the results of our criteria and all possible event pairs. As described in Section 3, for n events in an article, nC2 relations should be considered 10 . We can compare the relations of all pairs of events and the relations extracted by our criteria to observe the coverage of our criteria. However, it is difficult to annotate the temporal relations of all event pairs. For example, if an article contains 50 events, there are 1,225 event pairs (50C2). We cannot compare the two methods in a large corpus because the annotation cost is huge. Therefore, we select 50 articles in Penn Chinese Treebank and only use the first two paragraphs of each article to make our survey data. The small corpus includes 732 events (verbs) and 5,010 tokens.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Coverage of the Links", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "We annotate the small corpus manually both by annotating all event pairs and by using our criteria. After annotation by our criteria, we use the inference rules shown in Table 6 to extend the relations. In previous research [Mani et al. 2006b] , the inference rules could adopt some syntactic or semantic features 11 of event pairs to extend more inference rules. To use syntactic/semantic features, experimental linguistic knowledge is needed to make an induction and we have not collected the linguistic knowledge yet. In this paper, therefore, we use the inference rules that only adopt unambiguous relations without syntactic/semantic features.", |
|
"cite_spans": [ |
|
{ |
|
"start": 224, |
|
"end": 243, |
|
"text": "[Mani et al. 2006b]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 170, |
|
"end": 177, |
|
"text": "Table 6", |
|
"ref_id": "TABREF5" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The Coverage of the Links", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "To observe the coverage of different methods, we survey four methods of extracting temporal relations. They are: 1. Using the relationships of the adjacent event pairs (RLP is an abbreviation of Rel-linear-preceding), the head-modifier event pairs (RTA is an abbreviation 10 We assume that the inverted relation pairs, such as \"event A occurs before event B\" and \"event B occurs after event A\", are different, because the combination nC2 only calculates a single direction of temporal relations, for example, the relation that forms event A to event B is extracted, but the relation that from event B to Event A is not considered. However, our method would extract two directions of temporal relation (the relation that from Event C to Event A is possible). If a relation between a combination event pair is extracted, we extend the inverse relation automatically (if event A occurs before event B, then event B occurs after event A). 11 Such as the \"POS\" tag and the \"TENSE\" tag are used for creating inference rules in [McDonald et al. 2005] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 272, |
|
"end": 274, |
|
"text": "10", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1021, |
|
"end": 1043, |
|
"text": "[McDonald et al. 2005]", |
|
"ref_id": "BIBREF19" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Coverage of the Links", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "Dependency Structure Analysis of Rel-tree-ancestor), and the sibling event pairs (RTP is an abbreviation of Rel-tree-preceding), then extending the relations by the inference rules (The column \"RLP+RTA+RTP\" in Table 9 ). 2. Only using the relations of the adjacent event pairs with the inference rules (The column \"RLP\" in Table 9 ). 3. Using the relations of the head-modifier event pairs and the sibling event pairs with the inference rules (The column \"RTA+RTP\" in Table 9 ). 4. Using three kinds of event pairs without the inference rules (The column \"RLP+RTA+RTP w/o inference rules\" in Table 9 ). For experimental convenience, we reduce the nine classes of temporal relations to five classes. The classes {AFTER, OVERLAP_BY, BEGUN_BY} are reduced to the class \"AFTER\" and the classes {BEFORE, OVERLAP, ENDED_BY} are reduced to the class \"BEFORE.\" According to our annotator's experience, these subclasses are ambiguous in many event pairs; therefore, we group the classes to reduce the ambiguity. Table 9 describes the coverage of our proposed methods. We regard the understandable relations of all event pairs as the gold standard (the row \"True event pairs\") and we compare the result of our method with the gold standard. The row \"Recall\" shows the coverage of each method. We do not show the accuracy of each column because the extended relations are all included in the \"True event pairs\" and the precision of each column is \"100%\".", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 210, |
|
"end": 217, |
|
"text": "Table 9", |
|
"ref_id": "TABREF8" |
|
}, |
|
{ |
|
"start": 323, |
|
"end": 330, |
|
"text": "Table 9", |
|
"ref_id": "TABREF8" |
|
}, |
|
{ |
|
"start": 468, |
|
"end": 475, |
|
"text": "Table 9", |
|
"ref_id": "TABREF8" |
|
}, |
|
{ |
|
"start": 592, |
|
"end": 599, |
|
"text": "Table 9", |
|
"ref_id": "TABREF8" |
|
}, |
|
{ |
|
"start": 1003, |
|
"end": 1010, |
|
"text": "Table 9", |
|
"ref_id": "TABREF8" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 193", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The last column shows the case of using our criteria to annotate temporal relations without using the inference rules. The row \"Extend event pair relations using the inference rules\" in this column indicates the total number of events that are annotated by our criteria. It should be noted that an adjacent event pair could be also a sibling event pair or a head-modifier event pair. For example, the event pair the event \"\u5b89\u6392 (prepare)\" and the event \"\u62e8\u4ed8 (provide)\" is both an adjacent event pair and a head-modifier event pair. It will be calculated twice in the two types of event pairs. Therefore, the number of the relations that we extract by our criteria is not equal to the total number of the three kinds of relation types (RLP+RTA+RTP > Total event pairs).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 193", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Intuitively, the combination of events must include all relations that could be extracted. The relations that we extract by our criteria must be included in the gold standard. In Table 9 , the row \"Total extracted event relations\" is included in the true event relation. However, in our preliminary investigation (this result is NOT included in Table 9 ); the annotator does not consider any syntactic structure or full context in annotating the event pairs and then the extracted event relations are not completely consistent to the true event relations. Because this testing data set was annotated by an annotator but not completed in one day, the annotator does not remember the viewpoint before when he annotates the same instance. The annotator annotated the event combination first and then annotated the three types of event pairs of our criteria. The intuitive reorganization of event relations could be inconsistent with the dependency structure. Therefore we re-annotated the testing data several times to confirm the consistency of the relation attributes. This observation indicates the difficulty of constructing a corpus consistently.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 179, |
|
"end": 186, |
|
"text": "Table 9", |
|
"ref_id": "TABREF8" |
|
}, |
|
{ |
|
"start": 345, |
|
"end": 352, |
|
"text": "Table 9", |
|
"ref_id": "TABREF8" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 193", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "According to our results, the precision of using \"RTA+RTP\" with the inference rules is better than the precision of only using \"RLP\" with the inference rules. The hypothesis in Section 3 is confirmed in the result. The head-modifier event pairs can connect some fragment structure and can extract many important relations that the adjacent event pairs cannot extract. The recall row shows the coverage of our method. We use three types of event pairs and the inference rules and acquire 63% relations of the gold standard can be extracted. One reason is that we only consider the absolute inference rules. We can add more inference rules that consider other syntactic or semantic information of events to extend the relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 193", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This research focuses on an annotation guidelines for a temporal relation tagged corpus of Chinese. The guidelines are based on the TimeML language, but we also use dependency structure information to acquire more meaningful temporal relations and to reduce manual effort. We define events as those expressed by verbs and define three types of links for event pairs. These types (the adjacent event pairs, the head-modifier event pairs, and the sibling event pairs) include most meaningful information, and we extend these relations using the inference rules.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Direction", |
|
"sec_num": "6." |
|
}, |
|
{ |
|
"text": "To annotate temporal relations of all combinations of events requires nC2 manual judges. Our criteria require at most 3n times of annotation. While the dependency structure based attributes reduce manual annotation costs, the limited relations preserve the majority of the", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Direction", |
|
"sec_num": "6." |
|
}, |
|
{ |
|
"text": "Dependency Structure Analysis temporal relations. The average working time required for one article (with 80 events) is about 30 minutes in our annotation work. It is shorter than the annotating work of TimeBank [Pustejovsky et al. 2006] , which is 45 minutes for one article. We survey the coverage of our method with a small corpus. The result shows that our method covers about 63% of temporal relations. We expect that extension by our inference rules enables one to extract more temporal relations.", |
|
"cite_spans": [ |
|
{ |
|
"start": 212, |
|
"end": 237, |
|
"text": "[Pustejovsky et al. 2006]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 195", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In future research, we will use the machine learning method to annotate the temporal relations. We annotated the Penn Chinese Treebank ceaselessly by our criteria. Once we annotate enough data, we will train it and, thereby, should reduce the inconsistency of our data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing a Temporal Relation Tagged Corpus of Chinese Based on 195", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The dependency analyzer is trained on Penn Chinese Treebank. The accuracy of the head-modifier relation analysis is 89%.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "These temporal relations of the adjacent event pairs do not include all recognizable temporal relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://www.ldc.upenn.edu/ 4 The tag \"TLINK\" includes the temporal relations between document creation time and other temporal entities in an article, and includes the temporal relations between two matrix verb events in different sentences.5 An adjacent link could simultaneously be a head-modifier link. Therefore the numbers of the column \"adjacent links\" and the column \"head-modifier links\" inTable 2are not complementary. The column \"all links\" is not the sum of \"adjacent links\" and \"head-modifier links\". Further more, we only consider the dependency structure of \"sentences\". If the relation links in Timebank cross different sentences, the dependency structures cannot recognize these links. The remnants of SLINKS that are not head-modifier relations are the links crossing different sentences.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We train the MST parser using Penn Treebank.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Sl-6", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sl-6", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Hl-5", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hl-5", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Hl-6", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hl-6", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Ll-6", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ll-6", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Ll-8", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ll-8", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Adjacent event pair: Ll-X Head-modifier event pair", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Adjacent event pair: Ll-X Head-modifier event pair: Hl-X", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Maintaining Knowledge about Temporal Intervals", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Allen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "Communications of the ACM", |
|
"volume": "26", |
|
"issue": "11", |
|
"pages": "832--843", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Allen, J. F., \"Maintaining Knowledge about Temporal Intervals,\" Communications of the ACM (Association for Computing Machinery), 26(11), 1983, pp. 832-843.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "the algebra of events", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Bach", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "Linguistics and Philosophy", |
|
"volume": "9", |
|
"issue": "", |
|
"pages": "5--16", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bach, E., \"the algebra of events\", Linguistics and Philosophy 9, Swets & Zeitlinger Publishers, London, 1986, pp. 5-16.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "TnT -A Statistical Part-of-Speech Tagger", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Brants", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Brants, T., TnT - A Statistical Part-of-Speech Tagger, http://www.coli.uni-saarland.de/~thorsten/tnt/, 1998.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Chinese Deterministic Dependency Analyzer: Examining Effects of Chunking, Root node finder and Global Features", |
|
"authors": [ |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Cheng", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "MUC-7 named entity task definition", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cheng, Y., Chinese Deterministic Dependency Analyzer: Examining Effects of Chunking, Root node finder and Global Features, MD thesis, NAIST, 2005. Chinchor, N., MUC-7 named entity task definition, http://www.itl.nist.gov/iaui/894.02/related_projects/muc/proceedings/muc_7_proceedin gs/overview.html, 1997.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "VerbOcean: Mining the Web for Fine-Grained Semantic Verb Relations", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Chklovski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Pantel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceeding of 2004 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "33--40", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Chklovski, T., and P. Pantel, \"VerbOcean: Mining the Web for Fine-Grained Semantic Verb Relations,\" In Proceeding of 2004 Conference on Empirical Methods in Natural Language Processing, 2004, Barcelona, Spain, pp. 33-40.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Deriving Verbal and Compositional Lexical Aspect for NLP Application", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Dorr", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Olsen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceeding of 35th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "151--158", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dorr, B. J., and M. B. Olsen, \"Deriving Verbal and Compositional Lexical Aspect for NLP Application,\" In Proceeding of 35th Annual Meeting of the Association for Computational Linguistics, 1997, Madrid, Spain, pp. 151-158.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Unknown Word Identification for Chinese Morphological Analysis", |
|
"authors": [ |
|
{ |
|
"first": "C.-L", |
|
"middle": [], |
|
"last": "Goh", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "GOH, C.-L., Unknown Word Identification for Chinese Morphological Analysis, PhD thesis, NAIST, 2006. IREX Committee, Named entity extraction task definition, http://nlp.cs.nyu.edu/irex/NE/df990214.txt, 1999.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Application and Difficulty of Natural Language Processing in Chinese Temporal Information Extraction", |
|
"authors": [ |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K.-F", |
|
"middle": [], |
|
"last": "Wong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Yuan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Proceeding of the Sixth Natural Language Processing Pacific Rim Symposium", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "501--506", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Li, W., K.-F. Wong, and C. Yuan, \"Application and Difficulty of Natural Language Processing in Chinese Temporal Information Extraction,\" In Proceeding of the Sixth Natural Language Processing Pacific Rim Symposium, 2001, Tokto, Japan, pp. 501-506.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Applying Machine Learning to Chinese Temporal Relation Resolution", |
|
"authors": [ |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K.-F", |
|
"middle": [], |
|
"last": "Wong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Cao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Yuan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceeding of 42nd Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "582--588", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Li, W., K.-F. Wong, G. Cao, and C. Yuan, \"Applying Machine Learning to Chinese Temporal Relation Resolution,\" In Proceeding of 42nd Annual Meeting of the Association for Computational Linguistics, 2004, Barcelona, Spain, pp. 582-588.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "the language of time", |
|
"authors": [ |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Mani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Pustejovsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Gaizauskas", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mani, I., J. Pustejovsky, and R. Gaizauskas (ed.), the language of time, Oxford University express, Oxford, 2006a.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Machine Learning of Temporal Relations", |
|
"authors": [ |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Mani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Verhagen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Wellner", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Pustejovsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceeding of the joint conference of 21st International Committee on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "753--760", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mani, I., M. Verhagen, B. Wellner, C. M. Lee, and J. Pustejovsky, \"Machine Learning of Temporal Relations,\" In Proceeding of the joint conference of 21st International Committee on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics, 2006, Sydney, Australia, pp. 753-760.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Non-Projective Dependency Parsing using Spanning Tree Algorithms", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Mcdonald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Pereira", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Ribarov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Hajic", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceeding of 2005 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "523--530", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "McDonald, R., F. Pereira, K. Ribarov, and J. Hajic, \"Non-Projective Dependency Parsing using Spanning Tree Algorithms,\" In Proceeding of 2005 Conference on Empirical Methods in Natural Language Processing, 2005, Vancouver, Canada, pp. 523-530.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "TimeML Annotation Guidelines", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Saur\u00ed", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Littman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Knippen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Gaizauskas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Setzer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Pustejovsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Saur\u00ed, R., J. Littman, B. Knippen, R. Gaizauskas, A. Setzer, and J. Pustejovsky, TimeML Annotation Guidelines, version 1.2.1, http://www.timeml.org/ site/publications/specs.html, 2005.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Verbs and Times", |
|
"authors": [ |
|
{ |
|
"first": "Z", |
|
"middle": [], |
|
"last": "Vendler", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1967, |
|
"venue": "Linguistics in Philosophy", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vendler, Z., Verbs and Times, Linguistics in Philosophy, Cornell University Press, Ithaca, 1967.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "SemEval-2007 Task 15: TempEval Temporal Relation Identification", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Verhagen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Gaizauskas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Schilder", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Hepple", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Katz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Pustejovsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceeding of 4 th International Workshop on Semantic Evaluations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "75--80", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Verhagen, M., R. Gaizauskas, F. Schilder, M. Hepple, G. Katz, and J. Pustejovsky, \"SemEval-2007 Task 15: TempEval Temporal Relation Identification,\" In Proceeding of 4 th International Workshop on Semantic Evaluations, 2007, Prague, Czech, pp. 75-80.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "CTEMP: A Chinese Temporal Parser for Extracting and Normalizing Temporal Information", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Q", |
|
"middle": [], |
|
"last": "Lu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceeding of 2nd International Joint Conference on Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "694--706", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wu, M., W. Li, Q. Lu, and B. Li, \"CTEMP: A Chinese Temporal Parser for Extracting and Normalizing Temporal Information,\" In Proceeding of 2nd International Joint Conference on Natural Language Processing, 2005, Jeju Island, Korea, pp. 694-706.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "The Part-Of-Speech Tagging Guidelines for the Penn Chinese Treebank", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xia, F., The Part-Of-Speech Tagging Guidelines for the Penn Chinese Treebank, http://www.cis.upenn.edu/~chin, 2000.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"text": "The temporal relations in the example phrase \u505c\u6b62 (stop) VV Adjacent event pairs: Dependency structure:", |
|
"uris": null, |
|
"num": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF1": { |
|
"text": "Figure 4. A diagram of the three types of event pairs and connecting the sentences", |
|
"uris": null, |
|
"num": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF2": { |
|
"text": "The Treebank includes \"NP-TMP\" (nominal phrase), \"PP-TMP\" (prepositional phrase), \"LCP-TMP\" (Localization phrase) and others.", |
|
"uris": null, |
|
"num": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF3": { |
|
"text": "Attribute windows for annotators.", |
|
"uris": null, |
|
"num": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF4": { |
|
"text": "the focus word in the dependency tree descendant The number of descendant of the focus word path The path from the focus word to the root of the dependency tree The morphological information TMP Is the focus word a part of a temporal expression? (yes or no)", |
|
"uris": null, |
|
"num": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF5": { |
|
"text": "modal, explanation, condition, none, report Subordinate type between the focus event and the ancestor event Constructing a Temporal Relation Tagged Corpus of Chinese Based on 187 Dependency Structure Analysis", |
|
"uris": null, |
|
"num": null, |
|
"type_str": "figure" |
|
}, |
|
"TABREF0": { |
|
"text": "Tagged Corpus of Chinese Based on 173 Dependency Structure Analysis", |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>Tags</td><td>Definition</td></tr><tr><td/><td>TimeML tags</td></tr><tr><td>EVENT</td><td>Situations that \"happen\" or \"occur\", includes tensed /untensed verbs,</td></tr><tr><td/><td>nominalizations, adjectives, predicative clauses or prepositional phrases</td></tr><tr><td>TIMEX3</td><td>Temporal expressions, includes date, time and duration.</td></tr><tr><td>SIGNAL</td><td>Textual elements that make explicit the relation holding between two</td></tr><tr><td/><td>entities</td></tr><tr><td colspan=\"2\">MAKEINSTANCE To create the actual realizations of an event</td></tr><tr><td/><td>Link tags</td></tr><tr><td>TLINK</td><td>Temporal relation links, represents the temporal relationship holding</td></tr><tr><td/><td>between two temporal entities (TIMEX3 and event)</td></tr><tr><td>SLINK</td><td>Subordinate links, represents contexts introducing relations between two</td></tr><tr><td/><td>events</td></tr><tr><td>ALINK</td><td>Aspectual links, represents the relationship between an aspectual event</td></tr><tr><td/><td>and its argument event</td></tr></table>" |
|
}, |
|
"TABREF2": { |
|
"text": "\uff5bA, B, C\uff5d means that there is a relation C between the focus event A and related event B.{\u5b89\u6392,\u62e8\u4ed8,before}, {\u5b89\u6392,\u505c\u6b62,before}, {\u5b89\u6392,\u8d77\u8bc9,before}, {\u62e8\u4ed8,\u505c\u6b62,before}, {\u62e8\u4ed8,\u8d77\u8bc9,before}, {\u505c\u6b62,\u8d77\u8bc9,simultaneous}", |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td/><td/><td/><td>\u5e76</td><td>\u8d77\u8bc9</td></tr><tr><td/><td/><td>fund)</td><td>(and)</td><td>(prosecute)</td></tr><tr><td/><td/><td>NN</td><td>CC</td><td>VV</td></tr><tr><td/><td/><td/><td>Timeline</td></tr><tr><td>\u5b89\u6392</td><td>\u62e8\u4ed8</td><td>\u505c\u6b62</td></tr><tr><td/><td/><td>\u8d77\u8bc9</td></tr><tr><td colspan=\"2\">\u62e8\u4ed8 (provide) VV Temporal relations of sibling event pair \u5b89\u6392 (prepare) VV Extend event relations using inference rules Temporal relations of head-modifier event pair Temporal relations of adjacent event pairs Relation Types True temporal relations Temporal relations of sibling event pair Extend event relations using inference rules Temporal relations of head-modifier event pair Temporal relations of adjacent event pairs Relation Types adjacent NOTE: a triple True temporal relations</td><td colspan=\"2\">\u8d77\u8bc9 (prosecute) VV {\u505c\u6b62,\u8d77\u8bc9,simultaneous} \u505c\u6b62 (stop) VV {\u505c\u6b62,\u5b89\u6392,after}, {\u62e8\u4ed8,\u8d77\u8bc9,before} \u62e8\u4ed8 (provide) VV {\u5b89\u6392,\u62e8\u4ed8,after}, {\u62e8\u4ed8,\u505c\u6b62, before} {\u5b89\u6392,\u62e8\u4ed8,after}, {\u8d77\u8bc9,\u5b89\u6392, after}, {\u62e8\u4ed8,\u505c\u6b62, before} Examples {\u5b89\u6392,\u62e8\u4ed8,before}, {\u5b89\u6392,\u505c\u6b62,before}, {\u505c\u6b62,\u8d77\u8bc9,simultaneous} {\u505c\u6b62,\u5b89\u6392,after}, {\u62e8\u4ed8,\u8d77\u8bc9,before} {\u5b89\u6392,\u62e8\u4ed8,after}, {\u62e8\u4ed8,\u505c\u6b62, before} {\u5b89\u6392,\u62e8\u4ed8,after}, {\u8d77\u8bc9,\u5b89\u6392, after}, {\u62e8\u4ed8,\u505c\u6b62, before} Examples head-modifier sibling head-modifier</td><td>\u5b89\u6392 (prepare) VV \u8d77\u8bc9 (prosecute) VV</td></tr><tr><td/><td/><td colspan=\"2\">{\u5b89\u6392,\u8d77\u8bc9,before}, {\u62e8\u4ed8,\u505c\u6b62,before},</td></tr><tr><td/><td/><td colspan=\"2\">{\u62e8\u4ed8,\u8d77\u8bc9,before}, {\u505c\u6b62,\u8d77\u8bc9,simultaneous}</td></tr></table>" |
|
}, |
|
"TABREF4": { |
|
"text": "", |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>subordinate class</td><td>definition</td></tr><tr><td>Modal</td><td>The focus event is introduced by the head event.</td></tr><tr><td>explanation</td><td>The focus event explains the head event.</td></tr></table>" |
|
}, |
|
"TABREF5": { |
|
"text": "", |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td/><td colspan=\"3\">The relation between event B and event C</td></tr><tr><td>The relation between event A and event B</td><td>AFTER BEFORE DURING</td><td>INCLUDE</td><td>SIMULTANEOUS</td></tr><tr><td>AFTER</td><td>AFTER</td><td>AFTER</td><td>AFTER</td></tr><tr><td>BEFORE</td><td>BEFORE</td><td>BEFORE</td><td>BEFORE</td></tr><tr><td>DURING</td><td>AFTER BEFORE DURING</td><td/><td>DURING</td></tr><tr><td>INCLUDE</td><td/><td>INCLUDE</td><td>INCLUDE</td></tr><tr><td>SIMULTANEOUS</td><td>AFTER BEFORE DURING</td><td>INCLUDE</td><td>SIMULTANEOUS</td></tr></table>" |
|
}, |
|
"TABREF6": { |
|
"text": "", |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>event</td><td>\u505c\u6b62</td><td>\u62e8\u4ed8</td><td>\u5b89\u6392</td><td>\u8d77\u8bc9</td></tr><tr><td>Attribute</td><td>(stop)</td><td>(provide)</td><td>(prepare)</td><td>(prosecute)</td></tr><tr><td/><td colspan=\"3\">the temporal properties of the event</td><td/></tr><tr><td>E-dynamic</td><td>dynamic</td><td>Dynamic</td><td>dynamic</td><td>dynamic</td></tr><tr><td>E-period</td><td>instantaneous</td><td>Durative</td><td>instantaneous</td><td>instantaneous</td></tr><tr><td>E-telicity</td><td>telic</td><td>Telic</td><td>telic</td><td>telic</td></tr><tr><td/><td colspan=\"3\">the temporal relation tag of the event</td><td/></tr><tr><td>Rel-linear-preceding</td><td>first</td><td>END_BY</td><td>BEFORE</td><td>AFTER</td></tr><tr><td>Rel-tree-preceding</td><td>first</td><td>First</td><td>first</td><td>SIMULTANEOUS</td></tr><tr><td>Rel-tree-ancestor</td><td>first</td><td>END_BY</td><td>BEFORE</td><td>first</td></tr><tr><td>Sub-ord</td><td>none</td><td>Explanation</td><td>explanation</td><td>none</td></tr></table>" |
|
}, |
|
"TABREF7": { |
|
"text": "", |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>Attribute</td><td>Values</td><td>Number</td></tr><tr><td>E-dynamic</td><td>State / dynamic</td><td>5347 / 1892</td></tr><tr><td>E-period</td><td>durative / instantaneous / forever</td><td>3024 / 4156 / 59</td></tr><tr><td>E-telicity</td><td>telic / non-telic</td><td>3440 / 3799</td></tr><tr><td>Rel-linear-preceding</td><td>(top four relations) after / simultaneous / before / during</td><td>2523 / 2065 /1091 / 463</td></tr><tr><td>Rel-tree-preceding</td><td>(top four relations) first / after / simultaneous / before</td><td>5116 / 818 / 491 / 305</td></tr><tr><td>Rel-tree-ancestor</td><td>(top four relations) first / simultaneous / before / after</td><td>1968 / 1816 / 1773 / 1073</td></tr><tr><td>Sub-ord</td><td>(top four relations) none / explanations / modal / report</td><td>3622 / 1861 / 556 / 432</td></tr></table>" |
|
}, |
|
"TABREF8": { |
|
"text": "", |
|
"num": null, |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td/><td>RLP+RTA +RTP</td><td colspan=\"2\">RLP RTA+RTP</td><td>RLP+RTA+RTP w/o inference rules</td></tr><tr><td>Relations of Adjacent event pair (The attribute Rel-linear-preveding-RLP)</td><td>702</td><td>702</td><td>0</td><td>702</td></tr><tr><td>Relations of Head-modifier event pair (The attribute Rel-tree-ancestor-RTA)</td><td>530</td><td>0</td><td>530</td><td>530</td></tr><tr><td>Relations of Sibling event pair (The attribute Rel-tree-preveding-RTP)</td><td>205</td><td>0</td><td>205</td><td>205</td></tr><tr><td>Total extracted event relations</td><td>1018</td><td>702</td><td>735</td><td>1018</td></tr><tr><td>Extend event relations by using inference rules</td><td>4166</td><td>2005</td><td>2871</td><td>1018</td></tr><tr><td>True event pairs</td><td>6646</td><td>6646</td><td>6646</td><td>6646</td></tr><tr><td>Recall</td><td>0.63</td><td>0.30</td><td>0.43</td><td>0.15</td></tr></table>" |
|
} |
|
} |
|
} |
|
} |