<?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">Evaluation of Complex Temporal Questions in CLEF-QA</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">E</forename><surname>Saquete</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Departamento de Lenguajes y Sistemas Informáticos</orgName>
								<orgName type="laboratory">Grupo de investigación en Procesamiento del Lenguaje y Sistemas de Información</orgName>
								<orgName type="institution">University of Alicante</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Vicedo</surname></persName>
							<email>vicedo@dlsi.ua.es</email>
							<affiliation key="aff0">
								<orgName type="department">Departamento de Lenguajes y Sistemas Informáticos</orgName>
								<orgName type="laboratory">Grupo de investigación en Procesamiento del Lenguaje y Sistemas de Información</orgName>
								<orgName type="institution">University of Alicante</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">P</forename><surname>Martínez-Barco</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Departamento de Lenguajes y Sistemas Informáticos</orgName>
								<orgName type="laboratory">Grupo de investigación en Procesamiento del Lenguaje y Sistemas de Información</orgName>
								<orgName type="institution">University of Alicante</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">R</forename><surname>Muñoz</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Departamento de Lenguajes y Sistemas Informáticos</orgName>
								<orgName type="laboratory">Grupo de investigación en Procesamiento del Lenguaje y Sistemas de Información</orgName>
								<orgName type="institution">University of Alicante</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Evaluation of Complex Temporal Questions in CLEF-QA</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">4D620C6D8FAB3FC4538D044F11E14FC8</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T17:50+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper presents the evaluation of a Temporal QA system for the treatment of temporal complex questions. The system was implemented as a multilayered architecture where complex temporal questions are first decomposed into simple questions, according to the temporal relations expressed in the original question. These simple questions are then processed independently by our standard Question Answering engine and their respective answers are filtered to accomplish each simple question temporal restrictions. Finally, answers to simple decomposed questions are integrated following the temporal relations extracted from the original complex question in order to compose the final answer. This evaluation was performed as a pilot task at the Spanish QA Track from the Cross Language Evaluation Forum 2004.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Although current operational Question Answering systems deal with simple factual questions, more and more systems dealing with complex questions are needed in order to reach more complex information. One of this kind of questions are temporal questions, that is, questions requiring a date as answer ("When did Bob Marley die?") or questions that use temporal expressions in their formulation ("Who won the U.S. Open in 1999?"). Processing this kind of questions is usually accomplished by identifying explicit temporal expressions in questions and relevant documents in order to detect temporal expressions that are necessary to answer the queries. Even though, it seems necessary to emphasize the system described in <ref type="bibr" target="#b0">[1]</ref> as the only one that also uses implicit temporal expression recognition for Question Answering purposes by applying the temporal tagger developed by Mani and Wilson <ref type="bibr" target="#b1">[2]</ref>. However, questions referring to the temporal properties of the entities being questioned and the relative ordering of events mentioned in the questions are beyond the scope of current Question Answering systems:</p><p>-"Is Bill Clinton currently the President of the United States?" -"Who was spokesman of the Soviet Embassy in Baghdad during the invasion of Kuwait?"</p><p>-"Were there any meetings between the terrorist hijackers and Iraq before the WTC event?"</p><p>This paper shows the participation of the University of Alicante in the Spanish CLEF 2004 Pilot Task, that aims at investigating how Question Answering systems answer complex questions with temporal restriction, with more than a correct answer, or whose answer is a list of items. Our participation is focused in treating these complex temporal questions.</p><p>The treatment is based on the decomposition of complex questions into simple questions to be resolved in conventional Question Answering systems as describe above.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Answering Temporal Questions</head><p>The study of two corpora <ref type="bibr">[3] [7]</ref> including information and questions related to time showed a classification of temporal questions presented in <ref type="bibr" target="#b3">[4]</ref> [5] about the way of resolving the questions. Then we can distinguish between simple questions, that can be solved directly, and complex questions that must be processed by means of a temporal expression analyzer.</p><p>The temporal analyzer used in this task is based on the TERSEO temporal resolution system <ref type="bibr" target="#b5">[6]</ref>. The analyzer processes the temporal expressions in the question, and then a question decomposition module is used in order to split the question in simple questions. Finally, the answers to these simple questions have to be combined to answer the complex question.</p><p>In order to perform these tasks, the system is able to classify among the following types of question:</p><p>-No temporal Questions: Type 0 -Simple Temporal Questions Questions consist of two or more events, related by a temporal signal. What happened to world oil prices after the Iraqi "annexation" of Kuwait?.</p><p>The processing of these questions will be explained in detail in the following sections.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">System Description</head><p>Our Temporal Question-Answering system is based on a multilayered architecture increasing the functionality of actual Question-Answering systems to solve any type of temporal questions. This architecture superposes an additional processing layer, one by each type of complex question, to the General Purpose Question Answering system.</p><p>Our system is focused on the Temporal Q.A. processing module, however other kinds of question could be solved according this architecture (script questions, template questions, ...)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Temporal Question Answering Module</head><p>Figure <ref type="figure" target="#fig_0">1</ref> shows the different parts and interaction between them of the architecture of a Temporal Question Answering System. The main components of the Temporal Question Answering System are:</p><p>-Question Decomposition Unit, -General purpose Question-Answering system, and -Answer Recomposition Unit.</p><p>These components work all together in order to obtain a final answer. The Question Decomposition Unit and the Answer Recomposition Unit are the units that conform the Temporal Question-Answering layer which process the temporal questions, before and after using the General Purpose Question Answering system.</p><p>-Question Decomposition Unit is a preprocessing unit which has three main tasks. First of all, because we are dealing with questions related to temporality, the recognition and resolution of temporal expressions of the question is needed, if there is any. Regarding the taxonomy of the questions shown before, there are different types of questions and every type has to be treated in a different way from the others. For this reason, type identification needs to be done. After that, complex questions, are split in simple ones. These simple questions are the input of the General Purpose Question-Answering system. -General Purpose Question-Answering system. Any generic Question-Answering system could be used here. In this case, we use the QA System for Spanish developed in the University of Alicante <ref type="bibr" target="#b7">[8]</ref>. -Answer Recomposition Unit is the last stage in the process. This unit carries out a recomposition of the different answers, using temporal information obtained from the question, like temporal signals (that are explained later) or temporal expressions, and manage to return the correct answer to the original question.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">CLEF Evaluation</head><p>Participants in the CLEF Spanish QA Pilot Task have to answer 100 questions, that are equally distributed throughout the following types:</p><p>-Factoid questions with temporal restriction</p><p>• Date restriction: A precise date contextualises the object of the question, that can refer either to that particular moment, or before or after that date. "¿Quién gobernaba en Francia en 1988?". "¿Qué país visitó Berlusconi antes de junio de 1994?". This kind of questions is recognized by our system as type 2 questions. • Period restriction: In this case, questions refer explicitly to a whole period. "¿Quién gobernaba en Irak entre 1985 y 1987?". "¿Cuántos coches se vendieron en España en la década de los ochenta?". These questions also correspond to type 2, although TERSEO solves the temporary expression as a period of time instead of a concrete date. • Event restriction (embedded question): Temporal restriction refers here to the moment in which a second event occurred. "¿Quién gobernaba en Argentina durante la guerra de las Malvinas?". "¿Qué le ocurrió al precio del crudo tras la invasión iraquí de Kuwait?". These questions are recognized by our system as type 3 and 4. -Lists: Participating groups are given questions whose answer is a list of items, persons, organisations, etc. "Enumere los países que pertenecen a la UE". "¿Quién ha presidido el gobierno español desde 1992?". As our system is focused in temporal questions, most of them are not able to be solved. However, taking into account the multilayered architecture, a layer specialized in lists could be integrated to the system to confront this new challenge.</p><p>Results will be known during the CLEF 2004 Conference.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions</head><p>This paper presents the participation of the University of Alicante in the Spanish CLEF QA Pilot Task for complex questions with a new method for answering complex temporal questions using current factual-based Question Answering systems. The method is based on a multilayered architecture increasing the functionality of actual Question-Answering systems to solve any type of temporal questions. The architecture superposes an additional processing layer to the General Purpose Question Answering system. The complex temporal QA layer is based on a new proposal for the decomposition of temporal questions where complex questions are divided into simpler ones by means of the detection of temporal signals. The TERSEO system, a temporal information extraction system applied to event ordering, has been used to detect and resolve temporal expressions in questions and answers. This information is needed in the following steps:</p><p>-the decomposition of the question into simple events to generate simple questions (sub-questions), -the ordering of the sub-questions, -the filtering of the sub-answers, -and finally, the comparison between sub-answers to build the final complex answer.</p><p>Moreover, as TERSEO system is a multilingual system, the layer used to complex temporal questions in Spanish could be easily extended to other languages, obtaining a multilingual Temporal QA system.</p><p>Although our participation has been focussed on solving complex temporal questions, the same approach can be applied to process other kinds of complex questions that allow question decomposition such as script questions, or template-like questions.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Graphic representation of the Temporal Question Answering System</figDesc></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Acknowledgments</head><p>This paper has been supported by the Spanish government, project TIC-2003-07158-C04-01.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Another sys called quanda</title>
		<author>
			<persName><forename type="first">E</forename><surname>Breck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Burger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ferro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Greiff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Light</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Mani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Rennie</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Ninth Text REtrieval Conference</title>
				<meeting><address><addrLine>Gaithersburg, USA</addrLine></address></meeting>
		<imprint>
			<publisher>NIST Special Publication</publisher>
			<date type="published" when="2000-11">nov 2000</date>
			<biblScope unit="page" from="369" to="378" />
		</imprint>
		<respStmt>
			<orgName>National Institute of Standards and Technology</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<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 Meeting of the Association of Computational Linguistics (ACL 2000)</title>
				<meeting>the 38th Meeting of the Association of Computational Linguistics (ACL 2000)<address><addrLine>Hong Kong</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000-10">October 2000</date>
		</imprint>
	</monogr>
	<note>ACL</note>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Using timeml in question answering</title>
		<author>
			<persName><forename type="first">D</forename><surname>Radev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sundheim</surname></persName>
		</author>
		<ptr target="http://www.cs.brandeis.edu/jamesp/arda/time/documentation/TimeML-use-in-qa-v1.0.pdf" />
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Splitting complex temporal questions for question answering systems</title>
		<author>
			<persName><forename type="first">E</forename><surname>Saquete</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Martínez-Barco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Muñoz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 42nd Meeting of the Association of Computational Linguistics (ACL 2004)</title>
				<meeting>the 42nd Meeting of the Association of Computational Linguistics (ACL 2004)<address><addrLine>Barcelona</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004-07">July 2004</date>
			<biblScope unit="page" from="567" to="574" />
		</imprint>
	</monogr>
	<note>ACL</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Multilayered question answering system applied to temporality evaluation</title>
		<author>
			<persName><forename type="first">E</forename><surname>Saquete</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Martínez-Barco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Muñoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Vicedo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procesamiento del Lenguaje Natural</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="25" to="34" />
			<date type="published" when="2004-09">September 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Terseo: Temporal expression resolution system applied to event ordering</title>
		<author>
			<persName><forename type="first">E</forename><surname>Saquete</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Munoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Martínez-Barco</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th International Conference ,TSD 2003, Text, Speech and Dialogue</title>
				<editor>
			<persName><surname>Tsd</surname></persName>
		</editor>
		<meeting>the 6th International Conference ,TSD 2003, Text, Speech and Dialogue<address><addrLine>Ceske Budejovice,Czech Republic</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2003-09">September 2003</date>
			<biblScope unit="page" from="220" to="228" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The TREC-8 Question Answering Track Evaluation</title>
		<author>
			<persName><surname>Trec</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Text Retrieval Conference TREC-8</title>
				<meeting><address><addrLine>Gaithersburg,MD</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999-11">November 1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Question answering in spanish</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Vicedo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Izquierdo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Llopis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Muñoz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings CLEF-2003 Lecture Notes in Computer Science</title>
				<editor>
			<persName><surname>Clef</surname></persName>
		</editor>
		<meeting>CLEF-2003 Lecture Notes in Computer Science<address><addrLine>Tronheim, Norwey</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2003-08">August 2003</date>
		</imprint>
	</monogr>
</biblStruct>

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