| { |
| "paper_id": "R15-1017", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:57:48.496407Z" |
| }, |
| "title": "Temporal Relation Classification using a Model of Tense and Aspect", |
| "authors": [ |
| { |
| "first": "Leon", |
| "middle": [], |
| "last": "Derczynski", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sheffield", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Gaizauskas", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sheffield", |
| "location": {} |
| }, |
| "email": "robertg@dcs.shef.ac.uk" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Determining the temporal order of events in a text is difficult. However, it is crucial to the extraction of narratives, plans, and context. We suggest that a simple, established framework of tense and aspect provides a viable model for ordering a subset of events and times in a given text. Using this framework, we investigate extracting features that represent temporal information and integrate these in a machine learning approach. These features improve event-event ordering.", |
| "pdf_parse": { |
| "paper_id": "R15-1017", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Determining the temporal order of events in a text is difficult. However, it is crucial to the extraction of narratives, plans, and context. We suggest that a simple, established framework of tense and aspect provides a viable model for ordering a subset of events and times in a given text. Using this framework, we investigate extracting features that represent temporal information and integrate these in a machine learning approach. These features improve event-event ordering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "It is important to understand time in language. The ability to express and comprehend expressions of time enables us to plan, to tell stories, and to discuss change in the world around us.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "When we automatically extract temporal information, we are often concerned with events and times -referred to collectively as temporal intervals. We might ask, for example, \"Who is the current President of the USA?.\" In order to extract a single contemporary answer to this question, we need to identify events related to persons becoming president and the times of those events. Crucially, however, we also need to identify the ordering between these events and times, by assigning a temporal relation type (from e.g. Allen (1983) ). This last task, temporal relation typing, is challenging (UzZaman et al., 2013; Bethard et al., 2015) , and is the focus of this paper.", |
| "cite_spans": [ |
| { |
| "start": 519, |
| "end": 531, |
| "text": "Allen (1983)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 592, |
| "end": 614, |
| "text": "(UzZaman et al., 2013;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 615, |
| "end": 636, |
| "text": "Bethard et al., 2015)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "When events are expressed as verbs, tense and aspect are used to convey temporal features of these events. Thus, it is intuitive that tense and aspect will be of value in determining the type of temporal relation that holds between two verb events, and evidence in human-annotated corpora supports this intuition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Event-event relations are often the hardest to label (Derczynski, 2015) . Around 45% of links in TempEval-3 (UzZaman et al., 2013) event-event ordering tasks cannot reliably be labelled automatically.", |
| "cite_spans": [ |
| { |
| "start": 53, |
| "end": 71, |
| "text": "(Derczynski, 2015)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Temporal relations involving at least one argument with tense or aspect information are prevalent. Verb-verb links make up around a third of TimeBank's temporal relations, 1 and tensed verbverb links the largest share of that set, so of all verb-verb relations, the majority are between two tensed verbs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Data-driven approaches to the relation typing task are hampered in two ways. Firstly, there is a shortage of ground truth training data. This leads to low volumes of instances for many combinations of tense and aspect values for pairs of events, hampering automatic hypothesis learning (Lapata and Lascarides, 2006) . Secondly, the range of tense and aspect expression in TimeML is relatively limited, describing three \"tenses\" 2 (past and past participle, present and present participle, and future) and three \"aspects\" (none, perfective and progressive). This markup language may be insufficiently descriptive to capture relations implied by variations in linguistic use of tense and aspect. Reichenbach (1947) offers a theoretical framework for analysis of tense and aspect that can be used to predict constraints on temporal orderings between verb events based on their tense and aspect, and also between times and tensed verbs. Applying Reichenbach's framework requires tense and aspect information, which may yet be usefully available in existing corpora.", |
| "cite_spans": [ |
| { |
| "start": 286, |
| "end": 315, |
| "text": "(Lapata and Lascarides, 2006)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 694, |
| "end": 712, |
| "text": "Reichenbach (1947)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we describe an approach to using Reichenbachs model to generate features for a machine learning approach to temporal relation typing and report an experiment showing it brings modest improvement.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Reichenbach details nine tenses (see Table 1 ). The tenses detailed by Reichenbach are past, present or future, and may take a simple, anterior or posterior form. In English, these apply to single finite verbs and to verbal groups consisting of head verb and auxiliaries. The tense system describes abstract time points for each tensed verb -event time E, speech/utterance time S, and reference time Rand how they may interact, both for a single verb and with other events.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 37, |
| "end": 44, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Reichenbachian Tenses", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In Reichenbach's view, different tenses specify different relations between E, R and S. Table 1 shows the six tenses conventionally distinguished in English. As there are more than six possible ordering arrangements of S, E and R, some English tenses might suggest more than one arrangement. Reichenbach's tenses also suffer from this ambiguity when converted to S/E/R structures, albeit to a lesser degree. When following Reichenbach's tense names, it is the case that for past tenses, R always occurs before S; in the future, R is always after S; and in the present, S and R are simultaneous. Further, \"anterior\" suggests E before R, \"simple\" that R and E are simultaneous, and \"posterior\" that E is after R. The flexibility of this framework is sufficient to allow it to account for a very wide set of tenses, including all those described by Song and Cohen (1988) , and this is sufficient to account for the observed tenses in many languages. Past, present and future tenses imply R < S, R = S and S < R respectively. Anterior, simple and posterior tenses imply E < R, E = R and R < E respectively.", |
| "cite_spans": [ |
| { |
| "start": 846, |
| "end": 867, |
| "text": "Song and Cohen (1988)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 88, |
| "end": 95, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Reichenbachian Tenses", |
| "sec_num": "2" |
| }, |
| { |
| "text": "While each tensed verb involves a speech, event and reference time, multiple verbs may share one or more of these points. For example, all narrative in a news article usually has the same speech time (that of document creation). Further, two events linked by a temporal conjunction (e.g. after) are very likely to share the same reference time. Basic methods of linking between verb events or linking verbs to fixed points on a time scale are described below. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Verb Interactions", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The reference point R has two special uses. These relate to verbs in the same temporal context and to the effect of time expressions on verbs. Reichenbach relies on a notion of \"same temporal context\" without ever defining it precisely. It could be similar to the concept put forward by Dowty (1986) with temporal discourse interpretation principle (TDIP). Below we operationalise the concept in several ways to mean either \"same sentence\" or \"adjacent sentence pairs\", though other interpretations are also possible.", |
| "cite_spans": [ |
| { |
| "start": 287, |
| "end": 299, |
| "text": "Dowty (1986)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Special Properties of the Reference Point", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Permanence Firstly, when sentences are combined to form a compound sentence, tensed main verbs interact, and implicit grammatical rules require tenses to be adjusted. These rules operate such that R is the same in all cases in the sequence. Reichenbach names this principle permanence of the reference point. Figure 1 contains an example of this principle.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 309, |
| "end": 317, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Special Properties of the Reference Point", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Positional Secondly, when temporal expressions (such as a TimeML TIMEX3 of type DATE, but not DURATION) occur in the same clause as a verbal event, the temporal expression does not (as one might expect) specify event time E, but instead is used to position reference time R. This is named positional use of the reference point. In Example 1, the reference point is determined positionally with an explicit time (10 o'clock).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Special Properties of the Reference Point", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "(1) It was 10 o'clock, and Sarah had brushed her teeth.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Special Properties of the Reference Point", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The verb group had brushed is anterior past tense; that is, E < R < S. The event is complete before the reference time -that is, at any point until 10 o'clock -and so the relation between the event and timex can be determined (brushed BE-FORE 10 o'clock).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Special Properties of the Reference Point", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Two interpretations of the model are used in feature extraction. Firstly, a simple view is taken assuming permanence of the reference point. This provides a constraint dependent on the pairing of Reichenbachian tenses used, and is detailed in Table 2 . Secondly, an advanced interpretation is used, following Derczynski and Gaizauskas (2013) . This approach fully populates all Reichenbachian tense combinations using Freksa's temporal semi-interval algebra (Freksa, 1992) to derive a (large) temporal constraint table, which for space reasons is omitted here.", |
| "cite_spans": [ |
| { |
| "start": 309, |
| "end": 341, |
| "text": "Derczynski and Gaizauskas (2013)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 458, |
| "end": 472, |
| "text": "(Freksa, 1992)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 243, |
| "end": 250, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Feature Extraction", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In all cases, the gold standard tense and aspect features annotated on the events in TimeBank are used as the basis for Reichenbachian representations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Extraction", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "TimeML provides some of the information that Reichenbach's framework alone does not cater for and vice versa. A combination of the two may lead to better labelling performance, but relying on Reichenbach's framework alone for rule-based temporal relation label constraint is insufficient. However, the framework has shown to inform prior systems effectively (Chambers et al., 2014) . The situations we examine are those where two verb events occur in the same temporal context, where a timex directly influences a verb event, and also verb events that report other verb events.", |
| "cite_spans": [ |
| { |
| "start": 358, |
| "end": 381, |
| "text": "(Chambers et al., 2014)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Framework in TLINK Typing", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Reichenbach's framework is used as a linguistic model that generates temporal ordering features, which are added to a base feature set. The base features are those as in Mani et al. (2007) , i.e.:", |
| "cite_spans": [ |
| { |
| "start": 170, |
| "end": 188, |
| "text": "Mani et al. (2007)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Framework in TLINK Typing", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For each event: text; TimeML tense and aspect; modality; cardinality; polarity; event class; partof-speech tag.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Framework in TLINK Typing", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For each event pair: booleans for: are events in the same sentence; are events in adjacent sentences; do events have the same TimeML aspect, and again for tense; does event 1 textually precede event 2. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Framework in TLINK Typing", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Reichenbach's framework provides information for ordering events in the same temporal context (same context event-event relations, SCEE). This applies to any two verb events that have a shared reference point. Verb events are those in TimeML that have a POS attribute of VERB. We exclude those with a TENSE of NONE or INFINITIVE. Shared reference points are assumed for event-event links having both arguments in the same or adjacent sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Same Context Event-Event Links", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We conducted an experiment to test the utility of the Reichenbach-motivated temporal ordering features in a supervised learning approach to the temporal relation typing task. The goal is to find a way to incorporate Reichenbach's framework into a machine learning model. The experiment was conducted with 10-fold cross validation, using from TimeBank v1.2. Links in each document were never shared across a split (i.e., splits were made at document level). Experiments were conducted with relation folding, where the set of temporal relation types is reduced; e.g. AFTER and BEFORE can be switched between by flipping their argument order -A BEFORE B and B AFTER A are equivalent. The impact of Reichenbach's framework is measured by comparing classifier performance on SCEE links using the basic feature set and using the basic feature set plus the new feature. Features representing the text (i.e. lexical form) of events were removed as they consistently harmed performance, likely due to the sparsity of their values. Results are shown in Table 3 . In this instance, the extended features provide a performance boost regardless of classifier choice. This shows that the framework can be integrated into a machine learning model for temporal relation typing. However, the improvements are modest. This can be attributed to a variety of factors salient to the relation typing task.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1043, |
| "end": 1050, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Firstly, the sizes of datasets, while not tiny, are still small. More temporally-annotated data will help here, though larger corpora using the same annotation standard are hard to come by. Next, Reichenbach can be applied with full accuracy to a tiny number of cases (where it makes an unambiguous suggestion) (Chambers et al., 2014) , but this is only the first attempt to use it for constraining (rather than specifying) the target temporal relation type. Last, temporal context is not defined precisely but rather approximated. This is likely to affect results, and so we investigate further.", |
| "cite_spans": [ |
| { |
| "start": 311, |
| "end": 334, |
| "text": "(Chambers et al., 2014)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In the next case, the scope of temporal context is broadened to include cases where events are in adjacent sentences. Results are shown in Table 4 . Here, classifiers with inductive biases toward the independence assumption do better with the extended feature set.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 139, |
| "end": 146, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In both cases, there was a consistent performance increase from almost all classifiers with the introduction of the feature derived from the advanced interpretation of Reichenbach's framework. The performance increase was consistent when assuming that event-event relations in the same sentence are also in the same temporal context. The increase is smaller when context is stretched to adjacent sentences. We attribute this to weaknesses in modelling context, a task that others have also tackles (Miller et al., 2013) that remains an open and interesting research problem.", |
| "cite_spans": [ |
| { |
| "start": 498, |
| "end": 519, |
| "text": "(Miller et al., 2013)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Reichenbach's framework for tense and aspect is intuitive, and of utility in typing temporal relations. Automatic identification of where the framework applies remains difficult. One question is how to formally define and annotate temporal context.We investigate two approximations for temporal context, both of which are useful. The other question is how to map Reichenbach's framework to features based on a common seman-tic annotation standard. We proposed two ways of using Reichenbach's framework to generate features for machine learning of temporal relations, which improved relation typing performance in this difficult task. The framework suggests helpful constraint of relation types in cases where verbs are in the same context, helping in the difficult task of automatic temporal relation typing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "TimeBank is a corpus semantically annotated for temporal information in TimeML(Pustejovsky et al., 2003;Pustejovsky et al., 2004) 2 In TimeML v1.2, the tense attribute of events has values that are conflated with verb form. This conflation is deprecated in newer versions of TimeML, post-TimeBank.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Maintaining knowledge about temporal intervals", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Allen", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "Communications of the ACM", |
| "volume": "26", |
| "issue": "11", |
| "pages": "832--843", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Allen. 1983. Maintaining knowledge about tem- poral intervals. Communications of the ACM, 26(11):832-843.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Semeval-2015 task 6: Clinical Tem-pEval. In Proc. SemEval", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bethard", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Derczynski", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Verhagen", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Bethard, L. Derczynski, J. Pustejovsky, and M. Ver- hagen. 2015. Semeval-2015 task 6: Clinical Tem- pEval. In Proc. SemEval.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Dense event ordering with a multi-pass architecture", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Chambers", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Cassidy", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Mcdowell", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bethard", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "2", |
| "issue": "", |
| "pages": "273--284", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "N. Chambers, T. Cassidy, B. McDowell, and S. Bethard. 2014. Dense event ordering with a multi-pass architecture. Transactions of the Asso- ciation for Computational Linguistics, 2:273-284.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Empirical Validation of Reichenbach's Tense Framework", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Derczynski", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Gaizauskas", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 10th Conference on Computational Semantics", |
| "volume": "", |
| "issue": "", |
| "pages": "71--82", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Derczynski and R. Gaizauskas. 2013. Empirical Validation of Reichenbach's Tense Framework. In Proceedings of the 10th Conference on Computa- tional Semantics, pages 71-82. ACL.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Automatically Ordering Events and Times in Text. Studies in Computational Intelligence", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Derczynski", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Derczynski. 2015. Automatically Ordering Events and Times in Text. Studies in Computational Intelli- gence. Springer.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "The effects of aspectual class on the temporal structure of discourse: semantics or pragmatics?", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Dowty", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Linguistics and philosophy", |
| "volume": "9", |
| "issue": "1", |
| "pages": "37--61", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Dowty. 1986. The effects of aspectual class on the temporal structure of discourse: semantics or prag- matics? Linguistics and philosophy, 9(1):37-61.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Temporal reasoning based on semiintervals", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Freksa", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Artificial intelligence", |
| "volume": "54", |
| "issue": "1", |
| "pages": "199--227", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Freksa. 1992. Temporal reasoning based on semi- intervals. Artificial intelligence, 54(1):199-227.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Learning sentence-internal temporal relations", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Lascarides", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "27", |
| "issue": "1", |
| "pages": "85--117", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Lapata and A. Lascarides. 2006. Learning sentence-internal temporal relations. Journal of Ar- tificial Intelligence Research, 27(1):85-117.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "The Language of Time: A Reader", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Mani", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Gaizauskas", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "I. Mani, J. Pustejovsky, and R. Gaizauskas. 2005. The Language of Time: A Reader. Oxford University Press.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Three approaches to learning TLINKS in TimeML", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Mani", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Wellner", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Verhagen", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "I. Mani, B. Wellner, M. Verhagen, and J. Pustejovsky. 2007. Three approaches to learning TLINKS in TimeML. Technical Report CS-07-268, Brandeis University, Waltham, MA, USA.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Discovering narrative containers in clinical text", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "A" |
| ], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bethard", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Dligach", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Pradhan", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [ |
| "K" |
| ], |
| "last": "Savova", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. A. Miller, S. Bethard, D. Dligach, S. Pradhan, C. Lin, and G. K. Savova. 2013. Discovering narra- tive containers in clinical text. Proc. ACL, page 18.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The Timebank Corpus. In Corpus Linguistics", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Hanks", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Sauri", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "See", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Gaizauskas", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Setzer", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Sundheim", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Day", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Ferro", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "647--656", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Pustejovsky, P. Hanks, R. Sauri, A. See, R. Gaizauskas, A. Setzer, D. Radev, B. Sund- heim, D. Day, L. Ferro, et al. 2003. The Timebank Corpus. In Corpus Linguistics, pages 647-656.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The Specification Language TimeML", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Ingria", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Sauri", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Castano", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Littman", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Gaizauskas", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "The Language of Time: A Reader", |
| "volume": "", |
| "issue": "", |
| "pages": "545--557", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Pustejovsky, B. Ingria, R. Sauri, J. Castano, J. Littman, and R. Gaizauskas. 2004. The Specifica- tion Language TimeML. In The Language of Time: A Reader, pages 545-557. Oxford University Press.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "The tenses of verbs", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Reichenbach", |
| "suffix": "" |
| } |
| ], |
| "year": 1947, |
| "venue": "Elements of Symbolic Logic", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Reichenbach. 1947. The tenses of verbs. In Ele- ments of Symbolic Logic. Dover Publications.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "The interpretation of temporal relations in narrative", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Song", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings of the 7th National Conference of AAAI", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Song and R. Cohen. 1988. The interpretation of temporal relations in narrative. In Proceedings of the 7th National Conference of AAAI.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "SemEval-2013 Task 1: TempEval-3: Evaluating Time Expressions, Events, and Temporal Relations", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Uzzaman", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Llorens", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Derczynski", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Allen", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Verhagen", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proc. Se-mEval", |
| "volume": "", |
| "issue": "", |
| "pages": "1--9", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "N. UzZaman, H. Llorens, L. Derczynski, J. Allen, M. Verhagen, and J. Pustejovsky. 2013. SemEval- 2013 Task 1: TempEval-3: Evaluating Time Expres- sions, Events, and Temporal Relations. In Proc. Se- mEval, pages 1-9. Association for Computational Linguistics.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "text": "An example of permanence of the reference point.", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF1": { |
| "html": null, |
| "type_str": "table", |
| "text": "Reichenbach's tenses; from Mani et al. (2005) e1 \u2193; e2 \u2192 Sim Past Pos Past Ant Pres Sim Pres Ant Fut Sim Fut", |
| "content": "<table><tr><td>Sim Past</td><td>vague</td><td>after</td><td>vague</td><td>after</td><td>after</td><td>after</td></tr><tr><td>Pos Past</td><td>before</td><td>vague</td><td>vague</td><td>vague</td><td>after</td><td>after</td></tr><tr><td>Ant Pres</td><td>vague</td><td>vague</td><td>vague</td><td>after</td><td>vague</td><td>after</td></tr><tr><td>Sim Pres</td><td>before</td><td>vague</td><td>vague</td><td>overlap</td><td>vague</td><td>after</td></tr><tr><td>Ant Fut</td><td>before</td><td>before</td><td>vague</td><td>vague</td><td>vague</td><td>after</td></tr><tr><td>Sim Fut</td><td>before</td><td>before</td><td>before</td><td>before</td><td>before</td><td>vague</td></tr></table>", |
| "num": null |
| }, |
| "TABREF2": { |
| "html": null, |
| "type_str": "table", |
| "text": "", |
| "content": "<table/>", |
| "num": null |
| }, |
| "TABREF4": { |
| "html": null, |
| "type_str": "table", |
| "text": "Using Reichenbach-suggested event ordering features representing permanence of the reference point, considering only same-sentence TLINKs, using the advanced interpretation. 562 instances.", |
| "content": "<table><tr><td/><td colspan=\"2\">Base features</td><td colspan=\"2\">Extended features</td></tr><tr><td>Classifier</td><td>Acc</td><td>Err. red.</td><td>Acc</td><td>Err. red.</td></tr><tr><td>MCC</td><td>44.87%</td><td>-</td><td>44.87%</td><td>-</td></tr><tr><td>Maxent</td><td>62.28%</td><td>31.58%</td><td>62.55%</td><td>32.07%</td></tr><tr><td>ID3</td><td>59.21%</td><td>26.01%</td><td>58.74%</td><td>25.16%</td></tr><tr><td>N.Bayes</td><td>56.96%</td><td>21.92%</td><td>57.58%</td><td>23.05%</td></tr></table>", |
| "num": null |
| }, |
| "TABREF5": { |
| "html": null, |
| "type_str": "table", |
| "text": "", |
| "content": "<table><tr><td>: Reichenbach-suggested event ordering feature rep-</td></tr><tr><td>resenting permanence of the reference point, same-sentence</td></tr><tr><td>and adjacent-sentence TLINKs. 858 instances.</td></tr></table>", |
| "num": null |
| } |
| } |
| } |
| } |