<!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>DCU at CLEF 2006: ROBUST CROSS LANGUAGE TRACK</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Adenike M. Lam-Adesina, Gareth J.F. Jones School of Computing, Dublin City University Dublin 9</institution>
          ,
          <country country="IE">Ireland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The main focus of the DCU group's participation in the CLEF 2006 Robust Track in CLEF 2006 was not to identify and handle difficult topics in the topic set per se, but rather to explore a new method of re-ranking a retrieved document set. The initial query is used to re-rank documents retrieved using a query expansion method. The intention is to ensure that the query drift that might occur as a result of the addition of expansion terms chosen from irrelevant documents in pseudo relevance feedback (PRF) is minimised. By re-ranking using the initial query, the relevant set is forced to mimic the initial query more closely while not removing the benefits of PRF. Our results show that although our PRF is consistently effective for this task, the application of our re-ranking method generally has little effect on the ranked output.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Robust cross-language information retrieval, Pseudo relevance feedback, Document reranking
This paper describes the DCU experiments for the CLEF 2006 Robust Track. Our official submission
included monolingual runs for English and for Spanish, Italian and French where topics and documents had
been translated into English and a bilingual run for Spanish using English topics. Unfortunately due to
errors in our system we were unable to submit result for monolingual and bilingual German.</p>
      <p>Our general approach was to translate non-English documents and topics into English for use as a
pivot language. Collections and topics were translated into English using the Systran Version: 3.0 Machine
Translator (Sys). Pseudo Relevance Feedback (PRF) which aims to expand query by selecting potential
useful terms from the top retrieved documents to improve retrieval has been shown to be effective in our
previous submissions to CLEF 2001-2005, and also in our other research work outside of CLEF. Therefore,
we again use this method with our extended PRF method of term selection from document summaries
rather than full documents that has been thoroughly tested in our past research work. In addition, for this
task we explored the application of a new post-retrieval re-ranking method that we are developing.</p>
      <p>The remainder of this paper is structured as follows: Section 2 covers background to robust
information retrieval tasks, Section 3 describes our system setup and the information retrieval (IR) methods
used, Section 4 presents our experimental results and section 5 concludes the paper with a discussion of our
findings.
The robust track was first introduced in the Text Retrieval Conference (TREC) in 2003. The aim was to
explore methods of improving retrieval effectiveness for topics that performed poorly using standard
generally high performing IR methods, i.e. hard topics. For these topics it is usually the case that although
relevant documents exist in the target collection, the topic is not discriminatory enough to find the relevant
documents or bring them into the retrieved set of potentially relevant documents. Several approaches have
been taken by TREC participants which aim to tackle these hard topics and improve IR effectiveness. This
work falls into two main categories: either using a contemporaneous collection (e.g. the web) for query
expansion or re-ordering the original ranking of the retrieved relevant documents.</p>
      <p>
        Kwok. et al. used the web as a contemporaneous collection from which terms were selected for
query expansion [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. They argued that the reason why PRF is not effective for hard topics is because
assumed relevant documents where the expansion are taken from, are usually irrelevant and thus would
cause a query drift for hard topics. Therefore they expand the initial query from the web and use the
expanded query for retrieval. The list from the initial retrieval step and the expanded query list are then
combined into a new list. Results for this approach showed an improvement in IR performance for both
normal and hard topics. Interestingly results for runs using short queries were found to be better than those
for long queries.
      </p>
      <p>
        Amati et al. also found that query expansion from the web resulted in better retrieval for hard
topics as long as the queries are short [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]; for longer queries PRF should be limited to the target collection.
      </p>
      <p>
        Piatko et al. used a re-ranking method that aimed to improve the initial ranking of retrieved
relevant documents using a method called the minimal matching span [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This method aims to improve the
ranking of relevant documents by estimating the minimal length of consecutive sets of document terms
containing at least one occurrence of each query term in the set. Documents with high scores have their
ranking improved. Results for this method showed an improvement in average precision results compared
to not re-ranking. The benefits of this re-ranking method were more visible at the top ranks of the retrieved
document set.
      </p>
    </sec>
    <sec id="sec-2">
      <title>3 System Setup</title>
    </sec>
    <sec id="sec-3">
      <title>3.1 Term Weighting</title>
      <p>
        For our experiments we used the City University research distribution version of the Okapi system retrieval
system. Stopwords were removed from both the documents and search topics, and the Okapi
implementation of Porter stemming algorithm [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] was applied to both the document and search terms.
The okapi system is based on the BM25 weighting [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] scheme where document terms are weighted as
follows,
cw (i, j ) =
      </p>
      <p>cfw (i ) × tf (i, j ) × ( K 1 + 1)
K 1 * ((1 − b) + (b × ndl ( j ))) + tf (i, j )
(1)
where cw(i,j) represents the weight of term i in document j, cfw(i) is the standard collection 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) = dl(j)/avdl where dl(j) is the length of j and avdl is the average document length for all
documents. k1 and b are empirically selected tuning constants for a particular collection. k1 is designed to
modify the degree of effect of tf(i,j), while constant b modifies the effect 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 multi-topic. In our experiments values of k1 and b are estimated based on the CLEF 2003
ad hoc retrieval task data.</p>
    </sec>
    <sec id="sec-4">
      <title>3.2 Pseudo-Relevance Feedback</title>
      <p>Short and imprecise queries can affect IR effectiveness. To curtail this negative impact, relevance feedback
(RF) via query expansion (QE) is often employed. QE aims to improve initial query statements by addition
of terms from user assessed relevant documents. These terms are selected using document statistics and
usually describe the information request better. Pseudo-Relevance Feedback (PRF) whereby relevant
documents are assumed and used for QE is on average found to give improvement in retrieval performance,
although this is usually smaller than that observed for true user-based RF.</p>
      <p>
        PRF can result in a query drift if expansion terms are selected from assumed relevant document
which are in fact not relevant. In our past research work [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] we discovered that although a top-ranked
document might not be relevant, it often contains information that is pertinent to the query. Thus, we
developed a new method that select appropriate terms from document summaries. These summaries are
constructed in such a way that they contain only sentences that are closely related to the initial query. Our
QE method selects terms from summaries of the top 5 ranked documents. The summaries are generated
using the method described in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. For all our experiments we used the top 6 ranked sentences as the
summary of each document. From this summary we collected all non-stopwords and ranked them using a
slightly modified version of the Robertson selection value (rsv) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] reproduced below. The top 20 terms
were then selected in all our experiments.
      </p>
      <p>rsv(i)= r(i)× rw(i)
In our modified version, potential expansion terms are selected from the summaries of the top 5 ranked
documents, and ranked using statistics from assuming that the top 20 ranked documents from the initial run
are relevant.</p>
    </sec>
    <sec id="sec-5">
      <title>3.3 Re-ranking Methodology</title>
      <p>As part of our investigation for the CLEF 2006 robust track we explored the application of a further novel
re-ordering of the retrieved document list obtained from our PRF process. This reordering method attempts
to ensure that retrieved documents with more matching query terms have their ranking improved, while not
discarding the effect of document weighting scheme used. To this end we devised a document re-ranking
formula as follows:
where doc_wgt = the original document matching score</p>
      <p>
        b = an empirical value ranging between 0.1 and 0.5
nmt = the number of original topic terms that occur in the document
mmt = the mean of the value nmt for a given query over all retrieved documents
where r(i) = number of relevant documents containing term i
rw(i) is the standard Robertson/Sparck Jones relevance weight [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] reproduced below
rw(i) = log
(r(i) + 0.5 )(N − n(i) − R + r(i) + 0.5 )
      </p>
      <p>(n(i) − r(i) + 0.5 )(R − r(i) + 0.5 )
where n(i) = the total number of documents containing term i
r(i) = the total number of relevant documents term i occurs in
R = the total number of relevant documents for this query
N = the total number of documents</p>
      <p>doc_wgt
(1 − b) + (b*nmt/mmt)
(4)
(2)
(3)
In this section we describe our parameter selection and present our experimental results for the CLEF 2006
Robust track. Results are given for baseline retrieval without feedback, after the application of our PRF
method and after the further application of our re-ranking procedure.</p>
      <p>The CLEF 2006 topics consist of three fields: Title, Description and Narrative. We conducted
experiments used the Title and Description (TD) or Title, Description and Narrative (TDN) fields. For all
runs we present the precision at both 10 and 30 documents cutoff (P10 and P30), standard TREC average
precision results (AvP), the number of relevant documents retrieved out of the total number of relevant in
the collection (RelRet), and the change in number of RelRet compared to Baseline runs.</p>
    </sec>
    <sec id="sec-6">
      <title>4.1 Selection of System Parameters</title>
      <p>To set appropriate parameters for our runs development runs were carried out using the training topics
provided. The topics provided were taken from the CLEF 2003 The Okapi parameters were set as follows
k1=1.2 b=0.75. For all our PRF runs, 5 documents were assumed relevant for term selection and document
summaries comprised the best scoring 6 sentences in each case. Where the length of sentence was less than
6, half of the total number of sentences were chosen. The rsv values to rank the potential expansion terms
were estimated based on the top 20 ranked assumed relevant documents. The top 20 ranked expansion
terms taken from these summaries were added to the original query in each case. Based on results from our
previous experiments, the original topic terms are upweighted by a factor of 3.5 relative to terms introduced
by PRF.</p>
    </sec>
    <sec id="sec-7">
      <title>4.2 Experimental Results</title>
      <p>Baseline – baseline results without PRF using Title, Description and Narrative topic fields (TDN)
f20narr – feedback results using the Title, Description and Narrative topic fields. 20 terms are added to the
initial query.
f20re-ranked - same as F20narr, but documents are re-ranked using the formula (4) above.
f20desc – feedback results using the Title and Description sections of query. 20 terms are added to the
initial query.</p>
      <p>Comparing the Baseline and f20narr runs it can be seen that application of PRF improves all the
performance measures for all runs with the exception of the RelRet for Spanish monolingual where there is
a small reduction. By contrast for the Spanish bilingual run there is a much larger improvement in RelRet
than is observed for any of the other runs.</p>
      <p>Application of the re-ranking method to the f20narr list produces little change in the ranked
output. The only notable change is a further improvement in the RelRet for the Spanish bilingual task.
Varying the value of the b factor in equation 4 made only a small difference to the results. We are currently
investigating the reasons for this results, and exploring approaches to the re-ranking method which will
have a greater impact on the output ranked lists.</p>
    </sec>
    <sec id="sec-8">
      <title>5 Conclusions</title>
      <p>This paper has presented a summary of our results for the CLEF 2006 Robust Track. The results show that
our summary-based PRF method is consistently effective across this topic set. We also explored the use of
a novel post-retrieval re-ranking method. Application of this procedure led to very modification in the
ranked lists, and we are currently exploring alternative variations on this method.</p>
      <p>English French Spanish Italian Spanish bi
f20narr (TDN)
P10
P30
Av.P
RelRet
Chg RelRet
f20re-ranked (TDN)
P10
P30
Av.P
RelRet
Chg RelRet
f20desc (TD)
P10
P30
Avep
RelRet
Chg RelRet</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>K.L. Kwok</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Grunfeld</surname>
            ,
            <given-names>H.L.</given-names>
          </string-name>
          <string-name>
            <surname>Sun</surname>
            and
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Deng. TREC2004 Robust Track Experiments using</surname>
            <given-names>PIRCS</given-names>
          </string-name>
          ,
          <source>Proceedings of TREC</source>
          <year>2004</year>
          , NIST,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>G.</given-names>
            <surname>Amati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Carpineto</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Romano</surname>
          </string-name>
          .
          <source>Fondazione Ugo Bordoni at TREC</source>
          <year>2004</year>
          ,
          <source>Proceedings of TREC</source>
          <year>2004</year>
          , NIST,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Christine</given-names>
            <surname>Piatko</surname>
          </string-name>
          , James Mayfield,
          <string-name>
            <surname>Paul McNamee</surname>
            ,
            <given-names>and Scott Cost JHU</given-names>
          </string-name>
          /APL at TREC 2004:
          <article-title>Robust and Terabyte Tracks</article-title>
          ,
          <source>Proceedings of TREC</source>
          <year>2004</year>
          , NIST,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>M.F.</given-names>
            <surname>Porter</surname>
          </string-name>
          .
          <article-title>An algorithm for suffix stripping</article-title>
          .
          <source>Program</source>
          ,
          <volume>14</volume>
          :
          <fpage>10</fpage>
          -
          <lpage>137</lpage>
          ,
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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>Hancock-Beaulieu</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Gatford</surname>
          </string-name>
          ,
          <article-title>Okapi at TREC-3</article-title>
          . In D.K. Harman, editor,
          <source>Proceedings of the Third Text REtrieval Conference (TREC-3)</source>
          , pages
          <fpage>109</fpage>
          -
          <lpage>126</lpage>
          . NIST,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>A.M. Lam-Adesina</surname>
            and
            <given-names>G.J.F.</given-names>
          </string-name>
          <string-name>
            <surname>Jones</surname>
          </string-name>
          .
          <article-title>Applying Summarization Techniques for Term Selection in Relevance Feedback</article-title>
          .
          <source>In Proceedings of the 24th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          ,
          <string-name>
            <given-names>New</given-names>
            <surname>Orleans</surname>
          </string-name>
          ,
          <year>2001</year>
          . ACM.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>