<?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">Combining passages in monolingual task with IR-n system</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Fernando</forename><surname>Llopis</surname></persName>
							<email>llopis@dlsi.ua.es</email>
						</author>
						<author>
							<persName><forename type="first">Elisa</forename><surname>Noguera</surname></persName>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="department">Información Departamento de Lenguajes y Sistemas</orgName>
								<orgName type="laboratory">Grupo de investigación en Procesamiento del Lenguaje Natural y Sistemas de</orgName>
								<orgName type="institution">Informáticos</orgName>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="institution">University of Alicante</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Combining passages in monolingual task with IR-n system</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">EE3B5C50B0615EAF7D664A9C07B2EBD3</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T00:38+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>H.3 [Information Storage and Retrieval]: H.3.3 Information Search and Retrieval Experimentation</term>
					<term>Measurement</term>
					<term>Performance Information Retrieval</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes our participation in monolingual tasks at CLEF-2005.  In this research we have worked in the following languages: English, French, Portuguese, Bulgarian and Hungarian. Our task has been focused on using combined different size passages to improve the Information Retrieval process. Once we have studied the experiments which have been carried out and the official results at CLEF, we have realized that this combining model gets better the achieved scores considerably.</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>Information Retrieval systems based on passages (PR) <ref type="bibr" target="#b1">[2]</ref> determine the relevance of a document regarding to a question. This relevance is obtained from the similarity of different fragments in this document regarding to the same question. This models not only let to improve the location of relevant documents, but also let us to find the most relevant part of the document accurately. This last advantage allows us that these systems which are used in other tasks as Question Answering (QA).</p><p>PR systems are classified according to how the passages are determined in each document. IR-n system is a PR system which defines the passages based on a fixed number of sentences. This provides the passages with some syntactical content. Last years our researches with IR-n system are based on detecting the suitable size for each collection ( to experiment with test colletion ), but determining the similarity of a document based on the passage with more similarity. This year the score which is given to each document is based on the similarity of several size passages.</p><p>This paper is organized as follows: next section describes IR-n system and its new changes. Following, we describe the task developed at CLEF 2005 by our system and the training. And finally, we present the archieved results and the conclusions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">IR-n system</head><p>IR-n system <ref type="bibr" target="#b2">[3]</ref> was developed in 2001. It was written in C++ entirely, although it has been used external tools (stemmers) in few occasions. Last year <ref type="bibr" target="#b3">[4]</ref> the system was designed and developed again with the aim of getting more information (size of passages in words) and to improve the process speed.</p><p>The system works in Linux system without excesive requeriments, nevertheless, in view of the fact that the search process is carried out with structures load in memory, it is convenient that the computer has the enough memory.</p><p>In this section is presented the main charateristics of IR-n system and it is detailed the combined passages method used in this edition.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Resources: stemmers and stopword lists</head><p>This was the first year that we have worked with Bulgarian and Hungarian languages. It has been used the stemmers and stopwords lists available on the web http://www.unine.ch/info/clef. We can highlight that Hungarian and Bulgarian collections are encoded in UTF-8. In addition Bulgarian stemmer is developed in perl to support UTF-8. The rest of the stemmers are developed in C.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Similarity measures</head><p>IR-n system is ready for using several similarity measures: cosine <ref type="bibr" target="#b4">[5]</ref>, pivoted cosine <ref type="bibr" target="#b6">[7]</ref> and okapi <ref type="bibr" target="#b5">[6]</ref>. To the last one the values of parameters (k1,b,avg) could be update in a easy way, in order to get the best results.</p><p>On the whole, experiments carried out by okapy measure show us that we could obtain the best results. Furthermore, we have contrasted normalization concept with size passage again. Previous versions of IR-n system does not use size passage in the similarity measures because all the passages had the same size. Last edition we could check that results improved if it was considered size passages.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Query expansion</head><p>Most of IR systems use query expansion techniques <ref type="bibr" target="#b0">[1]</ref> based on adding the most frequent terms contain in the more relevant documents to the original query. Architecture IR-n allows us to use query expansion based on more relevant passages or documents. In fact, last edition we got better results using the more relevant passages.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Combined passages</head><p>The present year, technique called 'combined passages' has been developed. The model consists of applying similar techniques for merging relevant document lists in multilingual task but using relevant passage lists of different size.</p><p>This model consists of using different size passages in order to get relevant document lists. The list which have been obtained are combined sequently. Table <ref type="table" target="#tab_0">1</ref> shows different methods used to obtain the ranking of scores.</p><p>We have used four methods: MAX merges the n list and if a document is in several lists it will provide the highest score. SUM carries out the average of the scores. The methods 3 and 4 are as the previous ones but using normalization. This normalization is carried out subtracting the score of each document RSV k from the minimum score of the list and dividing by max(RSV K ) − min(RSV k ).</p><p>Obviously, this model improves and involves speed process. However in IR-n system architecture, this trouble does not increase the speed process of the system. This happens because </p><formula xml:id="formula_0">Number Method Formula 1 MAX max(RSV k ) 2 SUM sum(RSV k ) 3 MAX RSVnorm max((RSV k − min(RSV k ))/(max(RSV k ) − min(RSV k )) 4 SUM RSVnorm sum((RSV k − min(RSV k ))/(max(RSV k ) − min(RSV k ))</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Training</head><p>This section describes the training process which has been carried out in order to obtain the best features to improve the performance of the system. Firstly, the collections and resources are described. The following section explains the specific experiments which we have carried out.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Data Collections</head><p>This year our system has participated in the following tasks: Monolingual: English, French, Portuguese, Bulgarian y Hungarian. Table <ref type="table" target="#tab_1">2</ref> shows the characteristics of the collection which we have worked.</p><p>• SDAvg is the average of sentences in each document.</p><p>• WDAvg is the average of words in each document.</p><p>• WSAvg is the average of words in each sentence.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Experiments</head><p>This year several tests have been carried out in order to establish the best similarity measure for each language and to provide the value of input parameters in the system. We have evaluated the following languages: English, French and Portuguese. We could not evaluated Bulgarian and Hungarian languages because we did not have data of last years, as result of this, we have choosed the similarity measures and the parameters for these languages comparing them with the rest ones.</p><p>The aim of the experiments phase is set up the optimum value of the input parameters for each collection. For training has been used the collections CLEF-2003 (English and French) and CLEF-2004 (Portuguese). Query expansion techniques have also been used in all languages. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.1">Fixed size passages</head><p>It has been performed experiments for setting the size passages and the values of parameters in okapi system which allow us to obtain the best results. As the table shows 3 the size passage is the same for all languages ( 8 sentences), however in French is 9 sentences.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.2">Fixed size passages with query expansion</head><p>On the one hand, experiments which are carried out with query expansion tried to fix the number terms to add in the original query and the number of documents (passages) to take into account. Furthermore, we have evaluated the use of different size passages. We have got the best results with 10 terms in every test and it has been used the 5 or 10 passages more relevants depending on the specific language. On the other hand, it can be appreciated that the size passage is 8 in this case also. As we check in the table 5 query expansion in fixed system allows us to improve scores between 3.6% and 7.2% according to the different languages.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.3">Combined passages</head><p>Combined passages method consist on using the similarity values which are provided from different size passages of the same document to obtain the document similarity. Because of that, it has been defined three types of passages: small, medium and big passage. The number of sentences which composes each passage is the following: P 1 = (3, 4, 5, 6) P 2 = (7, 8, 9, 10) P 3 = (11, 12, 13, 14) Experiments have been carried out by means of using one of each type. In this way is obtained the similarity of each passage. Document similarity is got using one of the four method described previously (see table <ref type="table" target="#tab_0">1</ref>). The tests which get better results are showed in table <ref type="table" target="#tab_5">6</ref>. 'Model' belongs to the combined method used and the columns P1, P2 and P3 are size passages which are provided by the best combined method. The columns P1, P2 and P3 are a small, medium and big passages respectively.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Language</head><p>As we show the combined method, which provides the best results, is the method 2 (SUM without normatization) for all languages.</p><p>We have proved that the results increases comparing with fixed system in all languages except in French.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.4">Combined passages with query expansion</head><p>We have carried out the same tests with query expansion and the results improves in all languages, although the increase is not meaningful in Portuguese.</p><p>The best combined method for English and Portuguese carries on being the method 2 (SUM), but in French is 1 (MAX) (see table <ref type="table" target="#tab_6">7</ref>).</p><p>As we check in table 5 combined passages system improves the results between 3.1% and 7.7% according to each language.</p><p>Tables 9 and 10 compare both methods showing the best results obtained in each test. We have submitted three runs for each language in our paticipation at the CLEF-2005. The best parameters, which provided the best results in the training, have been used in all cases. We did not have any training data about Bulgarian and Hungarian languages, therefore we have used the parameters of English language.</p><p>• IRn-xx-fexp is based on using the fixed size passages system which obtains the best results in training. Query expansion techniques have been used in these runs.</p><p>• IRn-xx-vnexp Combined passages system has been used without applying query expansion techniques.</p><p>• IRn-xx-vexp Combined passages system has been used with query expansion techniques.</p><p>Officials results for each run are showed in table 11. The model IRn-xx-vnexp is taken as a reference. As other models which use query expansion techniques, our model also increases the performance on the base system.</p><p>In this table 11 the two models with query expansion are compared. This one presents that the percentage of improvement in the combined model is around 4% of increase avgP in every language (except for Bulgarian).</p><p>As shown table 11, our results are above average in all languages appreciably, except for Bulgarian that the results are below average.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions and Future Work</head><p>This paper has described PR model which uses similarity values of three different size passages for each document in order to obtain the similarity of document regarding the question. This model has allowed us to improve the results around 4% according to models which used only a fixed size passage. Lastly, we outline the future directions that we plan to undertake not only to improve this model, but also to be applied it in Question Answering task.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Language</head></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>Data fusion method</figDesc><table><row><cell>Language</cell><cell>Collections</cell><cell>TotalDocs</cell><cell>Size</cell><cell cols="3">SDAvg WDAvg WSAvg</cell></row><row><cell>English</cell><cell>The Angeles Times 94</cell><cell>169477</cell><cell>579 MB</cell><cell>25</cell><cell>529</cell><cell>20</cell></row><row><cell></cell><cell>Glasgow Herald 95</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>French</cell><cell>Le Monde 94/95</cell><cell>177452</cell><cell>487 MB</cell><cell>17</cell><cell>388</cell><cell>21</cell></row><row><cell></cell><cell>SDA French 94/95</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Portuguese</cell><cell>Público 94/95</cell><cell>210734</cell><cell>564 MB</cell><cell>18</cell><cell>433</cell><cell>23</cell></row><row><cell></cell><cell>Folha 94/95</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Hungarian</cell><cell>Magyar Hirlap 02</cell><cell>49530</cell><cell>105 MB</cell><cell>11</cell><cell>245</cell><cell>20</cell></row><row><cell>Bulgarian</cell><cell>Standart 02 -Sega 02</cell><cell>69195</cell><cell>213 MB</cell><cell>246</cell><cell>157</cell><cell>18</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 :</head><label>2</label><figDesc></figDesc><table /><note>Data Collections IR-n system produces a segmentacion of the documents in passages in the search time and the calculation of similarity is carried out on structures load in memory.</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 :</head><label>3</label><figDesc>Training results in fixed passages system</figDesc><table><row><cell cols="2">Language</cell><cell cols="3">size P k1</cell><cell>b</cell><cell cols="2">avg avgP</cell></row><row><cell cols="2">English</cell><cell></cell><cell>8</cell><cell>2</cell><cell cols="3">0.5 300 0.5083</cell></row><row><cell cols="2">French</cell><cell></cell><cell>9</cell><cell cols="4">1.2 0.3 300 0.5240</cell></row><row><cell cols="2">Portuguese (2004)</cell><cell></cell><cell>8</cell><cell>2</cell><cell cols="3">0.5 500 0.4741</cell></row><row><cell>Language</cell><cell cols="2">size P k1</cell><cell>b</cell><cell cols="5">avg exp expd expq avgP</cell></row><row><cell>English</cell><cell>8</cell><cell>1</cell><cell cols="2">0.5 500</cell><cell>4</cell><cell>5</cell><cell>10</cell><cell>0.5267</cell></row><row><cell>French</cell><cell>8</cell><cell>2</cell><cell cols="2">0.7 400</cell><cell>3</cell><cell>5</cell><cell>10</cell><cell>0.5488</cell></row><row><cell>Portuguese (2004)</cell><cell>10</cell><cell>2</cell><cell cols="2">0.5 500</cell><cell>3</cell><cell>10</cell><cell>10</cell><cell>0.5084</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 :</head><label>4</label><figDesc>Training results in fixed passages system with query expansion</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5 :</head><label>5</label><figDesc>Comparative results in fixed system</figDesc><table><row><cell></cell><cell cols="2">avgP avgP with exp</cell><cell>Dif</cell></row><row><cell>English</cell><cell>0.5083</cell><cell>0.5267</cell><cell>+3.6%</cell></row><row><cell>French</cell><cell>0.5240</cell><cell>0.5488</cell><cell>+4.7%</cell></row><row><cell cols="2">Portuguese (2004) 0.4741</cell><cell>0.5084</cell><cell>+7.2%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 6 :</head><label>6</label><figDesc>Training results in combined passages method</figDesc><table><row><cell>Language</cell><cell cols="4">Model P1 P2 P3</cell><cell>avgP</cell></row><row><cell>English</cell><cell>1</cell><cell>5</cell><cell>9</cell><cell>11</cell><cell>0.5074</cell></row><row><cell>English</cell><cell>2</cell><cell>4</cell><cell>9</cell><cell cols="2">11 0.5344</cell></row><row><cell>English</cell><cell>3</cell><cell>6</cell><cell>7</cell><cell>11</cell><cell>0.5259</cell></row><row><cell>English</cell><cell>4</cell><cell>4</cell><cell>9</cell><cell>11</cell><cell>0.5317</cell></row><row><cell>French</cell><cell>1</cell><cell>5</cell><cell>9</cell><cell cols="2">13 0.5614</cell></row><row><cell>French</cell><cell>2</cell><cell>3</cell><cell>8</cell><cell>11</cell><cell>0.5599</cell></row><row><cell>French</cell><cell>3</cell><cell>3</cell><cell>9</cell><cell>11</cell><cell>0.5486</cell></row><row><cell>French</cell><cell>4</cell><cell>6</cell><cell>10</cell><cell>14</cell><cell>0.5576</cell></row><row><cell>Portuguese (2004)</cell><cell>1</cell><cell>4</cell><cell>8</cell><cell>11</cell><cell>0.4892</cell></row><row><cell>Portuguese (2004)</cell><cell>2</cell><cell>4</cell><cell>8</cell><cell cols="2">12 0.5089</cell></row><row><cell>Portuguese (2004)</cell><cell>3</cell><cell>4</cell><cell>8</cell><cell>12</cell><cell>0.5046</cell></row><row><cell>Portuguese (2004)</cell><cell>4</cell><cell>4</cell><cell>8</cell><cell>12</cell><cell>0.5085</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head>Table 7 :</head><label>7</label><figDesc>Training results in combined passages method with query expansion</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_8"><head>Table 10 :</head><label>10</label><figDesc>Comparative: fixed system vs combined system with query expansion</figDesc><table><row><cell></cell><cell cols="2">avgP fixed avgP comb</cell><cell>Dif</cell></row><row><cell>English</cell><cell>0.5267</cell><cell>0.5344</cell><cell>+1.4%</cell></row><row><cell>French</cell><cell>0.5488</cell><cell>0.5614</cell><cell>+2.2%</cell></row><row><cell>Portuguese (2004)</cell><cell>0.5084</cell><cell>0.5089</cell><cell>+0.09%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_9"><head>Table 11 :</head><label>11</label><figDesc>CLEF 2005 official results. Monolingual tasks IR-n architecture allows us to realize this increase of steps in combined model without improving speed process considerably.</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Acknowledgements</head><p>This research has been partially funded by the Spanish Government under project CICyT number TIC2003-07158-C04-01 and by the Valencia Government under project numbers GV04B-276 and GV04B-268</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Combining query translation and document translation in cross-language retrieval</title>
		<author>
			<persName><forename type="first">Aitao</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fredric</forename><forename type="middle">C</forename><surname>Gey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">editors, 4th Workshop of the Cross-Language Evaluation Forum, CLEF 2003</title>
		<title level="s">Lecture notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Carol</forename><surname>Peters</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Julio</forename><surname>Gonzalo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Martin</forename><surname>Braschler</surname></persName>
		</editor>
		<meeting><address><addrLine>Trondheim, Norway</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="108" to="121" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Passage retrieval revisited</title>
		<author>
			<persName><forename type="first">M</forename><surname>Kaskziel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zobel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 20th annual International ACM Philadelphia SIGIR</title>
				<meeting>the 20th annual International ACM Philadelphia SIGIR</meeting>
		<imprint>
			<date type="published" when="1997">1997</date>
			<biblScope unit="page" from="178" to="185" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">IR-n: Un Sistema de Recuperación de Información Basado en Pasajes</title>
		<author>
			<persName><forename type="first">F</forename><surname>Llopis</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
		<respStmt>
			<orgName>University of Alicante</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Ir-n r2 : Using normalized passages</title>
		<author>
			<persName><forename type="first">Fernando</forename><surname>Llopis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rafael</forename><surname>Muñoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rafael</forename><forename type="middle">M</forename><surname>Terol</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elisa</forename><surname>Noguera</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Cross Language Evaluation Forum: Working Notes for the CLEF 2004 Workshop</title>
				<editor>
			<persName><forename type="first">Carol</forename><surname>Peters</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Francesca</forename><surname>Borri</surname></persName>
		</editor>
		<meeting><address><addrLine>Pisa, Italy</addrLine></address></meeting>
		<imprint>
			<publisher>IST-CNR</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="65" to="72" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Automatic text processing: The transformation, analysis, and retrieval of information by computer</title>
		<author>
			<persName><forename type="first">G</forename><surname>Salton</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Fusion of probabilistic models for effective monolingual retrieval</title>
		<author>
			<persName><forename type="first">J</forename><surname>Savoy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th Workshop of the Cross-Language Evaluation Forum, CLEF 2003</title>
		<title level="s">Lecture notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Carol</forename><surname>Peters</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Julio</forename><surname>Gonzalo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Martin</forename><surname>Braschler</surname></persName>
		</editor>
		<meeting><address><addrLine>Trondheim, Norway</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Pivoted document length normalization</title>
		<author>
			<persName><forename type="first">A</forename><surname>Singhal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Buckley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mitra</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 19th Annual International ACM SIGIR Conference on Research and Developement in Information Retrieval, Experimental Studies</title>
				<meeting>the 19th Annual International ACM SIGIR Conference on Research and Developement in Information Retrieval, Experimental Studies</meeting>
		<imprint>
			<date type="published" when="1996">1996</date>
			<biblScope unit="page" from="21" to="29" />
		</imprint>
	</monogr>
</biblStruct>

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