<!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>Exeter at CLEF 2001: Experiments with Machine Translation for Bilingual Retrieval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gareth J. F. Jones</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adenike M. Lam-Adesina</string-name>
          <email>A.M.Lam-Adesinag@ex.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, University of Exeter</institution>
          ,
          <addr-line>Exeter, EX4 4PT</addr-line>
          ,
          <country country="UK">U.K</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The University of Exeter participated in the CLEF 2001 bilingual task. The main objectives of our experiments were to compare retrieval performance for di erent topic languages with similar easily available machine translation resources and to explore the application of new pseudo relevance feedback techniques recently developed at Exeter to Cross-Language Information Retrieval (CLIR). We also report recent experimental results from our investigations of the combination of results from alternative machine translation outputs; speci cally we look at the use of data fusion of the output from individual retrieval runs and merging of alternative topic translations.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>Information Retrieval Approach</title>
      <p>
        The experiments were carried out using the City University research distribution version of the Okapi
system. The documents and search topics were processed to remove stop words from a list of around
260 words, su x stripped using Porter stemming [
        <xref ref-type="bibr" rid="ref3">4</xref>
        ] and terms were further indexed using a small set
of synonyms.
      </p>
      <p>
        Document terms are weighted using the Okapi combined weight (cw ), often known as BM25, originally
developed in g[
        <xref ref-type="bibr" rid="ref4">5</xref>
        ] and further elaborated in [
        <xref ref-type="bibr" rid="ref5">6</xref>
        ]. The BM25 cw for a term is calculated as follows,
cw(i; j) =
      </p>
      <p>K1
cf w(i)
((1</p>
      <p>tf (i; j)
b) + (b</p>
      <p>(K1 + 1)
ndl(j))) + tf (i; j)
where cw(i; j) represents the weight of term i in document j, cf w(i) is the standard collection
frequency (inverse document frequency) weight, tf (i; j) is the document term frequency, and ndl(j) is the
normalized document length. ndl(j) is calculated as,
ndl(j) =</p>
      <p>dl(j)
Average dl for all documents
;
where dl(j) is the length of j. K1 and b are empirically selected tuning constants for a particular
collection. K1 is designed to modify the degree of e ect of tf (i; j), while constant b modi es the e ect
of document length. High values of b imply that documents are long because they are verbose, while
low values imply that they are long because they are multitopic.
2.1</p>
      <sec id="sec-2-1">
        <title>Relevance Feedback</title>
        <p>
          Assuming that relevant documents are available within a collection, the main reason that they may not be
retrieved is the query-document match problem. Short and imprecise often results in relevant documents
being retrieved at low rank or not being retrieved at all, and retrieval of non-relevant documents at high
rank. Relevance feedback (RF) using query expansion is one method which seeks to overcome the
query-document match problem. Pseudo-relevance feedback (PRF) methods in which a number of topic
ranked documents are assumed to be relevant are on average found to give improvement in retrieval
performance; although this is usually smaller than that observed for true RF. Post-translation PRF has
been shown to be e ective in CLIR in various studies including [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
        </p>
        <p>The main implementational issue for PRF is the selection of appropriate expansion terms. In PRF
problems can arise when terms taken from assumed relevant documents that are actually non-relevant,
are added to the query causing a drift in the focus of the query. If the initial retrieval results are good
and a large proportion of the documents retrieved at high rank are relevant, feedback is likely to improve
retrieval performance. A further problem can arise since many documents are multi-topic, i.e. they deal
with several di erent topics. This means that only a portion of a document retrieved in response to a
given query may actually be relevant. Nevertheless standard RF treats the whole document as relevant,
the implication of this being that using terms from non-relevant sections of these documents for expansion
may also cause query drift. The exclusion of terms from non-relevant sections of documents, or those
present in non-relevant documents which are not closely related to the concepts expressed in the initial
query, could thus be bene cial to PRF and potentially in true RF as well.</p>
        <p>
          These issues have led to several attempts to develop automatic systems that can concentrate user's
attention on the parts of the text that possess a high density of relevant information. This method known
as passage retrieval [
          <xref ref-type="bibr" rid="ref6">7</xref>
          ] [
          <xref ref-type="bibr" rid="ref7">8</xref>
          ] has the advantage of being able to provide an overview of the distribution of
the relevant pieces of information within the retrieved documents. However, this method has not been
found to provide signi cant improvement in retrieval performance. We have developed a novel approach
to the exclusion of terms from consideration based on document summarization. In this method only
terms present in the summarized documents are considered for query expansion. Earlier experiments
[
          <xref ref-type="bibr" rid="ref8">9</xref>
          ] [
          <xref ref-type="bibr" rid="ref9">10</xref>
          ] demonstrated that selecting best passages from documents for query expansion is very e ective
in reducing the number of inappropriate possible feedback terms taken from multi-topic or non-relevant
document. In [
          <xref ref-type="bibr" rid="ref10">11</xref>
          ] Tombros showed that query-biased summaries are more e ective than using simple
leading sentence summaries for user relevance decisions. Thus in our summaries we also make use of
query-biased summaries. A related approach to the one reported here is described by Strzalkowski in
[
          <xref ref-type="bibr" rid="ref11">12</xref>
          ] where a RF procedure using summaries of retrieved relevant documents is used. A weakness of
this approach is that all terms from the summaries were added to the query. We prefer to adopt the
approach taken in the Okapi TREC submissions [
          <xref ref-type="bibr" rid="ref12">13</xref>
          ] [
          <xref ref-type="bibr" rid="ref13">14</xref>
          ] [
          <xref ref-type="bibr" rid="ref14">15</xref>
          ] which expand queries conservatively using
only a small number of terms chosen using a statistical selection criteria [
          <xref ref-type="bibr" rid="ref15">16</xref>
          ].
        </p>
        <p>
          The expansion terms were ranked using the Robertson selection value (rsv) [
          <xref ref-type="bibr" rid="ref15">16</xref>
          ], de ned as,
rsv(i) = r(i)
rw(i)
where r(i) is again the number of relevant documents containing term i, and rw(i) is the standard
Robertson/Sparck Jones relevance weight [
          <xref ref-type="bibr" rid="ref16">17</xref>
          ]. rw(i) is de ned as,
rw(i) = log
(r(i) + 0:5)(N n(i)
(n(i) r(i) + 0:5)(R
        </p>
        <p>R + r(i) + 0:5)
r(i) + 0:5)
where n(i) is the total number of documents containing term i, R is the total number of relevant
documents for this query, and N is the total number of documents.</p>
        <p>The rsv has generally been based on taking an equal number of relevant documents for both the
available expansion terms and term ranking. In our experiments we have explored the use of a more
sophisticated approach which takes a smaller number of relevant documents to determine the pool of
potential expansion terms than the number of documents used to determine the rsv ranking. It should
be noted that the r(i) value for term each i is calculated based on its occurrence in the entire document
rather than on the summary alone.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Summary Generation</title>
      <p>Summary generation methods seek to identify document contents that convey the most \important"
information within the document, where importance may depend on the use to which the summary is to
be put. Since we require a very robust summarizer for the di erent text types likely to be encountered
within a retrieval system we adopt a summarisation method based on sentence extraction. Sentence
extracted summaries are formed by scoring the sentences in the document using various criteria, ranking
the sentences, and then taking a number of the top ranking sentences as the summary.</p>
      <p>Each sentence score is computed as the sum of its constituent words and other scores. The following
section describes the summary generation methods used in this investigation.
3.1</p>
      <sec id="sec-3-1">
        <title>Luhn's Keyword Cluster Method</title>
        <p>
          The rst component of our summaries uses Luhn's classic cluster measure [
          <xref ref-type="bibr" rid="ref17">18</xref>
          ]. In order to determine
the sentences of a document that should be used as the summary, a measure is required by which the
information content of all the sentences can be analysed and graded. Luhn concluded that the frequency
of a word occurrence in an article, as well as its relative position determines its signi cance in that
article. Following the work of Tombros [
          <xref ref-type="bibr" rid="ref10">11</xref>
          ], which studied summarization of TREC documents, the
required minimum occurrence count for signi cant terms in a medium-sized TREC document was taken
to be 7; where a medium sized document is de ned as one containing no more than 40 sentences and
not less than 25 sentences. For documents outside this range, the limit for signi cance is computed as,
for documents with NS &lt; 25, and
ms = 7 + (0:1(L
        </p>
        <p>N S))
ms = 7 + (0:1(N S</p>
        <p>L))
for documents with NS &gt; 40
where ms = the measure of signi cance</p>
        <p>L = Limit (25 for NS &lt; 25 and 40 for NS &gt; 40)</p>
        <p>N S = number of sentences in the document</p>
        <p>In order to score sentences based on the number of signi cant words contained in them, Luhn reasoned
that whatever the topic under consideration the closer certain words are, the more speci cally an aspect
of the subject is being treated. Hence, wherever clusters of signi cant words are found, the probability
is very high that the information being conveyed is most representative of the article. Luhn speci ed
that two signi cant words are considered signi cantly related if they are separated by not more than
ve insigni cant words. Thus, a cluster of signi cant words is created whereby signi cant words are
separated by not more than ve non-signi cant words as illustrated below.</p>
        <p>\The sentence [scoring process utilises information both from the structural] organization."
The cluster of signi cant words is given by the words in the brackets ([|]), where signi cant words
are shown in bold. The cluster signi cance score factor for a sentence is given by the following formula
SS1 =</p>
        <p>SW 2</p>
        <p>T W
where SS1 = the sentence score</p>
        <p>SW = the number of bracketed signi cant words (in this case 3)</p>
        <p>T W = the total number of bracketed words (in this case 8)</p>
        <p>Thus SS1 for the above sentence is 1.125. If two or more clusters of signi cant words appear in a
given sentence, the one with the highest score is chosen as the sentence score.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Title Terms Frequency Method</title>
        <p>The title of an article often reveals the major subject of that document. In a sample study the title of
TREC documents was found to convey the general idea of its contents. Thus, a factor in the sentence
score is the presence of title words within the sentence. Each constituent term in the title section is
looked up in the body of the text. For each sentence a title score is computed as follows,
SS2 =</p>
        <p>T T S</p>
        <p>T T T
where SS2 = the title score for a sentence</p>
        <p>T T S = the total number of title terms found in a sentence</p>
        <p>T T T = the total number of terms in a title</p>
        <p>T T T is used as a normalization factor to ensure that this method does not have an excessive sentence
score factor contribution relative to the overall sentence score.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Location/Header Method</title>
        <p>
          Edmundson [
          <xref ref-type="bibr" rid="ref18">19</xref>
          ] noted that the position of a sentence within a document is often useful in determining
its importance to the document. Based on this, Edmundson de ned a location method for scoring each
sentence based on whether it occurs at the beginning or end of a paragraph or document.
        </p>
        <p>To determine the e ect of this sentence scoring method on the test collection a further sample study
was conducted. This con rmed that the rst sentences of a TREC document often provide important
information about the content of the document. Thus the rst two sentences of an article are assigned
a location score computed as follows,</p>
        <p>SS3 =
where SS3 = the location score for a sentence</p>
        <p>N S = the number of sentences in the document</p>
        <p>Furthermore, section headings within the documents were found to provide information about the
di erent sections discussed in the documents. Thus, marked section headings were given a similar
location score.
3.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>Query-Bias Method</title>
        <p>The addition of a sentence score factor bias to score sentences containing query terms more highly can
reduce the query drift caused by the use of bad feedback terms. Thus, whether a relevant or
nonrelevant document is used, the feedback terms are taken from the most relevant section identi ed in
the document, in relation to the submitted query. In order to generate a query biased summary in
this work, each constituent sentence of a document being processed is scored based on the number
of query terms it contains. The following situation gives an example of this method. For a query
\falkland petroleum exploration" and a sentence \The british minister has decided to continue the
ongoing petroleum exploration talks in the falkland area", the query score SS4 is computed as follows,
SS4 =
tq2
nq
where tq = the number of query terms present in a sentence</p>
        <p>nq = the number of terms in a query</p>
        <p>
          Therefore the query score SS4 for the above sentence is 3. This score is assigned based on the belief
that the number of query terms contained in a sentence, the more likely it is that this sentence conveys
a large amount of information related to the query. This is the same method used in [
          <xref ref-type="bibr" rid="ref10">11</xref>
          ].
3.5
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>Combining the Scores</title>
        <p>The previous sections outlined the components used in scoring sentences to generate the summaries used
in this work. The nal score for each sentence is calculated by summing the individual score factors
obtained for each method used. Thus the nal score for each sentence is</p>
        <p>SSS = SS1 + SS2 + SS3 + SS4
where SSS = Sentence Signi cance Score.</p>
        <p>The summarisation system was implemented so that the relative weight of each component of SSS
could be varied. In order to generate an appropriate summary it is essential to place a limit on the
number of sentences to be used as the summary content. To do this however it is important to take
into consideration the length of the original document and the amount of information that is needed.
The objective of the summary generation system is to provide terms to be used for query expansion,
and not to act as a stand alone summary that can be used to replace the entire documents. Hence
the optimal summary length is a compromise between maintaining terms that can be bene cial to the
retrieval process, while ensuring that the length is such that non relevant terms are kept to the barest
minimum if they cannot be removed totally.</p>
        <p>Experiments were performed with various maximum summary lengths to nd the best one for
termselection. The lower limit of the summary length was set at 15document collection also consisted of very
short documents. Thus high ranked sentences up to the maximum summary length and not less than the
set minimum summary length are presented as the summary content for each document summarized.
Inspection of our example summaries showed them to be reasonable representations of the original
documents. However, in our case an objective measure of summary quality is their overall e ect on
retrieval performance.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Combination Methods</title>
      <p>
        The combination of evidence from multiple information sources has been-shown to be useful for text
retrieval in TREC [
        <xref ref-type="bibr" rid="ref19">20</xref>
        ]. In our experiments we examine two forms of index combination de ned in [
        <xref ref-type="bibr" rid="ref19">20</xref>
        ]:
data fusion and query combination.
4.0.1
For data fusion the ranked document lists produced independently by topics translated using Babel sh
and Power Translator Pro were combined by adding the corresponding query-document matching scores
from the two lists and forming a new re-ranked list using the composite scores. We investigated both
simple summing of the matching scores and summation of after the scores had separately been normalised
with respect to the highest score in each list.
4.0.2
One of the important issues in query translation for CLIR is the choice of the best translation(s) of
the search terms. The output of an individual MT system gives the best overall translation available
for the input given its rules and dictionary. Thus di erent MT systems often given di erent translated
outputs. In query combination the translated queries produced by the two MT systems were combined
into a single representation to score against document archive. A set of combined queries was formed
by taking the unique items from the existing query sets.
Prec. 5 docs
10 docs
15 docs
20 docs
      </p>
      <p>Av Precision
% change CLIR
This section describes the establishment of the parameters of our experimental system and gives results
from our CLEF 2001 investigation. We report procedures for the selection of system parameters, baseline
retrieval results for di erent language pairs and translation systems without application of feedback,
corresponding results with use of feedback, and results for our data combination experiments. In all
cases the results use mandatory Title and Description elds from the search topics.
5.1</p>
      <sec id="sec-4-1">
        <title>Selection of System Parameters</title>
        <p>Various parameters had to be selected for our experimental system. In order to do this with carried out
a series of development runs using the CLEF 2000 bilingual test collection. This data consisted of the
English document set and topic sets in French, German, Italian and Spanish.</p>
        <p>The Okapi parameters were set as follows: K1 = 1:0 and b = 0:5. In the pseudo relevance feedback
runs 5 documents were assumed to be relevant in each case for term selection, document summaries
comprised the best scoring 4 sentences in each case. Following experimentation with the sentence scoring
components it was found that the best retrieval results were achieved when the Luhn and Title where
given twice the relative weight compared to the Location and Query-Bias methods. The top 20 ranked
expansion terms taken from these summaries were added to the original topic in each case. The rsv
values to rank the potential expansion terms were selected by assuming the top 20 ranked documents
were relevant. The original topic terms are upweighted by a factor of 3.5 relative to terms introduced
by pseudo relevance feedback.
5.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Baseline Results</title>
        <p>Prec. 5 docs
10 docs
15 docs
20 docs</p>
        <p>Av Precision
% change no FB.
% change CLIR</p>
      </sec>
      <sec id="sec-4-3">
        <title>Combination Results</title>
        <p>Baseline Results Tables 5 and 6 show baseline results for Data Fusion with simple and normalised
score addition respectively. Results using normalised scores are worse than the simple addition method,
which overall generally gives a small improvement in performance compared to either translation on in
isolation. The result for German is particularly good, giving the same value as the English baseline.
This result is unusually good for CLIR, but appears from investigation to be correct.
Feedback Results Tables 7 and 8 show results for Data Fusion with summary based feedback applied.
Feedback again generally results in an improvement in average precision, except for the case of German,
where as noted previous the baseline Data Fusion was unusually good. Simple score addition is still
superior to addition of normalised scores.</p>
        <sec id="sec-4-3-1">
          <title>Prec.</title>
        </sec>
        <sec id="sec-4-3-2">
          <title>5 docs</title>
          <p>10 docs
15 docs
20 docs</p>
        </sec>
        <sec id="sec-4-3-3">
          <title>Av Precision % change</title>
        </sec>
        <sec id="sec-4-3-4">
          <title>Prec.</title>
        </sec>
        <sec id="sec-4-3-5">
          <title>5 docs</title>
          <p>10 docs
15 docs
20 docs</p>
        </sec>
        <sec id="sec-4-3-6">
          <title>Av Precision</title>
          <p>% change</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Concluding Remarks and Further Work</title>
      <p>This paper has presented our results for the CLEF 2001 bilingual English language retrieval task. The
results indicate that similar retrieval results are achieved using di erent commercial machine translation
systems, but that some improvement can often be gained from applied Data Fusion methods to the output
from the retrieval systems for di erent topic translations. Results for six di erent query-document
pairs indicate that similar performance can be achieved for CLIR for Asian and European language
topics for retrieval of English document despite the greater di erence between the languages in the
former case. However, the result for Chinese topics is the worst, and further investigation is required to
better understand the reason for this. In addition, we intend to do query by query analysis of retrieval
performance across the di erent languages pairs to investigate the e ect of individual translation e ects
on retrieval behaviour. The application of our summary based pseudo relevance feedback method was
generally shown to be e ective, although the improvement was generally less than hoped for. This result
will also be the subject of further investigation.</p>
      <sec id="sec-5-1">
        <title>Prec.</title>
      </sec>
      <sec id="sec-5-2">
        <title>5 docs</title>
        <p>10 docs
15 docs
20 docs
Av Precision
% change</p>
      </sec>
      <sec id="sec-5-3">
        <title>5 docs</title>
        <p>10 docs
15 docs
20 docs
Av Precision
% change</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G. J. F.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Sakai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. H.</given-names>
            <surname>Collier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumano</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Sumita</surname>
          </string-name>
          .
          <article-title>A Comparison of Query Translation Methods for English-Japanese Cross-Language Information Retrieval</article-title>
          .
          <source>In Proceedings of the 22nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>269</volume>
          {
          <fpage>270</fpage>
          ,
          <string-name>
            <surname>San</surname>
            <given-names>Fransisco</given-names>
          </string-name>
          ,
          <year>1999</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>L.</given-names>
            <surname>Ballesteros</surname>
          </string-name>
          and
          <string-name>
            <given-names>W. B.</given-names>
            <surname>Croft</surname>
          </string-name>
          .
          <article-title>Phrasal Translation and Query Expansion Techniques for CrossLanguage Information Retrieval</article-title>
          .
          <source>In Proceedings of the 20th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>84</volume>
          {
          <fpage>91</fpage>
          , Philadelphia,
          <year>1997</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M. F.</given-names>
            <surname>Porter</surname>
          </string-name>
          .
          <article-title>An algorithm for su x stripping</article-title>
          .
          <source>Program</source>
          ,
          <volume>14</volume>
          :
          <fpage>130</fpage>
          {
          <fpage>137</fpage>
          ,
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Walker</surname>
          </string-name>
          .
          <article-title>Some simple e ective approximations to the 2-Poisson model for probabilistic weighted retrieval</article-title>
          .
          <source>In Proceedings of the 17th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>232</volume>
          {
          <fpage>241</fpage>
          , Dublin,
          <year>1994</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Walker</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Beaulieu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Gatford</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Payne</surname>
          </string-name>
          .
          <article-title>Okapi at TREC-4</article-title>
          . In D. K. Harman, editor,
          <source>Overview of the Fourth Text REtrieval Conference (TREC-4)</source>
          , pages
          <fpage>73</fpage>
          {
          <fpage>96</fpage>
          .
          <string-name>
            <surname>NIST</surname>
          </string-name>
          ,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Callan</surname>
          </string-name>
          .
          <article-title>Passage-Level Evidence in Document Retrieval</article-title>
          .
          <source>In Proceedings of the 17th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>302</volume>
          {
          <fpage>310</fpage>
          , Dublin,
          <year>1994</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Knaus</surname>
          </string-name>
          , E. Mittendorf,
          <string-name>
            <given-names>P.</given-names>
            <surname>Schauble</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Sheridan</surname>
          </string-name>
          .
          <article-title>Highlighting Relevant Passages for users of the Interactive SPIDER Retrieval System</article-title>
          .
          <source>In Proceedings of the Fourth Text REetrieval Conference (TREC-4)</source>
          , pages
          <fpage>233</fpage>
          {
          <fpage>238</fpage>
          .
          <string-name>
            <surname>NIST</surname>
          </string-name>
          ,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Xu</surname>
          </string-name>
          and
          <string-name>
            <given-names>W. B.</given-names>
            <surname>Croft</surname>
          </string-name>
          .
          <article-title>Query Expansion Using Local and Global Document Analysis</article-title>
          .
          <source>In Proceedings of the 19th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>4</volume>
          {
          <fpage>10</fpage>
          ,
          <string-name>
            <surname>Zurich</surname>
          </string-name>
          ,
          <year>1996</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Allan</surname>
          </string-name>
          .
          <article-title>Relevance Feedback with too much Data</article-title>
          .
          <source>In Proceedings of the 18th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>337</volume>
          {
          <fpage>343</fpage>
          ,
          <string-name>
            <surname>Seattle</surname>
          </string-name>
          ,
          <year>1995</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Tombros</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Sanderson</surname>
          </string-name>
          .
          <article-title>The advantages of query-biased summaries in Information Retrieval</article-title>
          .
          <source>In Proceedings of the 21st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <volume>2</volume>
          {
          <fpage>10</fpage>
          ,
          <string-name>
            <surname>Melbourne</surname>
          </string-name>
          ,
          <year>1998</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>T.</given-names>
            <surname>Strzalkowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Wise</surname>
          </string-name>
          .
          <article-title>Summarization-based query expansion in information retrieval</article-title>
          .
          <source>In Proceedings of 17th COLING-ACL'98</source>
          , pages
          <fpage>1</fpage>
          {
          <fpage>21</fpage>
          , Montreal,
          <year>1998</year>
          . ACL.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Walker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. M.</given-names>
            <surname>Hancok-Beaulieu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Gatford</surname>
          </string-name>
          .
          <article-title>Okapi at TREC3</article-title>
          . In D. K. Harman, editor,
          <source>Overview of the Third Text REtrieval Conference (TREC-3</source>
          , pages
          <fpage>109</fpage>
          {
          <fpage>126</fpage>
          .
          <string-name>
            <surname>NIST</surname>
          </string-name>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Walker</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M. M.</given-names>
            <surname>Beaulieu</surname>
          </string-name>
          .
          <article-title>Okapi at TREC-7: automatic ad hoc, ltering, vls and interactive track</article-title>
          . In E. Voorhees and
          <string-name>
            <surname>D. K</surname>
          </string-name>
          . Harman, editors,
          <source>Overview of the Seventh Text REtrieval Conference (TREC-7)</source>
          , pages
          <fpage>253</fpage>
          {
          <fpage>264</fpage>
          .
          <string-name>
            <surname>NIST</surname>
          </string-name>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Walker</surname>
          </string-name>
          . Okapi/Keenbow. In E. Voorhees and
          <string-name>
            <surname>D. K</surname>
          </string-name>
          . Harman, editors,
          <source>Overview of the Eighth Text REtrieval Conference (TREC-8)</source>
          , pages
          <fpage>151</fpage>
          {
          <fpage>162</fpage>
          .
          <string-name>
            <surname>NIST</surname>
          </string-name>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          .
          <article-title>On term selection for query expansion</article-title>
          .
          <source>Journal of Documentation</source>
          ,
          <volume>46</volume>
          :
          <fpage>359</fpage>
          {
          <fpage>364</fpage>
          ,
          <year>1990</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Robertson</surname>
          </string-name>
          and
          <string-name>
            <given-names>K. Sparck</given-names>
            <surname>Jones</surname>
          </string-name>
          .
          <article-title>Relevance weighting of search terms</article-title>
          .
          <source>Journal of the American Society for Information Science</source>
          ,
          <volume>27</volume>
          (
          <issue>3</issue>
          ):
          <volume>129</volume>
          {
          <fpage>146</fpage>
          ,
          <year>1976</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>H. P.</given-names>
            <surname>Luhn</surname>
          </string-name>
          .
          <article-title>The Automatic Creation of Literature Abstracts</article-title>
          .
          <source>IBM Journal of Research and Development</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          ):
          <volume>159</volume>
          {
          <fpage>165</fpage>
          ,
          <year>1958</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>H. P.</given-names>
            <surname>Edmundson</surname>
          </string-name>
          .
          <article-title>New Methods in Automatic Astracting</article-title>
          .
          <source>Journal of the ACM</source>
          ,
          <volume>16</volume>
          (
          <issue>2</issue>
          ):
          <volume>264</volume>
          {
          <fpage>285</fpage>
          ,
          <year>1969</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>N. J.</given-names>
            <surname>Belkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kantor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Fox</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Shaw.</surname>
          </string-name>
          <article-title>Combining the evidence of multiple query representations for information retrieval</article-title>
          .
          <source>Information Processing and Management</source>
          ,
          <volume>31</volume>
          :
          <fpage>431</fpage>
          {
          <fpage>448</fpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>