<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>SINAI at CLEF 2003: decompounding and merging</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fernando Mart´ınez-Santiago</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>L. Alfonso Uren˜a-L´opez, Manuel Carlos D´ıaz-Galiano</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science. University of Ja ́en</institution>
          ,
          <addr-line>Ja ́en</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science. University of Ja ́en</institution>
          ,
          <addr-line>Ja ́en</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Scientific Information Service, European Organization for Nuclear Research</institution>
          ,
          <addr-line>Geneva</addr-line>
          ,
          <country country="CH">Switzerland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the application of the two-step RSV and mixed two-step RSV merging methods over 8 and 4 multilingual tasks in CLEF 2003. We study their performance compared to previous studies and approaches. Furthermore, a new strategy for dealing with compound words is presented and evaluated within our methods, allowing automatic decomposition by using predefined vocabularies.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The aim for CLIR (Cross-Language Information Retrieval) systems is to retrieve a set of documents
written in different languages as an answer to a query in a given language. Several approaches
exists for this task, like translating the whole document collection to an intermediate language or
translating the question to every language found in the collection.</p>
      <p>
        For query translation two architectures are known: centralized and distributed architectures [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Centralized architecture handles document collection in different languages as a single document
collection, replacing the original query by the sum of translations in all possible languages found
in collection. In the distributed architecture, documents in different languages are indexed and
retrieved separately. Later on, all ranked lists are merged into a single multilingual ranked list.
      </p>
      <p>
        We use a distributed architecture, focusing on a solution for the merging problem. Our merging
strategy consists in calculating a new RSV (Retrieval Status Value) for each document of the
ranked lists at every monolingual list. The new RSV, called two-step RSV, is calculated
reindexing the retrieved documents according to a vocabulary generated from query translations,
where words are aligned by meaning, i.e. each word is aligned with its translations [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>The rest of the paper has been organized into three main sections: a brief revision of merging
strategies and the 2-step RSV approach, a description of the proposed decompounding algorithm
and a description of ours experiments. Finally, section 5 outlines some conclusions, and also future
research lines.</p>
    </sec>
    <sec id="sec-2">
      <title>Merging strategies and 2-step RSV approach</title>
      <p>IR distributed architectures require result merging: to integrate the ranked lists returned by each
database/language into a single, coherent ranked list. This task can be difficult because document
rankings and scores produced by each language are based on different corpus statics such as
inverse document frequencies, and may be different representations and/or retrieval algorithms
that usually cannot be compared directly.
2.1</p>
      <sec id="sec-2-1">
        <title>Traditional merging strategies</title>
        <p>
          There are various approaches in order to carry out the merging of monolingual collections, anyhow
a large decrease of precision is generated in the process (depending on the collection, between 20
% and 40 %)[
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. Perhaps for this reason, CLIR systems based on document translation tend to
obtain results noticeably better than system driven by query translation. Most popular approaches
using query translation are round-robin algorithms and computing normalized scores.
Other approach is depicted in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]: a single and multilingual index is obtained with the whole of
documents of every language, without any translation. Then, the user query is translated for
each language present in the multilingual collection. A query for each translation is not generated
but all the translations are concatenated making up a composite query. Finally, this composite
query will be searched across the entire multilingual term index. The idea is coherent, but current
researches with this method are disappointing[
          <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
          ].
        </p>
        <p>
          Finally, learning-based algorithms are very interesting, but they requires learning data (relevance
judgments) and it is not always available. Thus, Le Calv´e and Savoy [
          <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
          ] propose a merging
approach based on logistic regression and Mart´ınez-Santiago et al.[
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] improve slightly regression
logistic results by using LVQ neural networks.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2-step RSV and mixed 2-step RSV</title>
        <p>
          Last year we obtain good results by using a new approach called 2-step RSV [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. The hypothesis
of this method is as follows: given two documents, the score of both documents will be comparable
whenever the document frequency is the same for each meaningful term query and their
translations. By grouping together the document frequency for each term and its own translations, we
ensure the hypothesis compliance.
        </p>
        <p>
          The basic 2-step RSV idea is straightforward: given a query term and their translations to the
rest of languages, their document frequencies are grouping together [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. In this way, the method
requires recalculating the document score by changing the document frequency of each query
term. Given a query term, the new document frequency will be calculated by means of the sum
of the monolingual document frequency of the term and their translations. Since reindexing the
whole multilingual collection could be computationally expensive, given a query only the retrieved
documents for each monolingual collection are re-indexed. These two steps are:
1. The document pre-selection phase consists in translating and searching the query on each
monolingual collection as usual in CLIR systems based on query translation. This phase
produces two results:
• The translation to the rest of languages for each term from the original query as result
of the translation process. In this way, we have queries aligned at term level.
• A single multilingual collection of preselected documents as result of the union of
typically 1000 first retrieved documents for each language
2. The re-indexing phase consists of re-indexing the multilingual retrieved collection, but
considering solely the query vocabulary, by grouping together their document frequencies.
Finally, the query is executed against the new index. Thus for example, if we have two
languages, Spanish and English, and the term “casa” is part of the original query and it is
translated to “house” and “home”, both terms represent exactly the same index token.
Given a document, the term frequency will be calculated as usual, but the document frequency
will be the sum of the document frequency of “casa”, “house” and “home” 1.
        </p>
        <p>1Actually, we subtract the number of documents where both “house” and “home” terms appear. Thus, given a
document which contains both terms, we avoid counting the same document twice.</p>
        <p>Perhaps the strongest constraint for this method is that every query term must be aligned
with its translations. But this information is not always available neither by machine translation
(which produces translations at phrase level) nor by automatic query expansion techniques such
as pseudo-relevance feedback.</p>
        <p>
          As a way to deal with partially aligned queries (i.e. queries with some terms not aligned), we
propose three approaches by mixing evidence from aligned and not aligned terms [
          <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
          ]:
• Raw mixed 2-step RSV method: An straightforward and effective way to partially solve
this problem is by taking non-aligned words into account locally, just as terms of a given
monolingual collection. Thus, given a document, the weight of a non-aligned term is the
initial weight calculated in the first step of the method.
        </p>
        <p>Thus, the score for a given document di will be calculated in a mixed way by means of the
weight of local terms and global concepts present in the query:</p>
        <p>RSVi0 = α · RSVialign + (1 − α) · RSVinonalign
(1)
where RSVialign is the score calculated by means of aligned terms, such as original 2-step
RSV method depicts. In the other hand, RSVinonalign is calculated locally. Finally, α is a
constant (usually fixed to α = 0.75).
• Normalized mixed 2-step RSV method: Since the weights of the aligned and non-aligned
words are not comparable, the idea for the raw mixed 2-step RSV seems counterintuitive.
As an attempt to make RSValign and RSVnonalign comparable, we normalize those values:
RSVi0 = α</p>
        <p>
          RSVialign − min(RSV align) RSVinonalign − min(RSV nonalign)
· max(RSV align) − min(RSV align) +(1−α)· max(RSV nonalign) − min(RSV nonalign)
(2)
• mixed 2-Step RSV method and learning-based algorithms such as logistic regression or neural
networks [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. Training data must be available in order to fit the model. This a serious
drawback, but this approach allows integrating not only aligned and not aligned scores but
also the original rank of the document.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Decompounding algorithm</title>
      <p>In some languages like Dutch, Finnish, German and Swedish there are words formed up by
concatenation of others. These are the so called compound words which, if untreated, may bias the
performance of our multilingual system. In order to increase the recall, compound words must be
decompounded. Unfortunally there is no straighforward method to do so, due to high number of
possible decompositions exhibited by many compound words.</p>
      <p>
        Chen [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] proposes an approach towards a maximal decomposition applied on German
documents: decompositions with a minimal number of components and, in case of multiple options, the
one with highest probability, are chosen. In this way, decomposition is performed with a minimal
set of rules and a dictionary which must contain no compound words. Chen has applied this
algorithm only on German corpora, so no data about its effectiveness on other languages is available.
Also we find that applying decomposition on every compound word may not be desirable, since
some of these words have a meaning which, when decomposed, is lost.
      </p>
      <p>
        Hollink et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] provide a review on compound words for Dutch, German and Swedish,
giving the connectives used for compositioning by each of these languages. They apply an existing
recursive algorithm for finding all possible decompositions using a dictionary generated from the
collection of documents. This work is very illustrative for decomposition of words, but lacks of a
proposal for selection.
      </p>
      <p>Our adopted solution is based mainly on Chen approach, but preserving compound word in
some cases and extending the algorithm to Dutch and Swedish. We stablish three main rules
as core of the algorithm. First, the word is decomposed to all possible compositions as done by
Hollink et al. Then, given a compound word cw formed from composites w1, w2...wn we select a
decomposition by applying following rules:
1. Rule 1. We do not decompose if the probability of the compound word is higher than any
of its composites.</p>
      <p>P (cw) ≤ P (w1) ∧ P (cw) ≤ P (w2) ∧ ... ∧ P (cw) ≤ P (wn) −→ cw is returned
2. Rule 2. Shortest decomposition (that one with the lowest number of composites) is selected.</p>
      <p>For example, if we find that cw can be decomposed into two forms w1 + w2 or w3 + w4 + w5
the first decomposition would be selected.
3. Rule 3. In case several decompositions have the same number of composites, that one with
highest probability will be chosen. The probability of a composition is the same as proposed
by Chen: the product of the probabilities of its composites:</p>
      <p>P (w1 + w2 + ... + wn) = P (w1) · P (w2) · ... · P (wn)
where the probability for a word wi in a collection is</p>
      <p>P (wi) =</p>
      <p>tf c(wi)
PN</p>
      <p>j=1 tf c(wj )
being tf c(wi) the number of ocurrences of word wi in a collection whose dictionary contains
N different words.</p>
    </sec>
    <sec id="sec-4">
      <title>Experiments and results</title>
      <p>
        We have participated on 4-Multi and 8-Multi tasks. Every collection has been pre-processed
as usual, using stopword lists and stemming algorithms available across the Web2. Stopword
lists have been increased with terms such as “retrieval”, “documents”, “relevant”. . . . Once the
collections have been pre-processed, they are indexed with the Zprise IR system, using the OKAPI
probabilistic model[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. This OKAPI model has also been used for the on-line re-indexing process
required by the calculation of 2-step RSV.
      </p>
      <p>The rest of this section depicts bilingual experiments and multilingual experiments driven by
query-translation with fully and partially aligned queries.
4.1</p>
      <sec id="sec-4-1">
        <title>Translation strategy and Bilingual Results</title>
        <p>The translation approach is very simple. We have used Babylon3 to translate English query
terms. Since English to Finnish dictionary is not available in Babylon site, we use FinnPlace
online dictionary 4. Both bilingual dictionary may suggest not only one, but several terms for the
translation of each word. In our experiments, we decide to pick the first translation available.
In addition, we have retrieved documents by using non-expanded and expanded queries
(pseudorelevance feedback, PRF). Non-expanded queries are fully aligned queries. Queries expanded by
pseudo-relevance feedback are expanded with monolingu¨al collection-depended words. Usually,
such words will be not aligned. The first group of queries is used by testing original 2-Step RSV.
Mixed 2-Step RSV is tested by considering second group of queries.</p>
        <p>Table 2 depicts the bilingual precision obtained by means of both translation approaches. We
have taken into account only Title and Description query fields.</p>
        <p>English → Dutch</p>
        <p>English
English → Finnish
English → French
English → German
English → Italian
English → Spanish
English → Swedish</p>
        <p>
          The expansion queries were carried out by means of pseudo-relevance feedback (blind
expansion). In this study, we adopted Robertson-Croft’s approach[
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] where the system expands the
original query generally no more than 15 search keywords, extracted from the 10-best ranked
documents.
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Multilingual results</title>
        <p>The obtained bilingual results list are the starting point, the first step in order to provide users
with a single list of retrieved documents. In this section, we study the second step. Suddenly,
an implementation error has damaged dramatically over own official runs based en 2-Step RSV
approach 5.We have decided to include both official and fixed runs.</p>
        <p>
          The merging approach has been made up by using several approaches: round-robin, raw scoring,
normalized score and 2-step RSV approach. In addition, theoretical optimal performance has been
calculated by using the procedure proposed in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] (label “Optimal performance” in table 4) . Such
procedure computes the optimal performance that could possibly be achieved by a CLIR System
by merging bilingual and monolingual results, under the constraint that the relative ranking of
the documents in the individual ranked list is preserved. The relevances of documents must be
known previously. Thus it is not useful to predict ranks of documents in the multilingual list
of documents. Anyhow, the procedure obtains the upper-bound performance for a set of ranked
list of document, and this information is useful to measure the performance of several merging
strategies. Note that 2-step RSV calculus does not ensure the preservation of the relative ranking
of documents, the upper-bound performance calculated by such procedure could be overcame, at
least theoretically. The detailed description of the algorithm is available in[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
3Babylon is a Machine Dictionary Readable available at http://www.babylon.com
4available at http://www.tracetech.net/db.htm
5The error was as follows: we use two indices per collection: Okapi index and term frequency index. Okapi index
is used by monolingual runs. TF index is used by the second step of 2-step RSV method: since re-weighting query
terms is required, such re-weighting process get term-frequency statistics from TF-index files. In some languages
such as English, we make a mistake by taking into account OKAPI-index files instead of TF-index files.
round-Robin
raw scoring
normalized scoring
2-step RSV(official)
raw mixed 2-step RSV(official)
        </p>
        <p>2-step RSV (fixed)
raw mixed 2-step RSV (fixed)
norm. mixed 2-step RSV (fixed)
optimal performance</p>
        <p>The proposal 2-step RSV merging approach improves the whole of the rest of approaches. Raw
mixed 2-step RSV and normalized mixed 2-step RSV have been calculated by means of eq. 1 and
eq. 2, with α = 0.75. Mixed 2-step by means of logistic regression and neural networks are not
available in this work because training data(relevance judgments) for the new collections of this
year is not available.</p>
        <p>
          The good performance of raw-mixed 2-step RSV is counterintuitive. Nevertheless , not the whole
of terms to be added to the original query are new terms since some terms obtained by means
of pseudo-relevance feedback are in the initial query. In the other hand, as table 4 shows,
rawscoring works relatively fine for this experiment. Thus, the percent (0.25) of local RSV added
to each document score is partially comparable. However, normalized mixed 2-step RSV should
improve raw mixed 2-step RSV whether collections are very irregular or very different weighting
schemas are used for each collection. Finally, experiments carried out with CLEF 2001 (training)
and CLEF 2002 (evaluation) relevance judgments show that learning-based algorithms overcome
slightly raw-scoring as a way to integrate both available values when mixed 2-step is used[
          <xref ref-type="bibr" rid="ref14">14</xref>
          ].
Anyway, the mixing of both local and global score obtained for each document by means of mixed
2-step RSV is an open problem about the integration of several sources of information, and it
remembers to the same collection fusion problem.
        </p>
        <p>Maybe the most interesting issue obtained for us this year is depicted in figures 1 and 2. As we
suspected last year, round-robin and raw-scoring performs worse when the number of languages
is increased. In the other hand, 2-step RSV holds about 85 % of optimal performance.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and future work</title>
      <p>This year, merging approaches and decompounding algorithms have been treated . We have tested
2-step RSV and mixed 2-step RSV with 4-Multi a 8-Multi tasks. Results show that the proposed
method scales well with four, five and eight languages, overcoming traditional approaches.
Our next efforts are directed towards three aspects:</p>
      <p>• Since decompounding algorithm is highly depend of the wordlists used, we aim to obtain a
better wordlist.
• Testing the method with other translation strategies such as Machine Translation or
Multilingual Similarity Thesaurus.
• Index terms used in reported experiments are basically obtained by means of stemming. We
are very interested in the application of the proposed approach to n-grams indexing. While
stemming terms are directly assimilable as feasible representative of concepts, n-grams are
not able to be assimilated directly as concepts since given a n-gram usually is contained by
several unrelated terms. In addition, we have carried out preliminary experiments, and the
obtained results suggest that a n-gram is not a representant of a concept directly.
• Finally, we will keep on studying strategies in order to deal with aligned and not-aligned
queries term. The integration of both sort of terms by means of neural networks (although
these structures require training data) and development of global pseudo-relevance feedback,
and not locally for each monolingual collection, constitutes interesting ways to explore.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work has been supported by Spanish Government (MCYT) with grant FIT-150500-2002-416.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Chen</surname>
          </string-name>
          .
          <article-title>Cross-language Retrieval Experiments at CLEF-2002</article-title>
          . In Carol Peters, editor,
          <source>Proceedings of the CLEF</source>
          <year>2002</year>
          <article-title>Cross-Language Text Retrieval System Evaluation Campaign</article-title>
          ., pages
          <fpage>5</fpage>
          -
          <lpage>20</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>F.</given-names>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ınez-</article-title>
          <string-name>
            <surname>Santiago</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Mart´ın</article-title>
          , and
          <string-name>
            <given-names>L.A.</given-names>
            <surname>Uren</surname>
          </string-name>
          <article-title>˜a</article-title>
          . SINAI at CLEF 2002:
          <article-title>Experiments with merging strategies</article-title>
          . In Carol Peters, editor,
          <source>Proceedings of the CLEF 2002 Cross-Language Text Retrieval System Evaluation Campaign. Lecture Notes in Computer Science</source>
          , pages
          <fpage>103</fpage>
          -
          <lpage>110</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Savoy</surname>
          </string-name>
          .
          <source>Report on CLEF-2001 Experiments</source>
          . In Carol Peters, editor,
          <source>Proceedings of the CLEF 2001 Cross-Language Text Retrieval System Evaluation Campaign. Lecture Notes in Computer Science</source>
          , pages
          <fpage>27</fpage>
          -
          <lpage>43</lpage>
          . Springer Verlag,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Callan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>W. B.</given-names>
            <surname>Croft</surname>
          </string-name>
          .
          <article-title>Searching distributed collections with inference networks</article-title>
          .
          <source>In Proceedings of the 18th International Conference of the ACM SIGIR'95</source>
          , pages
          <fpage>21</fpage>
          -
          <lpage>28</lpage>
          , New York,
          <year>1995</year>
          . The ACM Press.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>E. Voorhees.</surname>
          </string-name>
          <article-title>The collection fusion problem</article-title>
          . In NIST, editor,
          <source>Proceedings of the 3th Text Retrieval Conference TREC-3</source>
          , volume
          <volume>500</volume>
          , pages
          <fpage>95</fpage>
          -
          <lpage>104</lpage>
          , Gaithersburg,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Gey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Chen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <article-title>Manual Queries and Machine Translation in Cross-language Retrieval and Interactive Retrieval with Cheshire II at TREC-7</article-title>
          . In E. M. Voorhees and
          <string-name>
            <surname>D. K</surname>
          </string-name>
          . Harman, editors,
          <source>Proceedings of the Seventh Text REtrieval Conference (TREC-7)</source>
          , pages
          <fpage>527</fpage>
          -
          <lpage>540</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.Y.</given-names>
            <surname>Nie</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Jin</surname>
          </string-name>
          .
          <article-title>Merging different languages in a single document collection</article-title>
          .
          <source>In Proceedings of the CLEF</source>
          <year>2001</year>
          , pages
          <fpage>59</fpage>
          -
          <lpage>62</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>P.</given-names>
            <surname>McNamee</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Mayfield</surname>
          </string-name>
          . JHU/APL Experiments at CLEF:
          <article-title>Translation Resources and Score Normalization</article-title>
          . In Carol Peters, editor,
          <source>Proceedings of the CLEF 2001 Cross-Language Text Retrieval System Evaluation Campaign. Lecture Notes in Computer Science</source>
          , pages
          <fpage>193</fpage>
          -
          <lpage>208</lpage>
          . Springer-Verlag,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Le</given-names>
            <surname>Calv</surname>
          </string-name>
          <article-title>´e and</article-title>
          <string-name>
            <given-names>J. A.</given-names>
            ,
            <surname>Savoy</surname>
          </string-name>
          .
          <article-title>Database merging strategy based on logistic regression</article-title>
          .
          <source>Information Processing &amp; Management</source>
          ,
          <volume>36</volume>
          :
          <fpage>341</fpage>
          -
          <lpage>359</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Savoy</surname>
          </string-name>
          .
          <article-title>Cross-language information retrieval: experiments based on clef 2000 corpora</article-title>
          . Information Processing &amp; Management,
          <volume>39</volume>
          :
          <fpage>75</fpage>
          -
          <lpage>115</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ın, F. Mart´ınez-</article-title>
          <string-name>
            <surname>Santiago</surname>
            , and
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>˜a. Merging strategy for cross-lingual information retrieval based on learning vector quantization</article-title>
          .
          <source>Technical report</source>
          , University of Ja´en,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>F.</given-names>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ınez-</article-title>
          <string-name>
            <surname>Santiago</surname>
            and
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>˜a. SINAI experience at CLEF</article-title>
          . Revista Iberoamericana de Inteligencia Artificial, page In press.,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ınez-</article-title>
          <string-name>
            <surname>Santiago</surname>
            and
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>˜a. A merging strategy proposal: the 2-step retrieval status value method</article-title>
          .
          <source>Technical report</source>
          , University of Ja´en,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ın, F. Mart´ınez-</article-title>
          <string-name>
            <surname>Santiago</surname>
            , and
            <given-names>L.A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          <article-title>˜a. Aprendizaje neuronal aplicado a la fusi´on de colecciones multilingu¨es en CLIR</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          , page In press.,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>C. Monz V.</given-names>
            <surname>Hollink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kamps and M. de Rijke</surname>
          </string-name>
          .
          <article-title>Monolingual rertieval for european languages</article-title>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S. E</given-names>
            <surname>Robertson</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Walker.</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Beaulieu</surname>
          </string-name>
          .
          <article-title>Experimentation as a way of life:Okapi at TREC</article-title>
          .
          <source>Information Processing and Management</source>
          ,
          <volume>1</volume>
          (
          <issue>36</issue>
          ):
          <fpage>95</fpage>
          -
          <lpage>108</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Donna</given-names>
            <surname>Harman</surname>
          </string-name>
          .
          <article-title>Relevance feedback revisited</article-title>
          .
          <source>In Proceedings of the 15th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR-92)</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          ,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>