|
{ |
|
"paper_id": "D16-1030", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T16:34:54.764057Z" |
|
}, |
|
"title": "TweeTime: A Minimally Supervised Method for Recognizing and Normalizing Time Expressions in Twitter", |
|
"authors": [ |
|
{ |
|
"first": "Jeniya", |
|
"middle": [], |
|
"last": "Tabassum", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Ohio State University", |
|
"location": {} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Alan", |
|
"middle": [], |
|
"last": "Ritter", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Ohio State University", |
|
"location": {} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Wei", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Ohio State University", |
|
"location": {} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "We describe TweeTIME, a temporal tagger for recognizing and normalizing time expressions in Twitter. Most previous work in social media analysis has to rely on temporal resolvers that are designed for well-edited text, and therefore suffer from reduced performance due to domain mismatch. We present a minimally supervised method that learns from large quantities of unlabeled data and requires no hand-engineered rules or hand-annotated training corpora. TweeTIME achieves 0.68 F1 score on the end-to-end task of resolving date expressions, outperforming a broad range of state-of-the-art systems. 1", |
|
"pdf_parse": { |
|
"paper_id": "D16-1030", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "We describe TweeTIME, a temporal tagger for recognizing and normalizing time expressions in Twitter. Most previous work in social media analysis has to rely on temporal resolvers that are designed for well-edited text, and therefore suffer from reduced performance due to domain mismatch. We present a minimally supervised method that learns from large quantities of unlabeled data and requires no hand-engineered rules or hand-annotated training corpora. TweeTIME achieves 0.68 F1 score on the end-to-end task of resolving date expressions, outperforming a broad range of state-of-the-art systems. 1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Temporal expressions are words or phrases that refer to dates, times or durations. Resolving time expressions is an important task in information extraction (IE) that enables downstream applications such as calendars or timelines of events (Derczynski and Gaizauskas, 2013; Do et al., 2012; Ritter et al., 2012; Ling and Weld, 2010) , knowledge base population (Ji et al., 2011) , information retrieval (Alonso et al., 2007) , automatically scheduling meetings from email and more. Previous work in this area has applied rule-based systems (Mani and Wilson, 2000; Bethard, 2013b; Chambers, 2013) or supervised machine learning on small collections of hand-annotated news documents (Angeli et al., 2012; Lee et al., 2014 ). 1 Our code and data are publicly available at https:// github.com/jeniyat/TweeTime. Social media especially contains time-sensitive information and requires accurate temporal analysis, for example, for detecting real-time cybersecurity events (Ritter et al., 2015; Chang et al., 2016) , disease outbreaks (Kanhabua et al., 2012) and extracting personal information (Schwartz et al., 2015) . However, most work on social media simply uses generic temporal resolvers and therefore suffers from suboptimal performance. Recent work on temporal resolution focuses primarily on news articles and clinical texts (UzZaman et al., 2013; Bethard and Savova, 2016) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 240, |
|
"end": 273, |
|
"text": "(Derczynski and Gaizauskas, 2013;", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 274, |
|
"end": 290, |
|
"text": "Do et al., 2012;", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 291, |
|
"end": 311, |
|
"text": "Ritter et al., 2012;", |
|
"ref_id": "BIBREF33" |
|
}, |
|
{ |
|
"start": 312, |
|
"end": 332, |
|
"text": "Ling and Weld, 2010)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 361, |
|
"end": 378, |
|
"text": "(Ji et al., 2011)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 403, |
|
"end": 424, |
|
"text": "(Alonso et al., 2007)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 540, |
|
"end": 563, |
|
"text": "(Mani and Wilson, 2000;", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 564, |
|
"end": 579, |
|
"text": "Bethard, 2013b;", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 580, |
|
"end": 595, |
|
"text": "Chambers, 2013)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 681, |
|
"end": 702, |
|
"text": "(Angeli et al., 2012;", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 703, |
|
"end": 719, |
|
"text": "Lee et al., 2014", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 723, |
|
"end": 724, |
|
"text": "1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 966, |
|
"end": 987, |
|
"text": "(Ritter et al., 2015;", |
|
"ref_id": "BIBREF35" |
|
}, |
|
{ |
|
"start": 988, |
|
"end": 1007, |
|
"text": "Chang et al., 2016)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 1028, |
|
"end": 1051, |
|
"text": "(Kanhabua et al., 2012)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 1088, |
|
"end": 1111, |
|
"text": "(Schwartz et al., 2015)", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 1328, |
|
"end": 1350, |
|
"text": "(UzZaman et al., 2013;", |
|
"ref_id": "BIBREF42" |
|
}, |
|
{ |
|
"start": 1351, |
|
"end": 1376, |
|
"text": "Bethard and Savova, 2016)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Resolving time expressions in social media is a non-trivial problem. Besides many spelling variations, time expressions are more likely to refer to future dates than in newswire. For the example in Figure 1 , we need to recognize that Monday refers to the upcoming Monday and not the previous one to resolve to its correct normalized date (5/9/2016). We also need to identify that the word Sun is not referring to a Sunday in this context.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 198, |
|
"end": 206, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper, we present a new minimally supervised approach to temporal resolution that requires no in-domain annotation or hand-crafted rules, instead learning from large quantities of unlabeled text in conjunction with a database of known events. Our approach is capable of learning robust time expression models adapted to the informal style of text found on social media.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "For popular events, some related tweets (e.g. Figure 2) may contain explicit or other simple time mentions that can be captured by a generic temporal tagger. An open-domain information extraction system (Ritter et al., 2012) can then identify events (e.g.", |
|
"cite_spans": [ |
|
{ |
|
"start": 203, |
|
"end": 224, |
|
"text": "(Ritter et al., 2012)", |
|
"ref_id": "BIBREF33" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 46, |
|
"end": 52, |
|
"text": "Figure", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "[Mercury, 5/9/2016]) by aggregating those tweets. To automatically generate temporally annotated data for training, we make the following novel distant supervision assumption: 2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Tweets posted near the time of a known event that mention central entities are likely to contain time expressions that refer to the date of the event.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Based on this assumption, tweets that contain the same named entity (e.g. Figure 1 ) are heuristically labeled as training data. Each tweet is associated with multiple overlapping labels that indicate the day of the week, day of the month, whether the event is in the past or future and other time properties of the event date in relation to the tweet's creation date. In order to learn a tagger that can recognize temporal expressions at the word-level, we present a multipleinstance learning approach to model sentence and word-level tags jointly and handle overlapping labels. Using heuristically labeled data and the temporal tags predicted by the multiple-instance learning model as input, we then train a log-linear model that normalizes time expressions to calendar dates.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 74, |
|
"end": 82, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Building on top of the multiple-instance learning model, we further improve performance using a missing data model that addresses the problem of errors introduced during the heuristic labeling process. Our best model achieves a 0.68 F1 score when resolving date mentions in Twitter. This is a 17% increase over SUTime (Chang and Manning, 2012) , outperforming other state-of-the-art time expression resolvers HeidelTime (Str\u00f6tgen and Gertz, 2013) , TempEX (Mani and Wilson, 2000) and UWTime (Lee et al., 2014) as well. Our approach also produces a confidence score that allows us to trade recall for precision. To the best of our knowledge, TweeTIME is the first time resolver designed specifically for social media data. 3 This is also the first time that distant supervision is successfully applied for end-to-end temporal recognition and normalization. Previous distant supervision approaches (Angeli et al., 2012; Angeli and Uszkoreit, 2013) only address the normalization problem, assuming gold time mentions are available at test time.", |
|
"cite_spans": [ |
|
{ |
|
"start": 318, |
|
"end": 343, |
|
"text": "(Chang and Manning, 2012)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 420, |
|
"end": 446, |
|
"text": "(Str\u00f6tgen and Gertz, 2013)", |
|
"ref_id": "BIBREF38" |
|
}, |
|
{ |
|
"start": 456, |
|
"end": 479, |
|
"text": "(Mani and Wilson, 2000)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 491, |
|
"end": 509, |
|
"text": "(Lee et al., 2014)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 896, |
|
"end": 917, |
|
"text": "(Angeli et al., 2012;", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 918, |
|
"end": 945, |
|
"text": "Angeli and Uszkoreit, 2013)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our TweeTIME system consists of two major components as shown in Figure 3: 1. A Temporal Recognizer which identifies time expressions (e.g. Monday) in English text and outputs 5 different temporal types (described in Table 1 ) indicating timeline direction, month of year, date of month, day of week or no temporal information (NA). It is realized as a multipleinstance learning model, and in an enhanced version, as a missing data model.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 65, |
|
"end": 74, |
|
"text": "Figure 3:", |
|
"ref_id": "FIGREF3" |
|
}, |
|
{ |
|
"start": 217, |
|
"end": 224, |
|
"text": "Table 1", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "System Overview", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "A Temporal Normalizer that takes a tweet with its creation time and temporal expressions tagged by the above step as input, and outputs their normalized forms (e.g. Monday \u2192 5/9/2016). It is a log-linear model that uses both lexical features and temporal tags.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "To train these two models without corpora manually annotated with time expressions, we leverage a large database of known events as distant supervision. The event database is extracted automatically from Twitter using the open-domain IE system proposed by Ritter et al. (2012) . Each event consists of one or more named entities, in addition to the date on which the event takes place, for example [Mercury, 5/9/2016]. Tweets are first processed by a Twitter named entity recognizer (Ritter et al., 2011) , and a generic date resolver (Mani and Wilson, 2000) . Events are then extracted based on the strength of association between each named entity and calendar date, as measured by a G 2 test on their co-occurrence counts. More details of the Event Extractor can be found in Section 5.1. The following two sections describe the details of our Temporal Recognizer and Temporal Normalizer separately.", |
|
"cite_spans": [ |
|
{ |
|
"start": 256, |
|
"end": 276, |
|
"text": "Ritter et al. (2012)", |
|
"ref_id": "BIBREF33" |
|
}, |
|
{ |
|
"start": 483, |
|
"end": 504, |
|
"text": "(Ritter et al., 2011)", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 535, |
|
"end": 558, |
|
"text": "(Mani and Wilson, 2000)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The goal of the recognizer is to predict the temporal tag of each word, given a sentence (or a tweet) w = w 1 , . . . , w n . We propose a multiple-instance learning model and a missing data model that are capable of learning word-level taggers given only sentence-level labels.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Distant Supervision for Recognizing Time Expressions", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Our recognizer module in is built using a database of known events as distant supervision. We assume tweets published around the time of a known event that mention a central entity are also likely to contain time expressions referring to the event's date. For each event, such as [Mercury, 5/9/2016], we gather all tweets that contain the central entity Mercury and are posted within 7 days of 5/9/2016. We then label each tweet based on the event date in addition to the tweet's creation date. The sentence-level temporal tags for the tweet in Figure 1 are: TL=f uture, DOW=M on, DOM=9, MOY=M ay.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 545, |
|
"end": 553, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Distant Supervision for Recognizing Time Expressions", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Tagging Model (MultiT)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Unlike supervised learning, where labeled instances are provided to the learner, in multiple instance learning scenarios (Dietterich et al., 1997) , the learner is only provided with bags of instances labeled as either positive (where at least one instance is positive) or all negative. This is a close match to our problem setting, in which sentences are labeled with tags that should be assigned to one or more words.", |
|
"cite_spans": [ |
|
{ |
|
"start": 121, |
|
"end": 146, |
|
"text": "(Dietterich et al., 1997)", |
|
"ref_id": "BIBREF13" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "We represent sentences and their labels using a graphical model that is divided into word-level and sentence-level variables (as shown in Figure 4 ). Unlike the standard supervised tagging prob- lem, we never directly observe the words' tags (z = z 1 , . . . , z n ) during learning. Instead, they are latent and we only observe the date of an event mentioned in the text, from which we derive sentencelevel binary variables t = t 1 , . . . , t k corresponding to temporal tags for the sentence. Following previous work on multiple-instance learning (Hoffmann et al., 2011a; Xu et al., 2014) , we model the connection between sentence-level labels and word-level tags using a set of deterministic-OR factors \u03c6 sent . The overall conditional probability of our model is defined as:", |
|
"cite_spans": [ |
|
{ |
|
"start": 551, |
|
"end": 575, |
|
"text": "(Hoffmann et al., 2011a;", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 576, |
|
"end": 592, |
|
"text": "Xu et al., 2014)", |
|
"ref_id": "BIBREF45" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 138, |
|
"end": 147, |
|
"text": "Figure 4", |
|
"ref_id": "FIGREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "z 1 z 2 \u2026 Watch Mercury Pass In Front Of Sun Monday z 3 z 4 z 5 z 6 z 7 z 8 t 1 t 2 t k", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "P (t, z|w; \u03b8 r ) = 1 Z k i=1 \u03c6 sent (t i , z) \u00d7 n j=1 \u03c6 word (z j , w j ) = 1 Z k i=1 \u03c6 sent (t i , z) \u00d7 n j=1 e \u03b8 r \u2022f(z j ,w j )", |
|
"eq_num": "(1)" |
|
} |
|
], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "where f(z j , w j ) is a feature vector and", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "\u03c6 sent (t i , z) = \uf8f1 \uf8f4 \uf8f2 \uf8f4 \uf8f3 1 if t i = true \u2227 \u2203j : z j = i 1 if t i = f alse \u2227 \u2200j : z j = i 0 otherwise (2)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "We include a standard set of tagging features that includes word shape and identity in addition to prefixes and suffixes. To learn parameters \u03b8 r of the Temporal Tagger, we maximize the likelihood of the sentence-level heuristic labels conditioned on observed words over all tweets in the training corpus. Given a training instance w with label t, the gradient of the conditional log-likelihood with respect to the parameters is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "\u2207P (t|w) = z P (z|w, t; \u03b8 r ) \u2022 f(z, w) \u2212 t,z P (t, z|w; \u03b8 r ) \u2022 f(z, w)", |
|
"eq_num": "(3)" |
|
} |
|
], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "This gradient is the difference of two conditional expectations over the feature vector f: a \"clamped\" expectation that is conditioned on the observed words and tags (w, t) and a \"free\" expectation that is only conditioned on the words in the text, w, and ignores the sentence-level labels. To make the inference tractable, we use a Viterbi approximation that replaces the expectations with maximization. Because each sentence corresponds to more than one temporal tag, the maximization of the \"clamped\" maximization is somewhat challenging to compute. We use the approximate inference algorithm of Hoffmann et al. (2011a), that views inference as a weighted set cover problem, with worst case running time (|T | \u2022 |W |), where |T | is the number of all possible temporal tag values and |W | is the number of words in a sentence.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multiple-Instance Learning Temporal", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "While the multiple-instance learning assumption works well much of the time, it can easily be violated -there are many tweets that mention entities involved in an event but that never explicitly mention its date. The missing data modeling approach to weakly supervised learning proposed by Ritter et. al. (2013) addresses this problem by relaxing the hard constraints of deterministic-OR factors, such as those described above, as soft constraints. Our missingdata model for weakly supervised tagging splits the sentence-level variables, t into two parts : m which represents whether a temporal tag is mentioned by at least one word of the tweet, and t which represents whether a temporal tag can be derived from the event date. A set of pairwise potentials \u03c8(m j , t j ) are introduced that encourage (but don't strictly require) agreement between m j and t j , that is:", |
|
"cite_spans": [ |
|
{ |
|
"start": 290, |
|
"end": 311, |
|
"text": "Ritter et. al. (2013)", |
|
"ref_id": "BIBREF34" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Missing Data Temporal Tagging Model (MiDaT)", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "\u03c8(m j , t j ) = \u03b1 p , if t j = m j \u03b1 r , if t j = m j", |
|
"eq_num": "(4)" |
|
} |
|
], |
|
"section": "Missing Data Temporal Tagging Model (MiDaT)", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Here, \u03b1 p (Penalty), and \u03b1 r (Reward) are parameters for the MiDaT model. \u03b1 p is the penalty for extracting a temporal tag that is not related to the event-date and \u03b1 r is the reward for extracting a tag that matches the date.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Missing Data Temporal Tagging Model (MiDaT)", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "During learning, if the local classifier is very confident, it is possible for a word to be labeled with a tag that is not derived from the event-date, and also for a sentence-level tag to be ignored, although either case will be penalized by the agreement potentials, \u03c8(m j , t j ), in the global objective. We use a local-search approach to inference that was empirically demonstrated to nearly always yield exact solutions by Ritter et. al. (2013) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 429, |
|
"end": 450, |
|
"text": "Ritter et. al. (2013)", |
|
"ref_id": "BIBREF34" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Missing Data Temporal Tagging Model (MiDaT)", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The Temporal Normalizer is built using a log-linear model which takes the tags t produced by the Temporal Recognizer as input and outputs one or more dates mentioned in a tweet. We formulate date normalization as a binary classification problem: given a tweet w published on date d pub , we consider 22 candidate target dates (w,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "d cand l ) such that d cand l = d pub + l, where l = \u221210, . . . , \u22121, 0, +1, . . . , +10,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "limiting the possible date references that are considered within 10 days before or after the tweet creation date, in addition to d cand l = null (the tweet does not mention a date). 4 While our basic approach has the limitation, that it is only able to predict dates within \u00b110 days of the target date, we found that in practice the majority of date references on social media fall within this window. Our approach is also able to score dates outside this range that are generated by traditional approaches to resolving time expressions, as described in Section 5.3.3. 4 Although the temporal recognizer is trained with tweets from \u00b17 days around the event date, we found that extending the candidate date range to \u00b110 days for the temporal normalizer increased the performance of TweeTIME in the dev set.", |
|
"cite_spans": [ |
|
{ |
|
"start": 569, |
|
"end": 570, |
|
"text": "4", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The normalizer is similarly trained using the event database as distant supervision. The probability that a tweet mentions a candidate date is estimated using a log-linear model:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "P (d cand |w, d pub ) \u221d e \u03b8 n \u2022g(w,d pub ,t)", |
|
"eq_num": "(5)" |
|
} |
|
], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "where \u03b8 n and g are the parameter and feature vector respectively in the Temporal Normalizer. For every tweet and candidate date pair (w, d cand l ), we extract the following set of features:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Temporal Tag Features that indicate whether the candidate date agrees with the temporal tags extracted by the Temporal Recognizer. Three cases can happen here: The recognizer can extract a tag that can not be derived from the candidate date; The recognizer can miss a tag derived from the candidate date; The recognizer can extract a tag that is derived from the candidate date.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Lexical Features that include two types of binary features from the tweet: 1) Word Tag features consist of conjunctions of words in the tweet and tags associated with the candidate date. We remove URLs, stop words and punctuation; 2) Word POS features that are the same as above, but include conjunctions of POS tags, words and temporal tags derived from the candidate date.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Time Difference Features are numerical features that indicate the distance between the creation date and the candidate date. They include difference of day ranges form -10 to 10 and the difference of week ranges from -2 to 2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Log-Linear Model for Normalizing Time Expressions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "In the following sub-sections we present experimental results on learning to resolve time expressions in Twitter using minimal supervision. We start by describing our dataset, and proceed to present our results, including a large-scale evaluation on heuristically-labeled data and an evaluation comparing against human judgements.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We collected around 120 million tweets posted in a one year window starting from April 2011 to May 2012. These tweets were automatically annotated with named entities, POS tags and TempEx dates (Ritter et al., 2011) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 194, |
|
"end": 215, |
|
"text": "(Ritter et al., 2011)", |
|
"ref_id": "BIBREF32" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Collection", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "From this automatically-annotated corpus we extract the top 10, 000 events and their corresponding dates using the G 2 test, which measures the strength of association between an entity and date using the log-likelihood ratio between a model in which the entity is conditioned on the date and a model of independence (Ritter et al., 2012) . Events extracted using this approach then simply consist of the highest-scoring entity-date pairs, for example [Mercury, 5/9/2016].", |
|
"cite_spans": [ |
|
{ |
|
"start": 317, |
|
"end": 338, |
|
"text": "(Ritter et al., 2012)", |
|
"ref_id": "BIBREF33" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Collection", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "After automatically extracting the database of events, we next gather all tweets that mention an entity from the list that are also written within \u00b17 days of the event. These tweets and the dates of the known events serve as labeled examples that are likely to mention a known date.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Collection", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We also include a set of pseudo-negative examples, that are unlikely to refer to any event, by gathering a random sample of tweets that do not mention any of the top 10, 000 events and where TempEx does not extract any date.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Collection", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We first evaluate our tagging model, by testing how well it can predict the heuristically generated labels. As noted in previous work on distant supervision (Mintz et al., 2009a) , this type of evaluation usually under-estimates precision, however it provides us with a useful intrinsic measure of performance.", |
|
"cite_spans": [ |
|
{ |
|
"start": 157, |
|
"end": 178, |
|
"text": "(Mintz et al., 2009a)", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Large-Scale Heuristic Evaluation", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "In order to provide even coverage of months in the training and test set, we divide the twitter corpus into 3 subsets based on the mod-5 week of each tweet's creation date. To train system we use tweets that are created in 1st, 2nd or 3rd weeks. To tune parameters of the MiDaT model we used tweets from 5th weeks, and to evaluate the performance of the trained model we used tweets from 4th weeks. The performance of the MiDaT model varies with the penalty and reward parameters. To find a (near) optimal setting of the values we performed a grid search on the dev set and found that a penalty of \u221225 and reward of 500 works best. A comparison of MultiT and MiDaT's performance at predicting heuristically generated labels is shown in Table 2 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 736, |
|
"end": 743, |
|
"text": "Table 2", |
|
"ref_id": "TABREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Large-Scale Heuristic Evaluation", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "The word level tags predicted by the temporal recognizer are used as the input to the temporal normalizer, which predicts the referenced date from each tweet. The overall system's performance at predicting event dates on the automatically generated test set, compared against SUTime, is shown in Table 3 ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 296, |
|
"end": 303, |
|
"text": "Table 3", |
|
"ref_id": "TABREF5" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Large-Scale Heuristic Evaluation", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "In addition to automatically evaluating our tagger on a large corpus of heuristically-labeled tweets, we also evaluate the performance of our tagging and date-resolution models on a random sample of tweets taken from a much later time period, that were manually annotated by the authors.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation Against Human Judgements", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "To evaluate the performance of the MiDaT-tagger we randomly selected 50 tweets and labeled each word with its corresponding tag. Against this hand annotated test set, MiDaT achieves Precision=0.54, Recall=0.45 and F-value=0.49. A few examples of word-level tags predicted by MiDaT are shown in Table 4 . We found that because the tags are learned as latent variables inferred by our model, they sometimes don't line up exactly with our intuitions but still provide useful predictions, for example in Table 4 , Christmas is labeled with the tag MOY=dec.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 294, |
|
"end": 301, |
|
"text": "Table 4", |
|
"ref_id": "TABREF6" |
|
}, |
|
{ |
|
"start": 500, |
|
"end": 508, |
|
"text": "Table 4", |
|
"ref_id": "TABREF6" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Word-Level Tags", |
|
"sec_num": "5.3.1" |
|
}, |
|
{ |
|
"text": "To evaluate the final performance of our system and compare against existing state-of-the art time resolvers, we randomly sampled 250 tweets from 2014-2016 and manually annotated them with normalized dates; note that this is a separate date range from our weakly-labeled training data which is taken from 2011-2012. We use 50 tweets as a development set and the remaining 200 as a final test set.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "End-to-end Date Resolution", |
|
"sec_num": "5.3.2" |
|
}, |
|
{ |
|
"text": "Tweets and their corresponding word tags (word tag ) We experimented with different feature sets on the development data. Feature ablation experiments are presented in Table 5 . The final performance of our system, compared against a range of state-of-the-art time resolvers is presented in Table 6 . We see that TweeTIME out- performs SUTime, Tempex, HeidelTime (using its COLLOQUIAL mode, which is designed for SMS text) and UWTime. Brief descriptions of each system can be found in Section 6.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 168, |
|
"end": 175, |
|
"text": "Table 5", |
|
"ref_id": "TABREF7" |
|
}, |
|
{ |
|
"start": 291, |
|
"end": 298, |
|
"text": "Table 6", |
|
"ref_id": "TABREF8" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "End-to-end Date Resolution", |
|
"sec_num": "5.3.2" |
|
}, |
|
{ |
|
"text": "Im N A hella N A excited f uture for N A tomorrow f uture Kick N A off N A the N A New f uture Year f uture Right N A @ N A #ClubLacura N A #FRIDAY f ri ! N A HOSTED N A BY N A [[ N A DC N A Young N A Fly N A ]] N A @OxfordTownHall N A Thks N A for N A a N A top N A night N A at N A our N A Christmas dec party N A on N A Fri! f ri Compliments N A to N A chef! N A (Rose N A melon N A cantaloupe N A :) N A Im N A proud N A to N A say N A that N A I N A breathed past the N A same N A air N A as N A Harry N A on N A March mar 21, 21 2015. N A #KCA N A #Vote1DUK N A C'mon present let's present jack N A Tonight present will N A be present a N A night N A to N A remember. N A", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "End-to-end Date Resolution", |
|
"sec_num": "5.3.2" |
|
}, |
|
{ |
|
"text": "As our basic TweeTIME system is designed to predict dates within \u00b110 days of the creation date, it fails when a tweet refers to a date outside this range. To overcome this limitation we append the date predicted by SUTime in the list of candidate days. We then re-rank SUTime's predictions using our log-linear model, and include its output as a predicted date if the confidence of our normalizer is sufficiently high.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Combination with SUTime", |
|
"sec_num": "5.3.3" |
|
}, |
|
{ |
|
"text": "We manually examined the system outputs and found 7 typical categories of errors (see examples in Table 7 Figure 6 : Error analyses for different temporal resolvers", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 98, |
|
"end": 105, |
|
"text": "Table 7", |
|
"ref_id": "TABREF11" |
|
}, |
|
{ |
|
"start": 106, |
|
"end": 114, |
|
"text": "Figure 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.3.4" |
|
}, |
|
{ |
|
"text": "Spelling Variation: Twitter users are very creative in their use of spelling and abbreviations. For example, a large number of variations of the word tomorrow can be found in tweets, including 2morrow, 2mrw, tmrw, 2mrow and so on. Previous temporal resolvers often fail in these cases, while TweeTIME significantly reduces such errors. Ambiguity: In many cases, temporal words like Friday in the tweet Is it Friday yet? may not refer to any specific event or date, but are often predicted incorrectly. Also included in this category are cases where the future and past are confused. For example, predicting the past Friday, when it is actually the coming Friday.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.3.4" |
|
}, |
|
{ |
|
"text": "Missing Rule: Cases where specific temporal keywords, such as April Fools, are not covered by the rule-based systems. Tokenization: Traditional systems tend to be very sensitive to incorrect tokenization and have trouble to handle expressions such as 9th-december, May 9,2015 or Jan1. For the following Tweet:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.3.4" |
|
}, |
|
{ |
|
"text": "JUST IN Delhi high court asks state government to submit data on changes in pollution level since #OddEven rule came into effect on Jan1", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.3.4" |
|
}, |
|
{ |
|
"text": "TweeTIME is able to correctly extract 01/01/2016, whereas HeidelTime, SUTime, TempEX and UW-Time all failed to extract any dates. Hashtag: Hashtags can carry temporal information, for example, #September11. Only our system that is adapted to social media can resolve these cases. Out of Range: TweeTIME only predicts dates within 10 days before or after the tweet. Time expressions referring to dates outside this range will not be predicted correctly. System combination with SUTime (Section 5.3.3) only partially addressed this problem.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.3.4" |
|
}, |
|
{ |
|
"text": "Over-Prediction: Unlike rule-based systems, Twee-TIME has a tendency to over-predict when there is no explicit time expression in the tweets, possibly because of the presence of present tense verbs. Such mistakes could also happen in some past tense verbs. Because TweeTIME resolves time expressions using a very different approach compared to traditional methods, its distribution of errors is quite distinct, as illustrated in Figure 6 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 429, |
|
"end": 437, |
|
"text": "Figure 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.3.4" |
|
}, |
|
{ |
|
"text": "Temporal Resolvers primarily utilize either rulebased or probabilistic approaches. Notable rulebased systems such as TempEx (Mani and Wilson, 2000) , SUTime (Chang and Manning, 2012) and HeidelTime (Str\u00f6tgen and Gertz, 2013) provide particularly competitive performance compared to the state-of-the-art machine learning methods. Probabilistic approaches use supervised classifiers trained on in-domain annotated data (Kolomiyets and Moens, 2010; Bethard, 2013a; Filannino et al., 2013) or hybrid with hand-engineered rules (UzZaman and Allen, 2010; Lee et al., 2014) . UWTime (Lee et al., 2014) is one of the most recent and competitive systems and uses Combinatory Categorial Grammar (CCG).", |
|
"cite_spans": [ |
|
{ |
|
"start": 124, |
|
"end": 147, |
|
"text": "(Mani and Wilson, 2000)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 157, |
|
"end": 182, |
|
"text": "(Chang and Manning, 2012)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 198, |
|
"end": 224, |
|
"text": "(Str\u00f6tgen and Gertz, 2013)", |
|
"ref_id": "BIBREF38" |
|
}, |
|
{ |
|
"start": 417, |
|
"end": 445, |
|
"text": "(Kolomiyets and Moens, 2010;", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 446, |
|
"end": 461, |
|
"text": "Bethard, 2013a;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 462, |
|
"end": 485, |
|
"text": "Filannino et al., 2013)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 549, |
|
"end": 566, |
|
"text": "Lee et al., 2014)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 576, |
|
"end": 594, |
|
"text": "(Lee et al., 2014)", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Although the recent research challenge TempEval (UzZaman et al., 2013; Bethard and Savova, 2016) offers an evaluation in the clinical domain besides newswire, most participants used the provided annotated corpus to train supervised models in addition to employing hand-coded rules. Previous work on adapting temporal taggers primarily focus on scaling up to more languages. HeidelTime was extended to multilingual (Str\u00f6tgen and Gertz, 2015) , colloquial (SMS) and scientific texts (Str\u00f6tgen and Gertz, 2012) Over-Prediction RT @tinatbh: January 2015: this will be my year December 2015: maybe not. None 2015-12-08 (TweeTime) annotated data. One existing work used distant supervision (Angeli et al., 2012; Angeli and Uszkoreit, 2013) , but for normalization only, assuming gold time mentions as input. They used an EM-style bootstrapping approach and a CKY parser. Distant Supervision has recently become popular in natural language processing. Much of the work has focused on the task of relation extraction (Craven and Kumlien, 1999; Bunescu and Mooney, 2007; Mintz et al., 2009b; Riedel et al., 2010; Hoffmann et al., 2011b; Nguyen and Moschitti, 2011; Surdeanu et al., 2012; Xu et al., 2013; Ritter et al., 2013; Angeli et al., 2014) . Recent work also shows exciting results on extracting named entities (Ritter et al., 2011; Plank et al., 2014) , emotions (Purver and Battersby, 2012) , sentiment (Marchetti-Bowick and Chambers, 2012) , as well as finding evidence in medical publications (Wallace et al., 2016) . Our work is closely related to the joint word-sentence model that exploits multiple-instance learning for paraphrase identification (Xu et al., 2014) in Twitter.", |
|
"cite_spans": [ |
|
{ |
|
"start": 48, |
|
"end": 70, |
|
"text": "(UzZaman et al., 2013;", |
|
"ref_id": "BIBREF42" |
|
}, |
|
{ |
|
"start": 71, |
|
"end": 96, |
|
"text": "Bethard and Savova, 2016)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 414, |
|
"end": 440, |
|
"text": "(Str\u00f6tgen and Gertz, 2015)", |
|
"ref_id": "BIBREF39" |
|
}, |
|
{ |
|
"start": 481, |
|
"end": 507, |
|
"text": "(Str\u00f6tgen and Gertz, 2012)", |
|
"ref_id": "BIBREF37" |
|
}, |
|
{ |
|
"start": 684, |
|
"end": 705, |
|
"text": "(Angeli et al., 2012;", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 706, |
|
"end": 733, |
|
"text": "Angeli and Uszkoreit, 2013)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 1009, |
|
"end": 1035, |
|
"text": "(Craven and Kumlien, 1999;", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 1036, |
|
"end": 1061, |
|
"text": "Bunescu and Mooney, 2007;", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 1062, |
|
"end": 1082, |
|
"text": "Mintz et al., 2009b;", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 1083, |
|
"end": 1103, |
|
"text": "Riedel et al., 2010;", |
|
"ref_id": "BIBREF31" |
|
}, |
|
{ |
|
"start": 1104, |
|
"end": 1127, |
|
"text": "Hoffmann et al., 2011b;", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 1128, |
|
"end": 1155, |
|
"text": "Nguyen and Moschitti, 2011;", |
|
"ref_id": "BIBREF28" |
|
}, |
|
{ |
|
"start": 1156, |
|
"end": 1178, |
|
"text": "Surdeanu et al., 2012;", |
|
"ref_id": "BIBREF40" |
|
}, |
|
{ |
|
"start": 1179, |
|
"end": 1195, |
|
"text": "Xu et al., 2013;", |
|
"ref_id": "BIBREF44" |
|
}, |
|
{ |
|
"start": 1196, |
|
"end": 1216, |
|
"text": "Ritter et al., 2013;", |
|
"ref_id": "BIBREF34" |
|
}, |
|
{ |
|
"start": 1217, |
|
"end": 1237, |
|
"text": "Angeli et al., 2014)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 1309, |
|
"end": 1330, |
|
"text": "(Ritter et al., 2011;", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 1331, |
|
"end": 1350, |
|
"text": "Plank et al., 2014)", |
|
"ref_id": "BIBREF29" |
|
}, |
|
{ |
|
"start": 1362, |
|
"end": 1390, |
|
"text": "(Purver and Battersby, 2012)", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 1403, |
|
"end": 1440, |
|
"text": "(Marchetti-Bowick and Chambers, 2012)", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 1495, |
|
"end": 1517, |
|
"text": "(Wallace et al., 2016)", |
|
"ref_id": "BIBREF43" |
|
}, |
|
{ |
|
"start": 1652, |
|
"end": 1669, |
|
"text": "(Xu et al., 2014)", |
|
"ref_id": "BIBREF45" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "In this paper, we showed how to learn time resolvers from large amounts of unlabeled text, using a database of known events as distant supervision. We presented a method for learning a wordlevel temporal tagging models from tweets that are heuristically labeled with only sentence-level labels. This approach was further extended to account for the case of missing tags, or temporal properties that are not explicitly mentioned in the text of a tweet. These temporal tags were then combined with a variety of other features in a novel date-resolver that predicts normalized dates referenced in a Tweet. By learning from large quantities of in-domain data, we were able to achieve 0.68 F1 score on the end-to-end time normalization task for social media data, significantly outperforming SUTime, TempEx, Heidel-Time and UWTime on this challenging dataset for time normalization.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "We focus on resolving dates, arguably the most important and frequent category of time expressions in social media data, and leave other phenomenon such as times and durations to traditional methods or future work.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The closest work is HeidelTime's colloquial English version(Str\u00f6tgen and Gertz, 2012) developed from annotated SMS data and slang dictionary. Our TweeTIME significantly outperforms on Twitter data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We would like to thank the anonymous reviewers for helpful feedback on a previous draft. This material is based upon work supported by the National Science Foundation under Grant No. IIS-1464128. Alan Ritter is supported by the Office of the Director of National Intelligence (ODNI) and the Intelligence Advanced Research Projects Activity (IARPA) via the Air Force Research Laboratory (AFRL) contract number FA8750-16-C-0114. The U.S. Government is authorized to reproduce and distribute reprints for Governmental purposes notwithstanding any copyright annotation thereon. Disclaimer: The views and conclusions contained herein are those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of ODNI, IARPA, AFRL, or the U.S. Government.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "On the value of temporal information in information retrieval", |
|
"authors": [ |
|
{ |
|
"first": "Omar", |
|
"middle": [], |
|
"last": "Alonso", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Gertz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ricardo", |
|
"middle": [], |
|
"last": "Baeza-Yates", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "ACM SIGIR Forum", |
|
"volume": "41", |
|
"issue": "", |
|
"pages": "35--41", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Omar Alonso, Michael Gertz, and Ricardo Baeza-Yates. 2007. On the value of temporal information in infor- mation retrieval. In ACM SIGIR Forum, volume 41, pages 35-41. ACM.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Languageindependent discriminative parsing of temporal expressions", |
|
"authors": [ |
|
{ |
|
"first": "Gabor", |
|
"middle": [], |
|
"last": "Angeli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jakob", |
|
"middle": [], |
|
"last": "Uszkoreit", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Gabor Angeli and Jakob Uszkoreit. 2013. Language- independent discriminative parsing of temporal ex- pressions. In Proceedings of the 51st Annual Meet- ing of the Association for Computational Linguistics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Parsing time: Learning to interpret time expressions", |
|
"authors": [ |
|
{ |
|
"first": "Gabor", |
|
"middle": [], |
|
"last": "Angeli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Christopher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Manning", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Jurafsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Gabor Angeli, Christopher D Manning, and Daniel Ju- rafsky. 2012. Parsing time: Learning to interpret time expressions. In Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Tech- nologies (NAACL).", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Combining distant and partial supervision for relation extraction", |
|
"authors": [ |
|
{ |
|
"first": "Gabor", |
|
"middle": [], |
|
"last": "Angeli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julie", |
|
"middle": [], |
|
"last": "Tibshirani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jean", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher D", |
|
"middle": [], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Gabor Angeli, Julie Tibshirani, Jean Wu, and Christo- pher D Manning. 2014. Combining distant and partial supervision for relation extraction. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP).", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "SemEval-2016 Task 12: Clinical TempEval", |
|
"authors": [ |
|
{ |
|
"first": "Steven", |
|
"middle": [], |
|
"last": "Bethard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Guergana", |
|
"middle": [], |
|
"last": "Savova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the 10th International Workshop on Semantic Evaluation (SemEval)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Steven Bethard and Guergana Savova. 2016. SemEval- 2016 Task 12: Clinical TempEval. In Proceedings of the 10th International Workshop on Semantic Evalua- tion (SemEval).", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "ClearTK-TimeML: A minimalist approach to TempEval", |
|
"authors": [ |
|
{ |
|
"first": "Steven", |
|
"middle": [], |
|
"last": "Bethard", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the Seventh International Workshop on Semantic Evaluation (SemEval)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Steven Bethard. 2013a. ClearTK-TimeML: A minimal- ist approach to TempEval 2013. In Proceedings of the Seventh International Workshop on Semantic Evalua- tion (SemEval).", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "A synchronous context free grammar for time normalization", |
|
"authors": [ |
|
{ |
|
"first": "Steven", |
|
"middle": [], |
|
"last": "Bethard", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Steven Bethard. 2013b. A synchronous context free grammar for time normalization. In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing (EMNLP).", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Learning to extract relations from the Web using minimal supervision", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Razvan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Raymond", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Bunescu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Mooney", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Razvan C. Bunescu and Raymond J. Mooney. 2007. Learning to extract relations from the Web using min- imal supervision. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguis- tics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "NavyTime: Event and time ordering from raw text", |
|
"authors": [ |
|
{ |
|
"first": "Nathanael", |
|
"middle": [], |
|
"last": "Chambers", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the 7th International Workshop on Semantic Evaluation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nathanael Chambers. 2013. NavyTime: Event and time ordering from raw text. In Proceedings of the 7th International Workshop on Semantic Evaluation (Se- mEval).", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "SU-Time: A library for recognizing and normalizing time expressions", |
|
"authors": [ |
|
{ |
|
"first": "X", |
|
"middle": [], |
|
"last": "Angel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher D", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Angel X Chang and Christopher D Manning. 2012. SU- Time: A library for recognizing and normalizing time expressions. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC).", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Expectation-regulated neural model for event mention extraction", |
|
"authors": [ |
|
{ |
|
"first": "Ching-Yun", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhiyang", |
|
"middle": [], |
|
"last": "Teng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yue", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proccedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Technologies (NAACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ching-Yun Chang, Zhiyang Teng, and Yue Zhang. 2016. Expectation-regulated neural model for event mention extraction. Proccedings of the 2016 Conference of the North American Chapter of the Association for Com- putational Linguistics: Technologies (NAACL).", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Constructing biological knowledge bases by extracting information from text sources", |
|
"authors": [ |
|
{ |
|
"first": "Mark", |
|
"middle": [], |
|
"last": "Craven", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Johan", |
|
"middle": [], |
|
"last": "Kumlien", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "Proceedings of the Seventh International Conference on Intelligent Systems for Molecular Biology (ISMB)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mark Craven and Johan Kumlien. 1999. Constructing biological knowledge bases by extracting information from text sources. In Proceedings of the Seventh Inter- national Conference on Intelligent Systems for Molec- ular Biology (ISMB).", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Temporal signals help label temporal relations", |
|
"authors": [ |
|
{ |
|
"first": "Leon", |
|
"middle": [], |
|
"last": "Derczynski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Robert", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Gaizauskas", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Leon Derczynski and Robert J Gaizauskas. 2013. Tem- poral signals help label temporal relations. In Pro- ceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Solving the multiple instance problem with axis-parallel rectangles", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Thomas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Dietterich", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Richard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tom\u00e1s", |
|
"middle": [], |
|
"last": "Lathrop", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Lozano-P\u00e9rez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Artificial intelligence", |
|
"volume": "89", |
|
"issue": "1", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thomas G Dietterich, Richard H Lathrop, and Tom\u00e1s Lozano-P\u00e9rez. 1997. Solving the multiple instance problem with axis-parallel rectangles. Artificial intel- ligence, 89(1).", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Joint inference for event timeline construction", |
|
"authors": [ |
|
{ |
|
"first": "Wei", |
|
"middle": [], |
|
"last": "Quang Xuan Do", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Lu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Roth", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Quang Xuan Do, Wei Lu, and Dan Roth. 2012. Joint inference for event timeline construction. In Proceed- ings of the 2012 Joint Conference on Empirical Meth- ods in Natural Language Processing and Computa- tional Natural Language Learning (EMNLP).", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "ManTIME: Temporal expression identification and normalization in the TempEval-3 challenge", |
|
"authors": [ |
|
{ |
|
"first": "Michele", |
|
"middle": [], |
|
"last": "Filannino", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gavin", |
|
"middle": [], |
|
"last": "Brown", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Goran", |
|
"middle": [], |
|
"last": "Nenadic", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the Seventh International Workshop on Semantic Evaluation (SemEval)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Michele Filannino, Gavin Brown, and Goran Nenadic. 2013. ManTIME: Temporal expression identification and normalization in the TempEval-3 challenge. In Proceedings of the Seventh International Workshop on Semantic Evaluation (SemEval).", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Knowledgebased weak supervision for information extraction of overlapping relations", |
|
"authors": [ |
|
{ |
|
"first": "Raphael", |
|
"middle": [], |
|
"last": "Hoffmann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Congle", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiao", |
|
"middle": [], |
|
"last": "Ling", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Luke", |
|
"middle": [], |
|
"last": "Zettlemoyer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Weld", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "The 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Raphael Hoffmann, Congle Zhang, Xiao Ling, Luke Zettlemoyer, and Daniel S. Weld. 2011a. Knowledge- based weak supervision for information extraction of overlapping relations. In The 49th Annual Meeting of the Association for Computational Linguistics: Hu- man Language Technologies (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Knowledgebased weak supervision for information extraction of overlapping relations", |
|
"authors": [ |
|
{ |
|
"first": "Raphael", |
|
"middle": [], |
|
"last": "Hoffmann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Congle", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiao", |
|
"middle": [], |
|
"last": "Ling", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Luke", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Zettlemoyer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Weld", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Raphael Hoffmann, Congle Zhang, Xiao Ling, Luke S. Zettlemoyer, and Daniel S. Weld. 2011b. Knowledge- based weak supervision for information extraction of overlapping relations. In Proceedings of the 49th An- nual Meeting of the Association for Computational Linguistics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Overview of the tac 2011 knowledge base population track", |
|
"authors": [ |
|
{ |
|
"first": "Heng", |
|
"middle": [], |
|
"last": "Ji", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ralph", |
|
"middle": [], |
|
"last": "Grishman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hoa", |
|
"middle": [ |
|
"Trang" |
|
], |
|
"last": "Dang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kira", |
|
"middle": [], |
|
"last": "Griffitt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joe", |
|
"middle": [], |
|
"last": "Ellis", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the Fourth Text Analysis Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Heng Ji, Ralph Grishman, Hoa Trang Dang, Kira Grif- fitt, and Joe Ellis. 2011. Overview of the tac 2011 knowledge base population track. In Proceedings of the Fourth Text Analysis Conference (TAC).", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Supporting temporal analytics for health-related events in microblogs", |
|
"authors": [ |
|
{ |
|
"first": "Nattiya", |
|
"middle": [], |
|
"last": "Kanhabua", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sara", |
|
"middle": [], |
|
"last": "Romano", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Avar\u00e9", |
|
"middle": [], |
|
"last": "Stewart", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wolfgang", |
|
"middle": [], |
|
"last": "Nejdl", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 21st ACM International Conference on Information and Knowledge Management (CIKM)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nattiya Kanhabua, Sara Romano, Avar\u00e9 Stewart, and Wolfgang Nejdl. 2012. Supporting temporal analyt- ics for health-related events in microblogs. In Pro- ceedings of the 21st ACM International Conference on Information and Knowledge Management (CIKM).", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "KUL: Recognition and normalization of temporal expressions", |
|
"authors": [ |
|
{ |
|
"first": "Oleksandr", |
|
"middle": [], |
|
"last": "Kolomiyets", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marie-Francine", |
|
"middle": [], |
|
"last": "Moens", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 5th International Workshop on Semantic Evaluation (SemEval)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Oleksandr Kolomiyets and Marie-Francine Moens. 2010. KUL: Recognition and normalization of temporal ex- pressions. In Proceedings of the 5th International Workshop on Semantic Evaluation (SemEval).", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Context-dependent semantic parsing for time expressions", |
|
"authors": [ |
|
{ |
|
"first": "Kenton", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yoav", |
|
"middle": [], |
|
"last": "Artzi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jesse", |
|
"middle": [], |
|
"last": "Dodge", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Luke", |
|
"middle": [], |
|
"last": "Zettlemoyer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proceedings of 52nd Annual Meeting of the Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kenton Lee, Yoav Artzi, Jesse Dodge, and Luke Zettle- moyer. 2014. Context-dependent semantic parsing for time expressions. In Proceedings of 52nd Annual Meeting of the Association for Computational Linguis- tics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Temporal information extraction", |
|
"authors": [ |
|
{ |
|
"first": "Xiao", |
|
"middle": [], |
|
"last": "Ling", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Daniel S Weld", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 24th AAAI Conference on Artificial Intelligence (AAAI)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiao Ling and Daniel S Weld. 2010. Temporal infor- mation extraction. In Proceedings of the 24th AAAI Conference on Artificial Intelligence (AAAI).", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Robust temporal processing of news", |
|
"authors": [ |
|
{ |
|
"first": "Inderjeet", |
|
"middle": [], |
|
"last": "Mani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "George", |
|
"middle": [], |
|
"last": "Wilson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of the 38th Annual Meeting on Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Inderjeet Mani and George Wilson. 2000. Robust tempo- ral processing of news. In Proceedings of the 38th An- nual Meeting on Association for Computational Lin- guistics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Learning for microblogs with distant supervision: Political forecasting with Twitter", |
|
"authors": [ |
|
{ |
|
"first": "Micol", |
|
"middle": [], |
|
"last": "Marchetti", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "-", |
|
"middle": [], |
|
"last": "Bowick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nathanael", |
|
"middle": [], |
|
"last": "Chambers", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics (EACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Micol Marchetti-Bowick and Nathanael Chambers. 2012. Learning for microblogs with distant supervi- sion: Political forecasting with Twitter. In Proceed- ings of the 13th Conference of the European Chap- ter of the Association for Computational Linguistics (EACL).", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Distant supervision for relation extraction without labeled data", |
|
"authors": [ |
|
{ |
|
"first": "Mike", |
|
"middle": [], |
|
"last": "Mintz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Steven", |
|
"middle": [], |
|
"last": "Bills", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rion", |
|
"middle": [], |
|
"last": "Snow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dan", |
|
"middle": [], |
|
"last": "Jurafsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the Joint Conference of the Association of Computational Linguistics and the International Joint Conference on Natural Language Processing (ACL-IJCNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mike Mintz, Steven Bills, Rion Snow, and Dan Juraf- sky. 2009a. Distant supervision for relation extraction without labeled data. In Proceedings of the Joint Con- ference of the Association of Computational Linguis- tics and the International Joint Conference on Natural Language Processing (ACL-IJCNLP).", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Distant supervision for relation extraction without labeled data", |
|
"authors": [ |
|
{ |
|
"first": "Mike", |
|
"middle": [], |
|
"last": "Mintz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Steven", |
|
"middle": [], |
|
"last": "Bills", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedigns of the 47th", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mike Mintz, Steven Bills, Rion Snow, and Daniel Juraf- sky. 2009b. Distant supervision for relation extrac- tion without labeled data. In Proceedigns of the 47th", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing (ACL)", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "End-to-end relation extraction using distant supervision from external semantic repositories", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Truc-Vien", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alessandro", |
|
"middle": [], |
|
"last": "Nguyen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Moschitti", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Truc-Vien T. Nguyen and Alessandro Moschitti. 2011. End-to-end relation extraction using distant supervi- sion from external semantic repositories. In Proceed- ings of the 49th Annual Meeting of the Association for Computational Linguistics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "Adapting taggers to twitter with notso-distant supervision", |
|
"authors": [ |
|
{ |
|
"first": "Barbara", |
|
"middle": [], |
|
"last": "Plank", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dirk", |
|
"middle": [], |
|
"last": "Hovy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ryan", |
|
"middle": [], |
|
"last": "Mcdonald", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anders", |
|
"middle": [], |
|
"last": "S\u00f8gaard", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1783--1792", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Barbara Plank, Dirk Hovy, Ryan McDonald, and Anders S\u00f8gaard. 2014. Adapting taggers to twitter with not- so-distant supervision. pages 1783-1792.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Experimenting with distant supervision for emotion classification", |
|
"authors": [ |
|
{ |
|
"first": "Matthew", |
|
"middle": [], |
|
"last": "Purver", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stuart", |
|
"middle": [], |
|
"last": "Battersby", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics (EACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matthew Purver and Stuart Battersby. 2012. Experi- menting with distant supervision for emotion classi- fication. In Proceedings of the 13th Conference of the European Chapter of the Association for Compu- tational Linguistics (EACL).", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "Modeling relations and their mentions without labeled text", |
|
"authors": [ |
|
{ |
|
"first": "Sebastian", |
|
"middle": [], |
|
"last": "Riedel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Limin", |
|
"middle": [], |
|
"last": "Yao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrew", |
|
"middle": [], |
|
"last": "Mccallum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedigns of the European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML-PKDD)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sebastian Riedel, Limin Yao, and Andrew McCallum. 2010. Modeling relations and their mentions without labeled text. In Proceedigns of the European Confer- ence on Machine Learning and Principles and Prac- tice of Knowledge Discovery in Databases (ECML- PKDD).", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Named entity recognition in Tweets: An experimental study", |
|
"authors": [ |
|
{ |
|
"first": "Alan", |
|
"middle": [], |
|
"last": "Ritter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sam", |
|
"middle": [], |
|
"last": "Mausam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Oren", |
|
"middle": [], |
|
"last": "Clark", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alan Ritter, Mausam, Sam Clark, and Oren Etzioni. 2011. Named entity recognition in Tweets: An ex- perimental study. In Proceedings of the Conference on Empirical Methods in Natural Language Process- ing (EMNLP).", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Open domain event extraction from twitter", |
|
"authors": [ |
|
{ |
|
"first": "Alan", |
|
"middle": [], |
|
"last": "Ritter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Oren", |
|
"middle": [], |
|
"last": "Mausam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sam", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Clark", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining (KDD)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alan Ritter, Mausam, Oren Etzioni, and Sam Clark. 2012. Open domain event extraction from twitter. In Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining (KDD).", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "Modeling missing data in distant supervision for information extraction", |
|
"authors": [ |
|
{ |
|
"first": "Alan", |
|
"middle": [], |
|
"last": "Ritter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Luke", |
|
"middle": [], |
|
"last": "Zettlemoyer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mausam", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Oren", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Transactions of the Association for Computational Linguistics (TACL)", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "367--378", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alan Ritter, Luke Zettlemoyer, Mausam, and Oren Et- zioni. 2013. Modeling missing data in distant su- pervision for information extraction. Transactions of the Association for Computational Linguistics (TACL), 1:367-378.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "Weakly supervised extraction of computer security events from Twitter", |
|
"authors": [ |
|
{ |
|
"first": "Alan", |
|
"middle": [], |
|
"last": "Ritter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Evan", |
|
"middle": [], |
|
"last": "Wright", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "William", |
|
"middle": [], |
|
"last": "Casey", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tom", |
|
"middle": [], |
|
"last": "Mitchell", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proceedings of the 24th International Conference on World Wide Web", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alan Ritter, Evan Wright, William Casey, and Tom Mitchell. 2015. Weakly supervised extraction of com- puter security events from Twitter. In Proceedings of the 24th International Conference on World Wide Web (WWW).", |
|
"links": null |
|
}, |
|
"BIBREF36": { |
|
"ref_id": "b36", |
|
"title": "Extracting human temporal orientation in Facebook language", |
|
"authors": [ |
|
{ |
|
"first": "Andrew", |
|
"middle": [], |
|
"last": "Schwartz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Greg", |
|
"middle": [], |
|
"last": "Park", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maarten", |
|
"middle": [], |
|
"last": "Sap", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Evan", |
|
"middle": [], |
|
"last": "Weingarten", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Johannes", |
|
"middle": [], |
|
"last": "Eichstaedt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Margaret", |
|
"middle": [], |
|
"last": "Kern", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonah", |
|
"middle": [], |
|
"last": "Berger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martin", |
|
"middle": [], |
|
"last": "Seligman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lyle", |
|
"middle": [], |
|
"last": "Ungar", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "H Andrew Schwartz, Greg Park, Maarten Sap, Evan Weingarten, Johannes Eichstaedt, Margaret Kern, Jonah Berger, Martin Seligman, and Lyle Ungar. 2015. Extracting human temporal orientation in Face- book language. In Proceedings of the 2015 Confer- ence of the North American Chapter of the Associa- tion for Computational Linguistics: Human Language Technologies (NAACL).", |
|
"links": null |
|
}, |
|
"BIBREF37": { |
|
"ref_id": "b37", |
|
"title": "Temporal tagging on different domains: Challenges, strategies, and gold standards", |
|
"authors": [ |
|
{ |
|
"first": "Jannik", |
|
"middle": [], |
|
"last": "Str\u00f6tgen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Gertz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jannik Str\u00f6tgen and Michael Gertz. 2012. Temporal tagging on different domains: Challenges, strategies, and gold standards. In Proceedings of the 8th Interna- tional Conference on Language Resources and Evalu- ation (LREC).", |
|
"links": null |
|
}, |
|
"BIBREF38": { |
|
"ref_id": "b38", |
|
"title": "Multilingual and cross-domain temporal tagging. Language Resources and Evaluation", |
|
"authors": [ |
|
{ |
|
"first": "Jannik", |
|
"middle": [], |
|
"last": "Str\u00f6tgen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Gertz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "", |
|
"volume": "47", |
|
"issue": "", |
|
"pages": "269--298", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jannik Str\u00f6tgen and Michael Gertz. 2013. Multilingual and cross-domain temporal tagging. Language Re- sources and Evaluation, 47(2):269-298.", |
|
"links": null |
|
}, |
|
"BIBREF39": { |
|
"ref_id": "b39", |
|
"title": "A baseline temporal tagger for all languages", |
|
"authors": [ |
|
{ |
|
"first": "Jannik", |
|
"middle": [], |
|
"last": "Str\u00f6tgen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Gertz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jannik Str\u00f6tgen and Michael Gertz. 2015. A baseline temporal tagger for all languages. In Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing (EMNLP).", |
|
"links": null |
|
}, |
|
"BIBREF40": { |
|
"ref_id": "b40", |
|
"title": "Multi-instance multilabel learning for relation extraction", |
|
"authors": [ |
|
{ |
|
"first": "Mihai", |
|
"middle": [], |
|
"last": "Surdeanu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julie", |
|
"middle": [], |
|
"last": "Tibshirani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ramesh", |
|
"middle": [], |
|
"last": "Nallapati", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mihai Surdeanu, Julie Tibshirani, Ramesh Nallapati, and Christopher D. Manning. 2012. Multi-instance multi- label learning for relation extraction. In Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF41": { |
|
"ref_id": "b41", |
|
"title": "TRIPS and TRIOS system for Tempeval-2: Extracting temporal information from text", |
|
"authors": [ |
|
{ |
|
"first": "Naushad", |
|
"middle": [], |
|
"last": "Uzzaman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "James F Allen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 5th International Workshop on Semantic Evaluation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Naushad UzZaman and James F Allen. 2010. TRIPS and TRIOS system for Tempeval-2: Extracting tem- poral information from text. In Proceedings of the 5th International Workshop on Semantic Evaluation (Se- mEval).", |
|
"links": null |
|
}, |
|
"BIBREF42": { |
|
"ref_id": "b42", |
|
"title": "SemEval-2013 Task 1: TEMPEVAL-3: Evaluating time expressions, events, and temporal relations", |
|
"authors": [ |
|
{ |
|
"first": "Naushad", |
|
"middle": [], |
|
"last": "Uzzaman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hector", |
|
"middle": [], |
|
"last": "Llorens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "James", |
|
"middle": [], |
|
"last": "Allen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Leon", |
|
"middle": [], |
|
"last": "Derczynski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marc", |
|
"middle": [], |
|
"last": "Verhagen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "James", |
|
"middle": [], |
|
"last": "Pustejovsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the 7th International Workshop on Semantic Evaluation (SemEval)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Naushad UzZaman, Hector Llorens, James Allen, Leon Derczynski, Marc Verhagen, and James Pustejovsky. 2013. SemEval-2013 Task 1: TEMPEVAL-3: Evalu- ating time expressions, events, and temporal relations. In Proceedings of the 7th International Workshop on Semantic Evaluation (SemEval).", |
|
"links": null |
|
}, |
|
"BIBREF43": { |
|
"ref_id": "b43", |
|
"title": "Extracting PICO sentences from clinical trial reports using supervised distant supervision", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Byron", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jo\u00ebl", |
|
"middle": [], |
|
"last": "Wallace", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aakash", |
|
"middle": [], |
|
"last": "Kuiper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Sharma", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Iain", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Mingxi Brian Zhu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Marshall", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Journal of Machine Learning Research", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Byron C Wallace, Jo\u00ebl Kuiper, Aakash Sharma, Mingxi Brian Zhu, and Iain J Marshall. 2016. Extract- ing PICO sentences from clinical trial reports using supervised distant supervision. Journal of Machine Learning Research (JMLR).", |
|
"links": null |
|
}, |
|
"BIBREF44": { |
|
"ref_id": "b44", |
|
"title": "Filling knowledge base gaps for distant supervision of relation extraction", |
|
"authors": [ |
|
{ |
|
"first": "Wei", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Raphael", |
|
"middle": [], |
|
"last": "Hoffmann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhao", |
|
"middle": [], |
|
"last": "Le", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ralph", |
|
"middle": [], |
|
"last": "Grishman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the 51th Annual Meeting of the Association for Computational Linguistics (ACL)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wei Xu, Raphael Hoffmann, Zhao Le, and Ralph Grish- man. 2013. Filling knowledge base gaps for distant supervision of relation extraction. In Proceedings of the 51th Annual Meeting of the Association for Com- putational Linguistics (ACL).", |
|
"links": null |
|
}, |
|
"BIBREF45": { |
|
"ref_id": "b45", |
|
"title": "Extracting lexically divergent paraphrases from Twitter", |
|
"authors": [ |
|
{ |
|
"first": "Wei", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alan", |
|
"middle": [], |
|
"last": "Ritter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chris", |
|
"middle": [], |
|
"last": "Callison-Burch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "William", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Dolan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yangfeng", |
|
"middle": [], |
|
"last": "Ji", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Transactions of the Association for Computational Linguistics (TACL)", |
|
"volume": "2", |
|
"issue": "1", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Wei Xu, Alan Ritter, Chris Callison-Burch, William B. Dolan, and Yangfeng Ji. 2014. Extracting lexically divergent paraphrases from Twitter. Transactions of the Association for Computational Linguistics (TACL), 2(1).", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "A tweet published on Friday 5/6/2016 that contains the temporal expression Monday referring to the date of the event (5/9/2016), which a generic temporal tagger failed to resolve correctly.", |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "A tweet that contains a simple explicit time mention and an event (Mercury, 5/9/2016) that can be identified by an open-domain information extraction system.", |
|
"uris": null |
|
}, |
|
"FIGREF3": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "TweeTIME system diagram of model training.", |
|
"uris": null |
|
}, |
|
"FIGREF4": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Multiple-Instance Learning Temporal Tagging Model -our approach to learn a word-level tagging model given only sentence-level labels. In this example a sentence-level variable ta = 1 indicates the temporal tag DOW=M on must be present and t b = 1 indicates that the target date is in the future (TL=f uture). The multiple instance learning assumption im-plies that at least one word must be tagged with each of these present temporal tags. For example, ideally after training, the model will learn to assign z8 to tag a and z1 to tag b.", |
|
"uris": null |
|
}, |
|
"FIGREF5": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Precision and recall at resolving time expressions compared against human judgements. TweeTIME achieves higher precision at comparable recall than other state-of-the-art systems.", |
|
"uris": null |
|
}, |
|
"TABREF1": { |
|
"num": null, |
|
"text": "Our Temporal Recognizer can extract five different", |
|
"content": "<table><tr><td>temporal types and assign one of their values to each word of a</td></tr><tr><td>tweet.</td></tr></table>", |
|
"html": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF3": { |
|
"num": null, |
|
"text": "Performance comparison of MultiT and MiDaT at predicting heuristically generated tags on the dev set.", |
|
"content": "<table/>", |
|
"html": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF4": { |
|
"num": null, |
|
"text": ".", |
|
"content": "<table><tr><td/><td>System</td><td colspan=\"3\">Prec. Recall F-value</td></tr><tr><td>dev set</td><td colspan=\"2\">TweeTIME 0.93 SUTime 0.89</td><td>0.69 0.64</td><td>0.79 0.75</td></tr><tr><td>test set</td><td colspan=\"2\">TweeTIME 0.97 SUTime 0.85</td><td>0.94 0.75</td><td>0.96 0.80</td></tr></table>", |
|
"html": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF5": { |
|
"num": null, |
|
"text": "Performance comparison of TweeTIME and SUTime at predicting heuristically labeled normalized dates.", |
|
"content": "<table/>", |
|
"html": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF6": { |
|
"num": null, |
|
"text": "Example MiDaT tagging output on the test set.", |
|
"content": "<table><tr><td/><td colspan=\"3\">Precision Recall F-value</td></tr><tr><td>TweeTIME</td><td>0.61</td><td>0.81</td><td>0.70</td></tr><tr><td>-Day Diff.</td><td>0.46</td><td>0.72</td><td>0.56</td></tr><tr><td>-Lexical&POS</td><td>0.48</td><td>0.80</td><td>0.60</td></tr><tr><td>-Week Diff.</td><td>0.49</td><td>0.85</td><td>0.62</td></tr><tr><td>-Lexical</td><td>0.50</td><td>0.88</td><td>0.64</td></tr><tr><td>-Temporal Tag</td><td>0.57</td><td>0.83</td><td>0.68</td></tr></table>", |
|
"html": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF7": { |
|
"num": null, |
|
"text": "Feature ablation of the Temporal Resolver by removing each individual feature group from the full set.", |
|
"content": "<table><tr><td/><td>System</td><td colspan=\"3\">Prec. Recall F-value</td></tr><tr><td>dev set</td><td colspan=\"2\">TweeTIME TweeTIME+SU 0.67 0.61 SUTime 0.51 TempEx 0.58</td><td>0.81 0.83 0.86 0.64</td><td>0.70 0.74 0.64 0.61</td></tr><tr><td/><td>HeidelTime</td><td>0.57</td><td>0.63</td><td>0.60</td></tr><tr><td/><td>UWTime</td><td>0.49</td><td>0.57</td><td>0.53</td></tr><tr><td>test set</td><td colspan=\"2\">TweeTIME TweeTIME+SU 0.62 0.58 SUTime 0.54 TempEx 0.56</td><td>0.70 0.76 0.64 0.58</td><td>0.63 0.68 0.58 0.57</td></tr><tr><td/><td>HeidelTime</td><td>0.43</td><td>0.52</td><td>0.47</td></tr><tr><td/><td>UWTime</td><td>0.39</td><td>0.50</td><td>0.44</td></tr></table>", |
|
"html": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF8": { |
|
"num": null, |
|
"text": "Performance comparison of TweeTIME against state-", |
|
"content": "<table><tr><td>of-the-art temporal taggers. TweeTIME+SU uses our proposed</td></tr><tr><td>approach to system combination, re-scoring output from SU-</td></tr><tr><td>Time using extracted features and learned parameters from</td></tr><tr><td>TweeTIME.</td></tr></table>", |
|
"html": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF10": { |
|
"num": null, |
|
"text": "using dictionaries and additional in-domain", |
|
"content": "<table><tr><td>Error Category</td><td>Tweet</td><td>Gold Date</td><td>Predicted Date</td></tr><tr><td>Spelling</td><td>I cant believe tmrw is fri..the week flys by</td><td>2015-03-06</td><td>None (SUTime, Heidel-Time)</td></tr><tr><td>Ambiguity</td><td>RT @Iyaimkatie: Is it Friday yet?????</td><td>None</td><td>2015-12-04 (TweeTime, SUTime, HeidelTime)</td></tr><tr><td>Missing Rule</td><td>#49ers #sanfrancisco 49ers fans should be oh so wary of April Fools pranks</td><td>2015-04-01</td><td>None (HeidelTime)</td></tr><tr><td>Tokenization</td><td>100000 -still waiting for that reply from 9th-december lmao. you're pretty funny and chill</td><td>2015-12-09</td><td>None (SUTime, Heidel-Time)</td></tr><tr><td>Hashtag</td><td>RT @arianatotally: Who listening to the #SAT-URDAY #Night w/ @AlexAngelo?I'm loving it.</td><td>2015-04-11</td><td>None (SUTime, Heidel-Time)</td></tr><tr><td>Out of Range</td><td>RT @460km: In memory of Constable Christine Diotte @rcmpgrcpolice EOW: March 12, 2002 #HeroesInLife #HerosEnVie</td><td colspan=\"2\">2002-03-12 2015-03-12 (TweeTime)</td></tr></table>", |
|
"html": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF11": { |
|
"num": null, |
|
"text": "Representative Examples of System (SUTime, HeidelTime, TweeTIME) Errors", |
|
"content": "<table/>", |
|
"html": null, |
|
"type_str": "table" |
|
} |
|
} |
|
} |
|
} |