<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Temporal Information Retrieval: Challenges and Opportunities</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Omar</forename><surname>Alonso</surname></persName>
							<email>omar.alonso@microsoft.com</email>
							<affiliation key="aff0">
								<orgName type="institution">Microsoft Corp. Mountain View</orgName>
								<address>
									<region>CA</region>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jannik</forename><surname>Strötgen</surname></persName>
							<email>stroetgen@uni-hd.de</email>
							<affiliation key="aff1">
								<orgName type="department">Institute of Computer Science</orgName>
								<orgName type="institution">University of Heidelberg</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ricardo</forename><surname>Baeza-Yates</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">Yahoo! Research Barcelona</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Michael</forename><surname>Gertz</surname></persName>
							<email>gertz@uni-hd.de</email>
							<affiliation key="aff3">
								<orgName type="department">Institute of Computer Science</orgName>
								<orgName type="institution">University of Heidelberg</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Temporal Information Retrieval: Challenges and Opportunities</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">CED9D01C245117C242823611782EDFD4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T19:56+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>I.2.7 [Artificial Intelligence]: Natural Language Processing-Language models</term>
					<term>Text analysis temporal information</term>
					<term>information retrieval</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Time is an important dimension of any information space. It can be very useful for a wide range of information retrieval tasks such as document exploration, similarity search, summarization, and clustering. Traditionally, information retrieval applications do not take full advantage of all the temporal information embedded in documents to provide alternative search features and user experience. However, in the last few years there has been exciting work on analyzing and exploiting temporal information for the presentation, organization, and in particular the exploration of search results.</p><p>In this paper, we review the current research trends and present a number of interesting applications along with open problems. The goal is to discuss interesting areas and future work for this exciting field of information management.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>describing the chronological context of a document or a collection of documents. As an extension to existing ranking techniques, which are primarily based on popularity or reputation, time can be in particular valuable for exploring search results along well-defined timelines and at multiple time granularities due to the key characteristics of temporal information:</p><p>• Temporal information is well-defined: Assuming two points in time or two intervals, the relationship between them can be identified, e.g., the relationship can be of the types before, overlap, or after <ref type="bibr" target="#b2">[3]</ref>.</p><p>• Temporal information can be normalized: Regardless of the used terms or the used language, every temporal expression referring to the same semantics can be normalized to the same value in some standard format. This property makes temporal information term-and language-independent.</p><p>• Temporal information can be organized hierarchically: Temporal expressions can be of different granularities, e.g., of type day ("May 20, 2011") or of type year ("2011"). Due to the fact that years consist of months, and months and weeks consist of days, temporal expressions can be mapped to coarser granularities based on the hierarchy of temporal expressions.</p><p>Using these key characteristics, temporal information about documents can be used to develop time-specific information retrieval and exploration applications. The most obvious type of temporal information associated with a document is its creation time or the date of its last modification. This kind of information, which is directly accessible through the metadata of a document, can already be used for several tasks such as time-aware search or temporal clustering. However, the document creation time is only valuable in a specific context such as the news domain. In other areas, and even in the news domain itself, a lot of temporal information is neglected if the document creation time is used as the only time information associated with a document. This is because there is a lot of temporal information latently available in a document's text. Assume a news document reports on an event that is already dated. Then, if only the document creation time is taken into account, the information when the event occurred is ignored. But to make use of such information, so-called temporal taggers are applied to extract and normalize temporal expressions contained in documents.</p><p>The remainder of the paper is organized as follows. After a discussion of how time appears in documents and how it is possible to extract such temporal data, in Section 3, we survey research on temporal tagging. In Section 4, we present the current research trends on temporal information retrieval. We then describe application areas and challenges. Finally, we present our concluding remarks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">TIME IN DOCUMENTS</head><p>As indicated in the introduction, there is a lot of temporal information in any collection of documents, be it ranked documents in a hit list or a corpus of topic specific documents. To take advantage of such time related information in particular for document exploration purposes, in a document processing step, it is important to extract this information, anchor it in time, compute some (aggregated) measures, and make all this information explicit to subsequent exploration tasks.</p><p>In this section, we give a description of the different types of temporal information mentioned in documents (Sec. 2.1), explain how temporal expressions can be realized in natural language (Sec. 2.2), and demonstrate how they can be extracted and normalized (Sec. 2.3).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Types of Temporal Information</head><p>Temporal expressions mentioned in text documents can be grouped into four types according to TimeML <ref type="bibr" target="#b26">[27]</ref>, the standard markup language for temporal information: date, time, duration, and set. While duration expressions are used to provide information about the length of an interval (e.g., "three years" in they have been traveling through the U.S. for three years), set expressions inform about the periodical aspect of an event (e.g., "twice a week" in she goes to the gym twice a week ). In contrast, time and date expressions (e.g., "3 p.m." or "January 25, 2010") both refer to a specific point in time -though in a different granularity.</p><p>An interesting key feature of temporal information is that it can be normalized to some standard format. Assuming a Gregorian calendar as representation of time, expressions of time and date can be directly placed on a timeline. A date is then typically represented as YYYY-MM-DD, e.g., the expression "January 25, 2010" is normalized to "2010-01-25". However, the normalization is not always as simple as in this example, but depends on the way temporal information is expressed in a document, which will be discussed in the next paragraph.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Occurrences of Temporal Expressions</head><p>There are many different ways how to express temporal information of the types date and time in documents. Similar to the work by Schilder and Habel <ref type="bibr" target="#b30">[31]</ref>, we distinguish between explicit, implicit, and relative temporal expressions.</p><p>Explicit temporal expressions refer to a specific point in time. Note that this point in time can be of different granularities. For example, the expression "January 25, 2010" refers to a specific day while the expression "November 2005" refers to a specific month. The key characteristic of explicit temporal expressions is that they can be normalized with-out any further knowledge. That is, the expression itself contains all the information needed for normalization and is thus fully specified.</p><p>In contrast, relative temporal expressions cannot be normalized without taking into account some context information. For example, the expression "today" cannot be normalized without knowing the corresponding reference time. This reference time can either be the document creation time or another temporal expression in the document. Typically, in news articles, the document creation time is important and often used as reference time. Note that this kind of information is directly accessible in form of a timestamp through the metadata of a document. The expression "yesterday" in Thousands of prisoners in Egypt managed to escape from prison yesterday can be normalized to "2011-01-29" if we know the document creation time to be "2011-01-30". In other types of documents, the reference time is usually represented by another temporal expression in the document. In general, there are many occurrences of relative temporal expressions. While sometimes the reference time is sufficient for normalization, further information is needed if the relation to the reference time has to be identified as well. For example, "on Monday" can either refer to the previous or to the next Monday with respect to the reference time. An indicator for determining the relationship can be the tense of the sentence with future tense and present tense indicating an after-relationship to the reference time and past tense a before-relationship. Figure <ref type="figure" target="#fig_0">1</ref> shows some parts of a news article containing explicit and relative temporal expressions and illustrate what kind of context information is needed for normalizing the relative expressions.</p><p>The third type of temporal expressions are implicit expressions such as names of holidays or events. These expressions can be anchored on a timeline if a mapping of the expression to its normalized value is available. For example, "New Year's Day 2002" can be normalized to "2002-01-01" since "New Year's Day" always refers to January 1. In addition, there are expressions for which a temporal function has to be applied. "Labor Day", for example, refers to the first Monday in September so that "Labor Day 2009" can be normalized to "2009-09-07" if we know this day to be the first Monday in September 2009.</p><p>Although there are many different ways to refer to a specific point in time, all expressions referring to the same point in time shall be normalized to the same value in the standard format. This normalization process is one of the tasks of so-called temporal taggers, as described in the next paragraph.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Temporal Tagging</head><p>Temporal tagging is a specific task in named entity recognition and normalization. The goals of so-called temporal taggers are (i) the extraction of temporal expressions and (ii) the normalization of these expressions to some standard format. As this standard format, TIMEX2 and TIMEX3 are often used. While TIMEX2 tags include pre-and postmodifiers of the temporal expression itself (e.g., dependent clauses) and allow for nested temporal expressions <ref type="bibr" target="#b10">[11]</ref>, such modifiers and nested tags are not included by TIMEX3 tags. Instead, TIMEX3 is part of the TimeML markup language in which further annotation types are available for capturing more complex temporal semantics. Nevertheless, although there are significant differences between TIMEX2 Document Creation Time: 1998-04-18</p><p>Hungarian astronaut Bertalan Farkas is leaving for the United States to start a new career, he said today .</p><p>. . . On May 22, 1995 , Farkas was made a brigadier general, and the following year he was appointed military attache . . . However, cited by District of Columbia traffic police in December for driving under the influence of . . . and TIMEX3, they are very similar in many ways and a detailed analysis goes beyond the scope of this paper. <ref type="foot" target="#foot_0">1</ref> According to the TimeML annotation guidelines, a TIMEX3 tag contains, among others, the following information about a temporal expression:</p><p>• offset: the start and end position of the expression in the document</p><p>• type: whether the expression is of type date, time, duration, or set</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>• value: the normalized value of the expression</head><p>To identify this information, i.e., to extract and normalize temporal expressions, temporal taggers are applied after the text is preprocessed. Usually, sentence and token boundaries are detected and a part-of-speech tag is associated with every token. This information can then be used by the temporal tagger to identify temporal expressions. The first goal, i.e., the identification of the boundaries of temporal expressions, can be seen as typical classification task. Therefore, there has been some work on addressing this problem by applying machine learning techniques (e.g., <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b37">38]</ref>). The classification problem can be described in the following way: For every token t, decide whether t is outside (O) of temporal expressions, inside (I) a temporal expression, or the beginning (B) of a temporal expression. The well-known IOB-format can be used for annotating tokens according to their property.</p><p>In addition to machine-learning approaches, there are several rule-based approaches to extract temporal expressions (e.g., <ref type="bibr" target="#b23">[24,</ref><ref type="bibr" target="#b33">34]</ref>). These are usually based on regular expressions although they may use other information about the text as well, such as part-of-speech information.</p><p>The more difficult task is the normalization of the temporal expressions. While explicit expressions can be normalized without further knowledge, the normalization of relative expressions is challenging. As described above, context information has to be identified to determine the correct reference time and the temporal relation between a temporal expression and its reference time. While there are rule-based and machine learning based approaches for the extraction of temporal expressions, the normalization is usually done in a rule-based way by all temporal taggers.</p><p>Due to their importance for temporal information retrieval, we give an overview of existing temporal taggers and their quality in the next section. In addition, we present resources for evaluating temporal taggers and survey temporal evaluation challenges organized so far.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">RESEARCH ON TEMPORAL TAGGING</head><p>Temporal processing of text documents in terms of the extraction and normalization of temporal expressions as well as the extraction of temporal relations between events is very important for several NLP tasks requiring a deep understanding of language such as question answering or document summarization. Due to this fact, there has been significant research in temporal annotation of text documents. The markup language TimeML has become an ISO standard for temporal annotation <ref type="bibr" target="#b26">[27]</ref>, and the TimeBank corpus was developed <ref type="bibr" target="#b27">[28]</ref>. The latest version of the TimeBank corpus contains 183 news articles and can be regarded as the gold standard for temporal annotation. However, there has been important research activity before, and several evaluation challenges have been held to bring forward research in the area of temporal information extraction as described in the following section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Evaluation Challenges</head><p>The earliest competitions for the extraction of temporal expressions have been the named entity recognition tasks of the Message Understanding Conferences MUC 1995 and 1997 <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b11">12]</ref>. A combination of the extraction and the normalization was introduced in the ACE (Automatic Content Extraction) time expression recognition and normalization (TERN) challenges in 2004, 2005, and 2007<ref type="foot" target="#foot_1">2</ref> . Several temporal taggers have been developed by the participants of these challenges (see Section 3.2). Often, the TERN 2004 and 2005 corpora<ref type="foot" target="#foot_2">3</ref> are used to compare the quality of temporal taggers. The TERN corpora are annotated with respect to the TIMEX2 annotation guidelines <ref type="bibr" target="#b10">[11]</ref>.</p><p>A further indication of the importance of temporal annotation and the activity in the research domain are the TempEval challenges. Motivated by the importance of temporal annotation for many NLP tasks, TempEval was organized the first time as one task of the SemEval workshop in 2007 <ref type="bibr" target="#b38">[39]</ref>. In this competition, the organizers provided annotated text documents based on the TimeBank corpus. While the annotations of events and temporal expressions were given, the task for the tools to be developed was to identify temporal relations between events and the document creation time, between events and temporal expressions, and between two events.</p><p>In 2010, the full task of identifying all temporal related expressions and relations was faced in the follow-up challenge. That is, for TempEval-2, two further tasks were added <ref type="bibr" target="#b40">[41]</ref>: the extraction and normalization of temporal expressions and of events. In addition, the discovery of relations between two events was split into two tasks, namely the identification of relations between two main events in consecu-tive sentences and relations between two events where one event syntactically dominates the other event. The Temp-Eval corpora are based on the TimeBank corpus and annotated according the TimeML annotation guidelines, i.e., using TIMEX3 tags for temporal expressions. A further novelty in the second TempEval challenge was that the tasks were offered not only in English but in six languages. However, only two languages where addressed by the participants, namely English and Spanish. Nevertheless, thanks to the creation of an annotation standard, a gold standard corpus, and competitions such as the TempEval challenges, there has been significant improvements in temporal relation identification and temporal tagging. Some existing temporal taggers and their quality is presented in the next paragraph by comparing their results in the TempEval-2 challenge.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Temporal Taggers</head><p>Having applied a temporal tagger on a document collection, the previously hidden temporal information is made available for tasks such as temporal relation extraction or temporal clustering. One often applied temporal tagger is GuTime, which is part of the Tarsqi tool kit <ref type="bibr" target="#b39">[40]</ref>. It is based on the TempEx tagger, which was the first temporal tagger for the extraction of temporal expressions and their normalizations <ref type="bibr" target="#b21">[22]</ref>. GuTime was developed as automatic evaluation tool for TimeML and extends the capabilities of the TempEx tagger. It was evaluated on the TERN 2004 training corpus and achieves F-measures of 85%, 78%, and 82% for lenient and strict detection and for normalization, respectively.</p><p>In the TempEval-2 challenge, eight teams participated in the task for temporal expression extraction and normalization for English documents. The best-performing system was HeidelTime with an F-Score of 86% for the extraction and an accuracy of 85% for the normalization <ref type="bibr" target="#b33">[34]</ref>. For Spanish documents, the best result for the extraction was an F-Score of 91% <ref type="bibr" target="#b15">[16]</ref>, while another system achieved the highest accuracy for normalization (83%) <ref type="bibr" target="#b41">[42]</ref>. While both machinelearning and rule-based approaches were applied for the extraction, the normalization was done in a rule-based way by all systems. As the best performing system, HeidelTime uses rules consisting of an extraction and a normalization part. Thus, all temporal expressions that are identified are normalized as well. Due to the strict separation of the code and the rules, HeidelTime is applicable for multi-lingual temporal tagging <ref type="foot" target="#foot_3">4</ref> .</p><p>Although there has been significant advances in temporal tagging, there is still room for improvement, especially when switching the processing language or the domain of the document collection. For example, Mazur and Dale recently presented a new corpus for research on temporal expressions containing long, narrative-style documents, namely Wikipedia articles describing the historical course of wars <ref type="bibr" target="#b24">[25]</ref>. Using their temporal tagger, they show that the normalization of temporal expressions in such documents is very challenging due to the rich discourse structure and the huge number of often underspecified temporal expressions in these documents compared to the usually used short news documents. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">RESEARCH TRENDS</head><p>Research work on fully utilizing the temporal information embedded in the text of documents for exploration and search purposes is very recent. The work by Alonso et al. presents an approach for extracting temporal information and how it can be used for clustering search results <ref type="bibr" target="#b4">[5]</ref>. Berberich et al. describe a model for temporal information needs <ref type="bibr" target="#b6">[7]</ref>. Figure <ref type="figure" target="#fig_1">2</ref> shows the annotated timeline for the NYTimes data set for the latter reference using the Timeline widget <ref type="foot" target="#foot_4">5</ref> . These last two projects rely on crowdsourcing, mainly using Amazon Mechanical Turk, for evaluating parts of their work.</p><p>News sources have been the primary focus of a number of projects on exploiting time information in documents. For example, the Time Frames project realizes an approach to augment news articles by extracting time information <ref type="bibr" target="#b13">[14]</ref>. Google's news timeline<ref type="foot" target="#foot_5">6</ref> is an experimental feature that allows a user to explore news by time.</p><p>Extensions to document operations such as comparing the temporal similarity of two documents in the context of news articles is presented by Makkonen and Ahonen-Myka <ref type="bibr" target="#b16">[17]</ref>. An interesting approach that combines topic detection and tracking with timelines as a browsing interface is presented by Swan and Allan <ref type="bibr" target="#b36">[37]</ref>. Time information is also used in temporal mining of blogs to extract useful information <ref type="bibr" target="#b28">[29]</ref>. New research has also emerged for future retrieval where temporal information is used for searching the future <ref type="bibr" target="#b5">[6]</ref>.</p><p>There is exciting research on adding a time dimension to certain applications like news summaries <ref type="bibr" target="#b1">[2]</ref>, temporal patterns <ref type="bibr" target="#b32">[33]</ref>, and temporal Web search <ref type="bibr" target="#b25">[26]</ref>. The special issue on temporal information processing gives a clear map of current directions <ref type="bibr" target="#b19">[20]</ref>. Harvesting temporal information and how it can be used for entities and relationships is also a very recent rich area <ref type="bibr" target="#b42">[43]</ref>.</p><p>Closely related to information extraction is the recent research on temporal annotations, which is covered in depth in the book by Mani et al. <ref type="bibr" target="#b20">[21]</ref>. Identification of time related information depends heavily on the language and the corpora, so traditional information extraction systems tend to fall short in terms of temporal extraction. Based on the latest advances, new research is emerging for automatic assignment of document event-time periods and automatic tagging of news messages using entity extraction <ref type="bibr" target="#b30">[31]</ref>. Now, we outline a number of applications that can benefit from leveraging more temporal information either by temporal expressions or timestamps. For each application, we describe why it is important and present a number of challenges.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Exploratory Search</head><p>Research in exploratory search systems has gained a lot of attention lately as they add a significant user interface component to help users search, navigate, and discover new facts and relationships. As the amount of information on the Web keeps growing, exploratory search interfaces are starting to surface. That said, it is not clear how to leverage temporal information. A few problems are:</p><p>• How to expose temporal information in exploratory search systems?</p><p>• What's the best way of presenting temporal information as a retrieval cue?</p><p>• For which data sources, besides news, does exploratory search make sense?</p><p>• Is e-discovery a vertical application that can benefit from temporal information?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Micro-blogging and Real-time Search</head><p>Micro-blogging sites like Twitter have gained a lot of attention lately as the ultimate mechanism to broadcast what's going on. Due to its nature, a typical message is very short and its lifespan is basically the crowd interest about that particular event be a football final game or an earthquake.</p><p>In the case of Twitter, it is very difficult to beat the timely broadcasting of an important event if one compares this to a news article. Each tweet has a timestamp but the organization of such information is still not clear. In the news context, the reporter has to write an article that contains a few paragraphs and submit the final version through some content management version that would push it to an external website so a search engine can hopefully crawl and index it in time. In parallel, if a tweet is so important by the time the reporter is finishing with the article, the main idea would be trending in Twitter, therefore highlighting its importance at a world scale. This is very similar to the traditional notion of topic detection and tracking <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b17">18]</ref>, with one key difference: speed to detect that the topic is important and therefore a candidate for trending. Some problems are:</p><p>• What is the best way to provide a timeline of events in micro-blogging?</p><p>• What is the lifespan of the main event?</p><p>• How fast and precise can one detect trending events?</p><p>• What is the fraction of new content on the topic stream?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Temporal Summaries</head><p>There has been seminal work on temporal summaries of news topics by Allan <ref type="bibr" target="#b1">[2]</ref> that shows how important temporal information is. One extension is to generate time sensitive summaries that can be used as temporal snippets <ref type="bibr" target="#b3">[4]</ref>.</p><p>By design, the main goal of a snippet (or caption) is to present a document surrogate that the user can quickly scan in the search results page without the need to click and read the full content of a document. There is a limit to the number of lines of text that the snippet should present. Interesting questions include:</p><p>• When to show a timestamp or temporal expressions?</p><p>• Should the snippet present the matching lines in a timeline?</p><p>• Is a temporal summary a good surrogate for a document?</p><p>• For which kind of queries is a temporal summary appropriate?</p><p>• Should temporal summaries be query independent?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4">Temporal Clustering</head><p>The notion of clustering search results by temporal attributes has been presented in <ref type="bibr" target="#b4">[5]</ref>. Preliminary results indicate that users are interested in dissecting a document collection by time. At the same time it is not clear for which kind of scenarios besides "research-like" questions this approach would work. Key issues are:</p><p>• Can we identify documents that are contemporary and therefore related?</p><p>• Which chronons can be more useful for clustering?</p><p>• How can we cluster micro-blogging data by time?</p><p>• Is a timeline the best way to cluster search results?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.5">Temporal Querying</head><p>The temporal information extracted from documents can directly be used to allow the user of a search engine to constrain his/her query in a temporal manner. That is, in addition to a textual part, a query contains a temporal part. For example, in addition to "world war" a temporal constraint like "1944-1945" could be specified. The user would obviously expect documents about World War II as results for his query. The objective when using a combination of a text and a temporal query can thus be formulated in the following way: The more both parts of the query are satisfied, i.e, the more the textual and the temporal parts fit to a document, the higher should be the rank of this document. The main problems for such a combination of constraints is the following:</p><p>• How can a combined score for the textual part and the temporal part of a query be calculated in a reasonable way?</p><p>• Should a document in which the "textual match" and the "temporal match" are far away from each other be penalized?</p><p>• What about documents satisfying one of the constraints but "slightly" fail to satisfy the other constraint?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.6">Temporal Question Answering</head><p>To be able to answer time-related questions, a question answering system has to know when specific events took place. For this, temporal information can be associated with extracted facts from text documents <ref type="bibr" target="#b25">[26]</ref>. While this may be applicable for famous facts and events, question answering systems are often faced with imperfect temporal information. For this, identifying relationships between events described in documents is important as it is for many further NLP tasks (see Section 3.1). Especially historic events tend TWAW 2011, Hyderabad, India to have a gradual beginning and ending so that knowing the temporal relationship between two events may allow to answer a temporal query although no explicit temporal information is associated with the events <ref type="bibr" target="#b29">[30]</ref>. Research issues are:</p><p>• How can inconsistent temporal information be dealt with?</p><p>• How can temporal reasoning be executed if temporal relationships are missing?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.7">Temporal Similarity</head><p>A related research question to temporal querying is temporal document similarity. Instead of comparing a temporal query with the temporal information of a document, two documents can be compared with respect to their temporal similarity. The main problem arising here is what makes two documents temporally similar? This leads to the following questions:</p><p>• Should two documents be considered similar if they cover the same temporal interval?</p><p>• Should the temporal focus of the documents be important for their temporal similarity?</p><p>• Can two documents be regarded as temporally similar if one contains a small temporal interval of the other document in a detailed way?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.8">Timelines and User Interfaces</head><p>One important use of time entities of a document is to create a sorted list of events, a timeline. A timeline can be shown as a list of vertical textual items or visualized in many different ways. For example, as in Yahoo!'s Correlator <ref type="foot" target="#foot_6">7</ref> . More sophisticated visualizations allow to focus on specific named entities with respect to time like in Yahoo!'s News Explorer <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b18">19]</ref>. Here, interesting questions are:</p><p>• What is the appropriate way to present a timeline?</p><p>• Is a linear timeline the only way to present and anchor documents in time?</p><p>• How can one leverage document temporal measures to present a good display?</p><p>• Are there specific visualizations or user interfaces that can benefit from temporal information?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.9">Searching in Time</head><p>Time entities can also be used to search in documents or log files that can be used to search the past for different purposes such as digital forensics, historical analysis or linguistic analysis. We can even search the future <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b12">13]</ref>, for example, in news for events that are scheduled or may happen in the future. This idea is supported in the Yahoo!s News Explorer tool already mentioned <ref type="bibr" target="#b18">[19]</ref>. Microsoft Academic Search<ref type="foot" target="#foot_7">8</ref> is an example of presenting publications and citations in a timeline. Some problems are:</p><p>• Besides news, what other sources would one like to use to search in the past and/or the future?</p><p>• How far does one need to go back in time?</p><p>• Can we improve bibliographic search instead of just sorting by publication date?</p><p>• How can we evaluate the quality of such systems?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.10">Web Archiving</head><p>The goal of Web archiving is to collect and store digital content so that it is accessible for future tasks. Besides the detection of spam, which can be dealt with analyzing the evolution of the link structure of web pages <ref type="bibr" target="#b8">[9]</ref>, a main challenge in Web archiving is to take care of the temporal coherence of Web pages since it is not possible to collect all pages at the same time. Thus, the content of parts of the collection may change during the crawling process. In <ref type="bibr" target="#b31">[32]</ref>, Spaniol et al. introduce a coherence framework to overcome the temporal diffusion of the Web crawls, i.e., to minimize the risk of incoherences. Nevertheless, open problems remain:</p><p>• How can temporal information be used to predict which pages are likely to change over time?</p><p>• How can temporal coherence be achieved for any point in time or time interval?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.11">Spatio-temporal Information Exploration</head><p>Recently, there has been some research on combining spatial and temporal information extracted from documents for exploration tasks <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b35">36]</ref>. In the same way as temporal information can be normalized using a timeline, spatial information can be normalized according its latitude/longitude information. To extract geographic expressions from documents, so-called geo taggers can be applied. Combining the information extracted from a temporal tagger with the information extracted from a geo tagger allows the exploration of documents according to the events mentioned in the text since events usually happen at some specific time and place. A system for the exploration of such spatio-temporal information from documents is TimeTrails <ref type="bibr" target="#b34">[35]</ref>. Some questions are:</p><p>• What's the best way to represent maps and time?</p><p>• Which kinds of scenarios can benefit from spatio-temporal exploration?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">CONCLUDING REMARKS</head><p>Temporal information embedded in documents in the form of temporal expressions offer an interesting means to further enhance the functionality of current information retrieval applications.</p><p>We have presented a number of examples and scenarios where temporal information can be very useful. We have identified research trends in this new area and a number of interesting practical applications as well as problems.</p><p>The problems we outline are difficult because they include several areas of computer science, mainly information retrieval, natural language processing, and user interfaces. Moreover, several of them are multidisciplinary because they touch issues related to psychology or design, to mention just two, making them even more challenging.</p><p>TWAW 2011, Hyderabad, India</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Examples of temporal expressions in a news article with explicit (transparent boxes) and relative (solid boxes) expressions. Arrows indicate what kind of context information is needed to normalize the temporal expression.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Annotation of a timeline by workers using crowdsourcing.</figDesc><graphic coords="4,325.84,46.30,247.44,105.11" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">For further information on temporal annotation according to TimeML and differences between TIMEX2 and TIMEX3, see http://www.timeml.org.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www.itl.nist.gov/iad/mig/tests/ace/.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">The TERN development corpora are available through the Linguistic Data Consortium. See: http://fofoca.mitre. org/tern.html.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">For details, see http://dbs.ifi.uni-heidelberg.de/ stixx/.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">http://simile.mit.edu/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">http://www.newstimeline.googlelabs.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">http://correlator.sandbox.yahoo.com/.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">http://academic.research.microsoft.com/.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Topic Detection and Tracking: Event-based Information Organization</title>
		<author>
			<persName><forename type="first">J</forename><surname>Allan</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2002">2002</date>
			<publisher>Kluwer Academic Publishers</publisher>
			<pubPlace>Norwell, MA, USA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Temporal Summaries of New Topics</title>
		<author>
			<persName><forename type="first">J</forename><surname>Allan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Khandelwal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR &apos;01)</title>
				<meeting>the 24th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR &apos;01)</meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="10" to="18" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Maintaining Knowledge about Temporal Intervals</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Allen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="832" to="843" />
			<date type="published" when="1983">1983</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Effectiveness of Temporal Snippets</title>
		<author>
			<persName><forename type="first">O</forename><surname>Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Baeza-Yates</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gertz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Web Search Result Summarization and Presentation (WSSP 09)</title>
				<meeting>the Workshop on Web Search Result Summarization and Presentation (WSSP 09)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="1" to="4" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Clustering and Exploring Search Results Using Timeline Constructions</title>
		<author>
			<persName><forename type="first">O</forename><surname>Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gertz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Baeza-Yates</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 18th ACM International Conference on Information and Knowledge Management (CIKM &apos;09)</title>
				<meeting>the 18th ACM International Conference on Information and Knowledge Management (CIKM &apos;09)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="97" to="106" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Searching the Future</title>
		<author>
			<persName><forename type="first">R</forename><surname>Baeza-Yates</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ACM SIGIR 2005 Workshop on Mathematical/Formal Methods in Information Retrieval (MF/IR 05)</title>
				<meeting>the ACM SIGIR 2005 Workshop on Mathematical/Formal Methods in Information Retrieval (MF/IR 05)</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A Language Modeling Approach for Temporal Information Needs</title>
		<author>
			<persName><forename type="first">K</forename><surname>Berberich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bedathur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Weikum</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 32nd European Conference on Information Retrieval Research (ECIR &apos;10)</title>
				<meeting>the 32nd European Conference on Information Retrieval Research (ECIR &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="13" to="25" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Overview of MUC-7/MET-2</title>
		<author>
			<persName><forename type="first">N</forename><surname>Chinchor</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th Conference on Message Understanding (MUC &apos;97)</title>
				<meeting>the 7th Conference on Message Understanding (MUC &apos;97)</meeting>
		<imprint>
			<date type="published" when="1997">1997</date>
			<biblScope unit="page" from="1" to="11" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A Study of Link Farm Distribution and Evolution Using a Time Series of Web Snapshots</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Chung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Toyoda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kitsuregawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Workshop on Adversarial Information Retrieval on the Web (AIRWeb &apos;09)</title>
				<meeting>the 5th International Workshop on Adversarial Information Retrieval on the Web (AIRWeb &apos;09)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="9" to="16" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Exploiting the Past to Find Relevant Entities in News Articles</title>
		<author>
			<persName><forename type="first">G</forename><surname>Demartini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Missen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Blanco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zaragoza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 19th ACM International Conference on Information and Knowledge Management (CIKM &apos;10)</title>
				<meeting>the 19th ACM International Conference on Information and Knowledge Management (CIKM &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="1517" to="1520" />
		</imprint>
	</monogr>
	<note>TAER: Time-aware Entity Retrieval</note>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">TIDES -2005 Standard for the Annotation of Temporal Expressions</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ferro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Gerber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Mani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sundheim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wilson</surname></persName>
		</author>
		<ptr target="http://fofoca.mitre.org/annotation_guidelines/2005_timex2_standard_v1.1.pdf" />
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Design of the MUC-6 Evaluation</title>
		<author>
			<persName><forename type="first">R</forename><surname>Grishman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sundheim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th Conference on Message Understanding (MUC &apos;95)</title>
				<meeting>the 6th Conference on Message Understanding (MUC &apos;95)</meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="1" to="11" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Supporting Analysis of Future-related Information in News Archives and the Web</title>
		<author>
			<persName><forename type="first">A</forename><surname>Jatowt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kanazawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Oyama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Tanaka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th Joint Conference on Digital Libraries (JCDL &apos;09)</title>
				<meeting>the 9th Joint Conference on Digital Libraries (JCDL &apos;09)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="115" to="124" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Time Frames: Temporal Augmentation of the News</title>
		<author>
			<persName><forename type="first">D</forename><surname>Koen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Bender</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IBM Systems Journal</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="597" to="616" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Meeting TempEval-2: Shallow Approach for Temporal Tagger</title>
		<author>
			<persName><forename type="first">O</forename><surname>Kolomiyets</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-F</forename><surname>Moens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Semantic Evaluations: Recent Achievements and Future Directions (SEW &apos;09)</title>
				<meeting>the Workshop on Semantic Evaluations: Recent Achievements and Future Directions (SEW &apos;09)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="52" to="57" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">TIPSEM (English and Spanish): Evaluating CRFs and Semantic Roles in TempEval-2</title>
		<author>
			<persName><forename type="first">H</forename><surname>Llorens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Saquete</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Navarro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</title>
				<meeting>the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="284" to="291" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Utilizing Temporal Information in Topic Detection and Tracking</title>
		<author>
			<persName><forename type="first">J</forename><surname>Makkonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Ahonen-Myka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of 7th European Conference on Research and Advanced Technology for Digital Libraries (ECDL &apos;03)</title>
				<meeting>7th European Conference on Research and Advanced Technology for Digital Libraries (ECDL &apos;03)</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="393" to="404" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Topic Detection and Tracking with Spatio-temporal Evidence</title>
		<author>
			<persName><forename type="first">J</forename><surname>Makkonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Ahonen-Myka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Salmenkivi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 25th European Conference on Information Retrieval Research (ECIR &apos;03)</title>
				<meeting>the 25th European Conference on Information Retrieval Research (ECIR &apos;03)</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="251" to="265" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Searching Through Time in the New York Times</title>
		<author>
			<persName><forename type="first">M</forename><surname>Matthews</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Tolchinsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Blanco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Atserias</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mika</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zaragoza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fourth Workshop on Human-Computer Interaction and Information Retrieval (HCIR &apos;10)</title>
				<meeting>the Fourth Workshop on Human-Computer Interaction and Information Retrieval (HCIR &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="41" to="44" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Introduction to the Special Issue on Temporal Information Processing</title>
		<author>
			<persName><forename type="first">I</forename><surname>Mani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pustejovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sundheim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Asian Language Information Processing</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="10" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<title level="m" type="main">The Language of Time</title>
		<editor>I. Mani, J. Pustejovsky, and R. Gaizauskas</editor>
		<imprint>
			<date type="published" when="2005">2005</date>
			<publisher>Oxford University Press</publisher>
			<pubPlace>New York, NY, USA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Robust Temporal Processing of News</title>
		<author>
			<persName><forename type="first">I</forename><surname>Mani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wilson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 38th Annual Meeting on Association for Computational Linguistics (ACL &apos;00)</title>
				<meeting>the 38th Annual Meeting on Association for Computational Linguistics (ACL &apos;00)</meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="69" to="76" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Extracting and Exploring the Geo-temporal Semantics of Textual Resources</title>
		<author>
			<persName><forename type="first">B</forename><surname>Martins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Manguinhas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Borbinha</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE International Conference on Semantic Computing (ICSC &apos;08)</title>
				<meeting>the IEEE International Conference on Semantic Computing (ICSC &apos;08)</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="1" to="9" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">The DANTE Temporal Expression Tagger</title>
		<author>
			<persName><forename type="first">P</forename><surname>Mazur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dale</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd Language and Technology Conference (LTC &apos;09)</title>
				<meeting>the 3rd Language and Technology Conference (LTC &apos;09)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="245" to="257" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">WikiWars: A New Corpus for Research on Temporal Expressions</title>
		<author>
			<persName><forename type="first">P</forename><surname>Mazur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dale</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP &apos;10)</title>
				<meeting>the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="913" to="922" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Towards Temporal Web Search</title>
		<author>
			<persName><forename type="first">M</forename><surname>Pasca</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2008 ACM Symposium on Applied Computing (SAC &apos;08)</title>
				<meeting>the 2008 ACM Symposium on Applied Computing (SAC &apos;08)</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="1117" to="1121" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">TimeML: Robust Specification of Event and Temporal Expressions in Text</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pustejovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Castaño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ingria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sauri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Gaizauskas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Setzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Katz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">R</forename><surname>Radev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI Spring Symposium on New Directions in Question Answering</title>
				<meeting>the AAAI Spring Symposium on New Directions in Question Answering</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="28" to="34" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">The TIMEBANK TWAW 2011, Hyderabad, India Corpus</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pustejovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hanks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sauri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>See</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gaizauskas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Setzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Radev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sundheim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Day</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ferro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lazo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Corpus Linguistics Conference</title>
				<meeting>Corpus Linguistics Conference</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="647" to="656" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Mining Blog Stories Using Community-based and Temporal Clustering</title>
		<author>
			<persName><forename type="first">A</forename><surname>Qamra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Tseng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Chang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 15th ACM International Conference on Information and Knowledge Management (CIKM &apos;06)</title>
				<meeting>the 15th ACM International Conference on Information and Knowledge Management (CIKM &apos;06)</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="58" to="67" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Question Answering with Imperfect Temporal Information</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schockaert1</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ahn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">De</forename><surname>Cock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Kerre</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th Conference on Flexible Query Answering Systems (FQAS 06)</title>
				<meeting>the 7th Conference on Flexible Query Answering Systems (FQAS 06)</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="647" to="658" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">From Temporal Expressions to Temporal Information: Semantic Tagging of News Messages</title>
		<author>
			<persName><forename type="first">F</forename><surname>Schilder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Habel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Temporal and Spatial Information Processing (TASIP &apos;01)</title>
				<meeting>the Workshop on Temporal and Spatial Information Processing (TASIP &apos;01)</meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="65" to="72" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Data Quality in Web Archiving</title>
		<author>
			<persName><forename type="first">M</forename><surname>Spaniol</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Denev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mazeika</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Weikum</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Senellart</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd Workshop on Information Credibility on the Web (WICOW &apos;09)</title>
				<meeting>the 3rd Workshop on Information Credibility on the Web (WICOW &apos;09)</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="19" to="26" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Identifying Temporal Patterns and Key Players in Document Collections</title>
		<author>
			<persName><forename type="first">B</forename><surname>Shaparenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Caruana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gehrke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Joachims</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE ICDM Workshop on Temporal Data Mining: Algorithms, Theory and Applications (TDM &apos;05)</title>
				<meeting>the IEEE ICDM Workshop on Temporal Data Mining: Algorithms, Theory and Applications (TDM &apos;05)</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="165" to="174" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">HeidelTime: High Quality Rule-based Extraction and Normalization of Temporal Expressions</title>
		<author>
			<persName><forename type="first">J</forename><surname>Strötgen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gertz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</title>
				<meeting>the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="321" to="324" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">TimeTrails: A System for Exploring Spatio-Temporal Information in Documents</title>
		<author>
			<persName><forename type="first">J</forename><surname>Strötgen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gertz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 36th International Conference on Very Large Data Bases (VLDB &apos;10)</title>
				<meeting>the 36th International Conference on Very Large Data Bases (VLDB &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="1569" to="1572" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Extraction and Exploration of Spatio-temporal Information in Documents</title>
		<author>
			<persName><forename type="first">J</forename><surname>Strötgen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gertz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Popov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th Workshop on Geographic Information Retrieval (GIR &apos;10)</title>
				<meeting>the 6th Workshop on Geographic Information Retrieval (GIR &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">TimeMine: Visualizing Automatically Constructed Timelines</title>
		<author>
			<persName><forename type="first">R</forename><surname>Swan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Allan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 23rd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR &apos;00)</title>
				<meeting>the 23rd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR &apos;00)</meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page">393</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">TRIPS and TRIOS System for TempEval-2: Extracting Temporal Information from Text</title>
		<author>
			<persName><forename type="first">N</forename><surname>Uzzaman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Allen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</title>
				<meeting>the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="276" to="283" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">SemEval-2007 Task 15: TempEval Temporal Relation Identification</title>
		<author>
			<persName><forename type="first">M</forename><surname>Verhagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gaizauskas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Schilder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hepple</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Katz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pustejovsky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Workshop on Semantic Evaluation (SemEval &apos;07)</title>
				<meeting>the 4th International Workshop on Semantic Evaluation (SemEval &apos;07)</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="75" to="80" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Temporal Processing with the TARSQI Toolkit</title>
		<author>
			<persName><forename type="first">M</forename><surname>Verhagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pustejovsky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd International Conference on Computational Linguistics (Coling &apos;08)</title>
				<meeting>the 22nd International Conference on Computational Linguistics (Coling &apos;08)</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="189" to="192" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">SemEval-2010 Task 13: TempEval-2</title>
		<author>
			<persName><forename type="first">M</forename><surname>Verhagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sauri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Caselli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pustejovsky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</title>
				<meeting>the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="57" to="62" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b41">
	<analytic>
		<title level="a" type="main">UC3M System: Determining the Extent, Type and Value of Time Expressions in TempEval-2</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Vicente-Díez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Moreno-Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Martínez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</title>
				<meeting>the 5th International Workshop on Semantic Evaluation (SemEval &apos;10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="329" to="332" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b42">
	<analytic>
		<title level="a" type="main">From Information to Knowledge: Harvesting Entities and Relationships from Web Sources</title>
		<author>
			<persName><forename type="first">G</forename><surname>Weikum</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Theobald</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 29th ACM SIGMOD-SIGACT-SIGART Symposium on Principles of Database Systems of Data (PODS&apos; 10)</title>
				<meeting>the 29th ACM SIGMOD-SIGACT-SIGART Symposium on Principles of Database Systems of Data (PODS&apos; 10)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="65" to="76" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
