<?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">Dublin City University at CLEF 2004: Experiments in Monolingual, Bilingual and Multilingual Retrieval</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Gareth</forename><forename type="middle">J F</forename><surname>Jones</surname></persName>
							<email>gjones@computing.dcu.ie</email>
							<affiliation key="aff0">
								<orgName type="department">School of Computing</orgName>
								<orgName type="institution">Dublin City University</orgName>
								<address>
									<settlement>Dublin 9</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Michael</forename><surname>Burke</surname></persName>
							<email>mburke@computing.dcu.ie</email>
							<affiliation key="aff0">
								<orgName type="department">School of Computing</orgName>
								<orgName type="institution">Dublin City University</orgName>
								<address>
									<settlement>Dublin 9</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">John</forename><surname>Judge</surname></persName>
							<email>jjudge@computing.dcu.ie</email>
							<affiliation key="aff0">
								<orgName type="department">School of Computing</orgName>
								<orgName type="institution">Dublin City University</orgName>
								<address>
									<settlement>Dublin 9</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Anna</forename><surname>Khasin</surname></persName>
							<email>akhasin@computing.dcu.ie</email>
							<affiliation key="aff0">
								<orgName type="department">School of Computing</orgName>
								<orgName type="institution">Dublin City University</orgName>
								<address>
									<settlement>Dublin 9</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Adenike</forename><surname>Lam-Adesina</surname></persName>
							<email>adenike@computing.dcu.ie</email>
							<affiliation key="aff0">
								<orgName type="department">School of Computing</orgName>
								<orgName type="institution">Dublin City University</orgName>
								<address>
									<settlement>Dublin 9</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Joachim</forename><surname>Wagner</surname></persName>
							<email>jwagner@computing.dcu.ie</email>
							<affiliation key="aff0">
								<orgName type="department">School of Computing</orgName>
								<orgName type="institution">Dublin City University</orgName>
								<address>
									<settlement>Dublin 9</settlement>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Dublin City University at CLEF 2004: Experiments in Monolingual, Bilingual and Multilingual Retrieval</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">D7BE2EECD218FEE2E932C6B840BFB336</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T17:48+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>The Dublin City University group participated in the monolingual, bilingual and multilingual retrieval tasks this year. The main focus of our investigation this year was extending our retrieval system to document languages other than English, and completing the multilingual task comprising four languages: English, French, Russian and Finnish. Results from our French monolingual experiments indicate that working in French is more effective for retrieval than adopting document and topic translation to English. However, comparison of our multilingual retrieval results using different topic and document translation reveals that this result does not extend to retrieved list merging for the multilingual task in a simple predictable way.</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>Dublin City University's (DCU) participation in CLEF 2004 Monolingual, Bilingual and Multilingual track builds on previous work at the University of Exeter <ref type="bibr" target="#b0">[1]</ref>. Previously had focussed on document translation using machine translation using English as a "pivot" language for all tasks. Our work for CLEF 2004 concentrated on extending our retrieval system to work in the document language with topic translation when needed. Our strategy is to use our existing Okapi retrieval system and make use of the Snowball stemmers and stop word lists <ref type="bibr" target="#b1">[2]</ref>. Using these tools we completed runs for monolingual French, Russian and Finnish, official bilingual French and Russian, and the multilingual track consisting of English, French, Russian and Finnish, together with the additional monolingual and bilingual runs needed for the multilingual task.</p><p>This paper briefly describes our retrieval system and reports results from our runs with analysis of the observed performance levels.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Methodology</head><p>In this section we first give a brief overview of our retrieval system, and then describe how we adapted it to be language independent and the specific detail of preprocessing for our CLEF 2004 runs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Retrieval System</head><p>The basis of our experimental retrieval system remains the City University research distribution version of the Okapi system, as used in our previous CLEF participation <ref type="bibr" target="#b0">[1]</ref>. The basic Okapi system includes tools for English language preprocessing and can only handle ASCII characters for English characters and punctuation symbols.</p><p>For English language runs we continued to use this system. The documents and search topics were processed to remove stopwords from a list of about 260 words; suffix stripped using the Okapi implementation of Porter stemming <ref type="bibr" target="#b2">[3]</ref> and terms were indexed using a small set of synonyms.</p><p>Terms are weighted using the standard BM25 weighting scheme and all runs use our summarybased pseudo relevance feedback (PRF) method <ref type="bibr" target="#b3">[4]</ref>. The summary generation method combines Luhn's keyword cluster method, a title terms frequency method, a location/header method and a query-bias method from to form an overall significance score for each sentence.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Data Preprocessing</head><p>In order to use the Okapi software with non-English document we carried out the language preprocessing outside Okapi and then encoded the resulting character strings into ASCII as follows.</p><p>Language Preprocessing The documents and topic are prepared using a pipeline of preprocessing components. Firstly, the data is tokenised to isolate the text body from the SGML/XML markup tags. Then, all punctuation characters are deleted from the text body, with the following exceptions: full stops, commas, semi-colons, colons, exclamation marks and question marks. Whitespace is inserted to separate these punctuation characters from word tokens. The third step is the conversion of characters to lower case. A finite set of upper case characters are mapped to lower case equivalents. Distinct mappings must be used for each character set. The Russian characters were converted to KOI-8 character encoding as required by the Snowball tools, while the Finnish and French documents use ISO Latin 1. Conversion of the Russian data loses some data, for example the degree sign prevalent in weather forecasts is lost, further some corruptiion of the original data to "boxdrawing" symbols was observed. The Russian stopword list used here consists only of the simple first part of the Snowball list.</p><p>At the next stage stop words are removed. The stop word lists provided by Snowball are used for French and Finnish stop word removal. The words are then passed to the Snowball stemmer. The only alteration to the default stemmer functionality is the conversion of the Russian character encoding from ISO to KOI-8. Finally, the whitespace preceding the maintained punctuation characters is removed<ref type="foot" target="#foot_0">1</ref> .</p><p>Text Encoding The OKAPI system does not accept special characters that are used in Finnish, French and Russian. All character strings were encoded with just the 26 lowercase letters a to z. The encoding guarantees that different input words are discriminably represented and that the reverse operation (decoding) can be easily performed. However, the encoded form is not readable by humans and string similarities do not stay intact. The latter is not a problem, since we do not want to retrieve fuzzy matches to our queries with OKAPI. Example: for the three words pécheur, pêcheur and pêcheurs are encoded as gropmdpbtfui, cbppmdpbtfui and klcgrwruwanejd.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Results</head><p>This section presentation results and analysis of our experimental runs. We report precision at rank 10, average precsion and total number of relevant documents retrieved. System parameters were selected using CLEF 2003 test collections for each language. All runs use the Title and Description CLEF topic fields. In all cases Okapi K1 = 1.0 and b = 0.75. The following PRF summary sentence selection: T = title method, Q = query-bias method, A = linear summ of all methods, L = Luhn method. The 20 top ranked PRF expansion terms were selected from the summaries of the top 5 ranked documents. The original topic terms were upweighted by a factor of 3.5 relative to terms introduced by PRF. documents used for expansion term selection in both cases. It can be seen that working in French produces superior retrieval performance with respect to both precision and recall metrics.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Monolingual Retrieval</head><p>Russian Runs Table <ref type="table">2</ref> shows results for Russian monolingual retrieval. The PRF summary length is 6 sentences here with 20 documents used for expansion term selection. This is a small document collection and the lack of variation in recall for the different summary methods is perhaps not surprising. Further development of our Russian language preprocessing is planned, but these results are generally encouraging.</p><p>Finnish Runs Table <ref type="table" target="#tab_0">3</ref> shows results for Finnish monolingual retrieval. Summary length is 4 sentences with 30 documents used for expansion term selection. Our preprocessing of Finnish here only employs the Snowball stemming. This does not fully address the complex structure of Finnish word compounds, and further work is planned to extend word decompounding. While average precision appears reasonable here, recall appears poor in some cases, probably resulting from the failure to properly address decompounding.</p><p>English Runs Table <ref type="table" target="#tab_1">4</ref> shows English monolingual results. Our retrieval system appears to be performing fairly well on this dataset. Results are included here for analysis of the multilingual retrieval runs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Bilingual Runs</head><p>German to French Runs Table <ref type="table">5</ref> shows results for German to French bilingual retrieval. PRF summary length is 4 sentences with 20 documents used for expansion term selection. Topics were translated directly from German to French using Systran via the Babelfish (http: //www.babelfish.altavista.com) website. We observed about 30% reduction in average precision relative to monolingual our French retrieval accompanied by a large reduction in relevant documents retrieved. Dutch to French Runs Table <ref type="table" target="#tab_2">6</ref> shows results for Dutch to French bilingual retrieval. PRF parameters are the same as German to French retrieval, topics again being translated directly using Babelfish. In this case we see that average precision is reduced by only 20% with a matching smaller decrease in relevant retrieved relative to monolingual retrieval.</p><p>English to Russian Runs Table <ref type="table" target="#tab_3">7</ref> shows results for English to Russian bilingual retrieval. PRF summary length is 6 sentences with only 6 documents used for expansion term selection. Topics are translated using Systran (http://www.systranbox.com/systran/box), PROMT (http://www. online-translator.com/default.asp?lang=en) and LogoMedia (http://www.logomedia.net/.) Results are shown for Systran and a union merge of the three translations. The merged results show a marginal reduction in performance metrics, this is perhaps a little surprising with respect to the number of relevant retrieved.</p><p>English to Finnish Runs and English to French Runs Table <ref type="table">8</ref> and Table <ref type="table" target="#tab_4">9</ref> show results for English to Finnish and English to French bilingual retrieval respectively. English to Finnish topic translation was carried out using InterTrans<ref type="foot" target="#foot_1">2</ref> and topics translated from English to French using Systran. These results are included here for analysis of the multilingual retrieval runs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Multilingual Runs</head><p>Table <ref type="table" target="#tab_5">10</ref> shows results for our multilingual runs. In all cases PRF used A type summaries. Multilingual output was generated by merging separate lists using data fusion, each document being assigned a score w = ms(j)/gmax ms, where ms(j) is the original document score and gmax ms is the global maximum ms(j) across the lists being merged. The fused lists shown in Table <ref type="table">11</ref> shows results for these runs broken down by the individual languages in the merged lists. It can be seen that the dramatic reduction in performance between schemes 1 and 2 shown Table <ref type="table" target="#tab_5">10</ref> results entirely from loss in performance for the French documents. Interestingly the combination with the The Times UK data in scheme 3 appears to overcome this problem. Similarly working with the 4 separate lists in schemes 4 and 5 produces better overall results than scheme 1 with the untranslated documents. The dominance of French in scheme 1 needs to be further investigated. The French collection is by far the largest here, which may lead to it dominating the scores, the errors introduced by document translation may help to ameliorate this effect, but this issue needs to be investigated properly. <ref type="table">12</ref> shows English and French retrieval within the merged collection list used for scheme 2 in Table <ref type="table" target="#tab_5">10</ref> prior to fusion with Russian and Finnish. Comparing these results with those for scheme in Table <ref type="table">11</ref> it can be seen that loss in retrieval in the multilingual fusion is caused mainly by the behaviour of the French documents, presumably because of low matching scores arising from document translation errors. By contrast Table <ref type="table" target="#tab_0">13</ref> shows corresponding results for the collection merged with The Times UK 1995. While there is no significant change in the results prior to multilingual fusion, scheme 3 shows a good improvement of scheme 2 in Table <ref type="table">11</ref>, the additional information from The Times collection may produce more robust matching scores for the translated French documents.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Merged English and French Collections Table</head><p>Columns 3 and 4 of Tables <ref type="table" target="#tab_0">12 and 13</ref> show results for the English and translated French documents with PRF using the respective merged collections. Column 3 can be compared with column A in Table <ref type="table" target="#tab_1">4</ref> and column 4 with translated documents column A in Table <ref type="table" target="#tab_4">9</ref>. While there is little change to the effectiveness of English document retrieval from using merged PRF, there is an observable improvement in both precision and recall for the translated French documents. Looking at the behaviour of these lists schemes 4 and 5 of Table <ref type="table">11</ref>, there is a little effect on the average performance in the merged lists.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 3 :</head><label>3</label><figDesc>French Runs Table1shows results for French monolingual retrieval. Separate results are shown for documents and topics in French and translated into English into Systran MT. For French document PRF summary length is 4 sentences and for translated 6 sentences, with 20 Monolingual Finnish retrieval results. (Relevant: 413)</figDesc><table><row><cell></cell><cell></cell><cell>French</cell><cell></cell><cell></cell><cell>English</cell><cell></cell></row><row><cell></cell><cell>T</cell><cell>Q</cell><cell>A</cell><cell>Q</cell><cell>A</cell><cell>L</cell></row><row><cell cols="7">Prec. 10 docs 0.361 0.365 0.363 0.341 0.347 0.349</cell></row><row><cell cols="7">Av Precision 0.410 0.414 0.424 0.397 0.393 0.394</cell></row><row><cell>Rel. Ret.</cell><cell>844</cell><cell>849</cell><cell>843</cell><cell>772</cell><cell>774</cell><cell>781</cell></row><row><cell cols="7">Table 1: Monolingual French retrieval results. (Relevant: 915)</cell></row><row><cell></cell><cell></cell><cell>T</cell><cell>Q</cell><cell>A</cell><cell>L</cell><cell></cell></row><row><cell cols="6">Prec. 10 docs 0.129 0.138 0.132 0.136</cell><cell></cell></row><row><cell cols="6">Av Precision 0.379 0.372 0.350 0.363</cell><cell></cell></row><row><cell cols="2">Rel. Ret.</cell><cell>101</cell><cell>101</cell><cell>101</cell><cell>101</cell><cell></cell></row><row><cell cols="7">Table 2: Monolingual Russian retrieval results. (Relevant: 123)</cell></row><row><cell></cell><cell></cell><cell>T</cell><cell>Q</cell><cell>A</cell><cell>L</cell><cell></cell></row><row><cell cols="6">Prec. 10 docs 0.309 0.307 0.298 0.311</cell><cell></cell></row><row><cell cols="6">Av Precision 0.448 0.449 0.425 0.432</cell><cell></cell></row><row><cell cols="2">Rel. Ret.</cell><cell>333</cell><cell>327</cell><cell>304</cell><cell>311</cell><cell></cell></row><row><cell></cell><cell></cell><cell>T</cell><cell>Q</cell><cell>A</cell><cell>L</cell><cell></cell></row><row><cell cols="6">Prec. 10 docs 0.286 0.281 0.286 0.281</cell><cell></cell></row><row><cell cols="6">Av Precision 0.498 0.487 0.491 0.482</cell><cell></cell></row><row><cell cols="2">Rel. Ret.</cell><cell>348</cell><cell>343</cell><cell>359</cell><cell>356</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 4 :</head><label>4</label><figDesc>Monolingual English retrieval results. (Relevant: 375)</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 6 :</head><label>6</label><figDesc>Bilingual retrieval results Dutch topics to retrieve French documents. Topics translated into French using Systran MT. (Relevant: 915)</figDesc><table><row><cell></cell><cell></cell><cell>T</cell><cell></cell><cell>Q</cell><cell></cell><cell>A</cell><cell>L</cell></row><row><cell cols="4">Prec. 10 docs 0.263</cell><cell cols="2">0.265</cell><cell>0.265 0.263</cell></row><row><cell cols="2">Av Precision</cell><cell cols="2">0.295</cell><cell cols="2">0.296</cell><cell>0.299 0.296</cell></row><row><cell cols="2">% mono.</cell><cell cols="5">72.0% 71.5% 70.5%</cell><cell>-</cell></row><row><cell cols="2">Rel. Ret.</cell><cell>727</cell><cell></cell><cell>713</cell><cell></cell><cell>704</cell><cell>710</cell></row><row><cell cols="7">Table 5: Bilingual retrieval results German topics to retrieve French documents. Topics translated</cell></row><row><cell cols="4">into French using Systran MT. (Relevant: 915)</cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell>T</cell><cell></cell><cell>A</cell><cell>L</cell></row><row><cell cols="5">Prec. 10 docs 0.286</cell><cell cols="2">0.296 0.302</cell></row><row><cell cols="3">Av Precision</cell><cell cols="2">0.331</cell><cell cols="2">0.334 0.339</cell></row><row><cell cols="2">% mono.</cell><cell cols="5">80.7% 78.8%</cell><cell>-</cell></row><row><cell cols="2">Rel. Ret.</cell><cell></cell><cell>777</cell><cell></cell><cell>778</cell><cell>768</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>Merged</cell></row><row><cell></cell><cell>T</cell><cell></cell><cell>Q</cell><cell></cell><cell>A</cell><cell>L</cell><cell>A</cell></row><row><cell cols="2">Prec. 10 docs 0.106</cell><cell cols="2">0.109</cell><cell cols="2">0.106</cell><cell>0.109</cell><cell>0.109</cell></row><row><cell>Av Precision</cell><cell>0.321</cell><cell cols="2">0.305</cell><cell cols="2">0.320</cell><cell>0.296</cell><cell>0.313</cell></row><row><cell>% mono.</cell><cell cols="6">64.5% 62.6% 65.2% 61.4%</cell><cell>63.7%</cell></row><row><cell>Rel. Ret.</cell><cell>96</cell><cell></cell><cell>95</cell><cell></cell><cell>96</cell><cell>95</cell><cell>95</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 7 :</head><label>7</label><figDesc>Bilingual retrieval results English topics to retrieve Russian documents. Topics translated into Russian using Systran MT and a Merged combination of MT systems. (Relevant: 123)</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 9 :</head><label>9</label><figDesc>Table10are as follows: 1: monolingual results merged, 2: English and translated French documents merged into a single collection, combined retrieval run fused with Russian and Finnish monolingual, 3: as 2, but The Times UK 1995 merged with combined Bilingual retrieval results English topics to retrieve French documents.</figDesc><table><row><cell></cell><cell></cell><cell>T</cell><cell>Q</cell><cell>A</cell><cell>L</cell><cell></cell></row><row><cell cols="3">Prec. 10 docs 0.160</cell><cell>0.167</cell><cell>0.167</cell><cell cols="2">0.171</cell></row><row><cell cols="2">Av Precision</cell><cell>0.200</cell><cell>0.202</cell><cell>0.203</cell><cell cols="2">0.200</cell></row><row><cell cols="2">% mono.</cell><cell cols="5">44.6% 45.0% 47.8% 46.3%</cell></row><row><cell cols="2">Rel. Ret.</cell><cell>201</cell><cell>218</cell><cell>192</cell><cell>212</cell><cell></cell></row><row><cell cols="8">Table 8: Bilingual retrieval results English topics to retrieve Finnish documents. Topics translated</cell></row><row><cell cols="3">into Finnish using InterTrans. (Relevant: 413)</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell>French</cell><cell></cell><cell></cell><cell cols="2">English</cell></row><row><cell></cell><cell>T</cell><cell>Q</cell><cell>A</cell><cell>T</cell><cell>Q</cell><cell></cell><cell>A</cell></row><row><cell cols="2">Prec. 10 docs 0.282</cell><cell>0.276</cell><cell>0.278</cell><cell cols="3">0.274 0.267</cell><cell>0.276</cell></row><row><cell>Av Precision</cell><cell>0.335</cell><cell>0.328</cell><cell>0.323</cell><cell cols="3">0.321 0.302</cell><cell>0.298</cell></row><row><cell>% mono.</cell><cell cols="3">81.7% 79.2% 76.2%</cell><cell>-</cell><cell cols="3">76.1% 75.8%</cell></row><row><cell>Rel. Ret.</cell><cell>757</cell><cell>754</cell><cell>745</cell><cell>716</cell><cell>715</cell><cell></cell><cell>715</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>Topics translated</cell></row><row><cell cols="3">into French using Systran. (Relevant: 915)</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell>1</cell><cell>2</cell><cell>3</cell><cell>4</cell><cell>5</cell></row><row><cell cols="7">Prec. 10 docs 0.354 0.330 0.350 0.352 0.356</cell></row><row><cell cols="7">Av Precision 0.263 0.248 0.272 0.273 0.274</cell></row><row><cell cols="2">Rel. Ret.</cell><cell cols="5">1244 1119 1232 1244 1216</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 10 :</head><label>10</label><figDesc>Multilingual retrieval results with fused lists as described in the text. (Relevant: 1826) collection for retrieval, 4: separate English, translated French, Russian and Finnish fused, 5: as 4, expect English and French PRF expansion taken from merged collection from 2.</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Punctuation must be maintain to facilitate document summarization for PRF.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">Kindly provided by Jacques Savoy.</note>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusions and Further Work</head><p>Our work for CLEF 2004 has produced a system that can be easily adapted to different document languages. Further work is needed to improved preprocessing for specific languages. While our multilingual experiments show interesting behaviour for individual language components of merged retrieva lists, further investigation is needed to better understand the reasons for these results.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Exeter at CLEF 2003: Experiments with Machine Translation for Monolingual, Bilingual and Multilingual Retrieval</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Lam-Adesina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J F</forename><surname>Jones</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Workshop of the Cross-Language Evaluation Forum (CLEF 2003</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Peters</surname></persName>
		</editor>
		<meeting>Workshop of the Cross-Language Evaluation Forum (CLEF 2003<address><addrLine>Trondheim, Norway</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="http://snowball.tartarus.org/" />
		<title level="m">Snowball toolkit</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">An algorithm for suffix stripping</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">F</forename><surname>Porter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Program</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="10" to="137" />
			<date type="published" when="1980">1980</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Applying Summarization Techniques for Term Selection in Relevance Feedback</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Lam-Adesina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J F</forename><surname>Jones</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th Annual International ACM SIGIR</title>
				<meeting>the 24th Annual International ACM SIGIR<address><addrLine>New Orleans</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="1" to="9" />
		</imprint>
	</monogr>
</biblStruct>

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