<!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>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Logic, Language and Computation (ILLC) University of Amsterdam</institution>
          ,
          <addr-line>1018 TV Amsterdam</addr-line>
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2001</year>
      </pub-date>
      <abstract>
        <p>This paper describes the official runs of our team for CLEF-2001. We took part in the monolingual task, for Dutch, German, and Italian. The focus of our experiments was on the effects of morphological analyses such as stemming and compound splitting on retrieval effectiveness. Confirming earlier reports on retrieval in compound splitting languages such as Dutch and German, we found improvements to be around 25% for German and as much as 55% for Dutch. For Italian, lexicon-based stemming resulted in gains of up to 25%.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>This is the first year that the University of Amsterdam is participating in the CLEF conference and competition. We
took part in three monolingual tracks: Dutch, German, and Italian. We were particularly interested in the effects
of shallow morphological analyses: stemming or lemmatization, and compound splitting. All experiments were
performed using the FlexIR system.</p>
      <p>The paper is organized as follows. In Section 2 we describe the FlexIR system as well as our approach.
Section 3 describes our official runs for CLEF 2001, and in Section 4 we discuss the results we have obtained.
Finally, in Section 5 we offer some conclusions regarding research within ILLC in the area of text retrieval.
All submitted runs used FlexIR, an information retrieval system developed by the first author. The main goal
underlying FlexIR’s design is to facilitate flexible experimentation with a wide variety of retrieval components
and techniques. FlexIR is implemented in Perl; as it is built around the standard UNIX pipeline architecture, and
supports many types of preprocessing, scoring, indexing, and retrieval tools.</p>
    </sec>
    <sec id="sec-2">
      <title>Approach</title>
      <p>
        The retrieval model underlying FlexIR is the standard vector space model. All our official runs for CLEF 2001 used
the Lnu.ltc weighting scheme [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] to compute the similarity between a query (q) and a document (d):
sim(q; d) = ∑
i2q\d ((1
1+l1o+g(laovgg(fj2redqfir;edq) j;d) maxfjr2eqqfir;qeq j;q log nNi
      </p>
      <p>r
slope) pivot + slope unique wordsd )
∑i2q maxfjr2eqqfir;qeq j;q log nNi
2
(1)
For the experiments on which we report in this note, we fixed slope at 0.2; the pivot was set to the average number
of unique words occurring in the collection.</p>
      <p>
        In addition, blind feedback was applied to expand the original query with related terms. Term weights were
recomputed by using the standard Rocchio method [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], where we considered the top 10 documents to be relevant
and the bottom 250 documents to be non-relevant. We allowed at most 20 terms to be added to the original query.
We did not carry out any filtering [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] before applying Rocchio, since some experiments that we carried out on the
CLEF 2000 data set indicated a decrease in retrieval effectiveness.
2.2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Inflectional Morphology</title>
      <p>
        Previous retrieval experimentation [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] in English did not show consistent significant improvements by applying
morphological normalization such as rule-based stemming [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] or lexical stemming [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        As to the effect of stemming on retrieval performance for languages that are morphologically richer than
English, such as Dutch, German, Italian or Spanish, a similar mixed picture from CLEF 2000 and other experiments.
Kraaij and Pohlmann [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] report that for Dutch the effect if stemming is limited; it tends to help as many queries as
it hurts. Likewise, for German and French, reports seem to indicate results similar to those for English [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        In our participation in this year’s edition of CLEF, we focused on Dutch, German and Italian. Although
versions of Porter’s stemmer are available for each of these languages, we decided to use a lexical-based stemmer,
or lemmatizer, because it tends to be less aggressive than rule-based stemmers, and we conjectured that this might
benefit further morphological analyses such as compound splitting (see below). The lemmatizer is part of the
TreeTagger part-of-speech tagger [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Each word is assigned its syntactic root by lexical look-up. Mainly number,
case, and tense information is removed, leaving other morphological processes such as nominalization intact. As
an example in German, Vereinbarung (English: agreement) and German: vereinbaren (English: agree) are not
conflated.
2.3
      </p>
    </sec>
    <sec id="sec-4">
      <title>Compound Splitting</title>
      <p>
        Compound splitting is not an issue in English since almost all compounds, such as Computer Science, peace
agreement, etc. are separated by a white space, disregarding some exceptions such as database or bookshelf. In
Dutch and German compounds are not separated and compound building is a very common phenomenon. Kraaij
and Pohlman [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] show that compound splitting leads to significant improvement of retrieval performance for Dutch,
and Moulinier et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] obtain similar results for German.
      </p>
      <p>
        In some of our official runs for Dutch and German we used a compound splitter. Our compound splitter for
Dutch was built using the Dutch lexicon provided by Celex [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], while our German compound splitter used the
part-of-speech information provided by TreeTagger. Although compounds can consist of words having different
parts-of-speech, we limited our compound splitters to noun-noun compounds. For instance, hte German compound
Friedensvertrag (English: peace agreement) is split into Frieden+s Vertrag. Each noun is analyzed recursively
whether it can be seen as a sequence of concatenated nouns (allowing for a glueing-s).
      </p>
      <p>For retrieval purposes, each document in the collection is analyzed and if a compound is identified, all of its
parts are added to the document. In some cases, compound splitting can give rather awkward results, e.g., German:
Bahnhof (English: train station) is split into Bahn (rail) and Hof (court/yard). Whereas ‘rail’ is semantically related
to ‘train station,’ this is less obvious for ‘court’ or ‘yard.’ Hence, it can happen that compound splitting adds some
rather unrelated words to a document causing a slight topic drift. The current version of our compound splitters
are not tuned for retrieval purposes; for instance, we did not try to avoid the addition of unrelated compound parts.
3</p>
    </sec>
    <sec id="sec-5">
      <title>Runs</title>
      <p>The University of Amsterdam participated in the monolingual task only, covering retrieval in Dutch, German, and
Italian. For each language we submitted three types of runs:
Type M (Morphological) The title and the description field of the topic are used to generate the retrieval query
(this was a mandatory requirement to be met by at least one of the runs). Words are morphologically
normalized and compounds are split (Dutch and German). Blind feedback is applied to the top 10 documents
adding at most 20 terms to the original query. This includes the runs AmsNlM, AmsDeM, and AmsItM.
Type Nv (Na¨ıve) The title and the description field of the topic are used to generate the retrieval query. Blind
feedback is applied to the top 10 documents adding at most 20 terms to the original query. In contrast to
runs of type M, no morphological normalization or compound splitting are applied. This includes the runs
AmsNlNv, AmsDeNv, and AmsItNv.</p>
      <p>Type T (Title only) The same retrieval and document processing techniques are used as for runs of type M, but
query formulation is restricted to the title field of the topic. This includes the runs AmsNlT, AmsDeT, and
AmsItT.
1
0.9
0.8
0.7
i0.6
n
o
ics0.5
reP0.4
0.3
0.2
0.1
0
1
0.9
0.8
0.7
i0.6
n
o
ics0.5
reP0.4
0.3
0.2
0.1
0
0 0.1 0.2 0.3 0.4 Re0.c5al 0.6 0.7 0.8 0.9 1</p>
      <p>There are several motivations for this set of runs. Type M runs were intended to be the most effective runs, using
techniques which are considered to improve retrieval effectiveness, such as blind feedback. Type T runs use the
same techniques as type M runs, but queries are much shorter and, therefore, more closely resemble queries posed
by a non-expert. Type Nv runs were intended as a contrast to type M runs, where no language specific techniques
such as stemming/lemmatization or compound splitting are applied.
4</p>
    </sec>
    <sec id="sec-6">
      <title>Results</title>
      <p>This section summarizes some of the results of our CLEF 2001 submissions. Figure 1 displays the interpolated
precision-recall curves for the three languages. Considering the non-interpolated avg. precisions for type M and
type Nv runs in Table 1, one can see that morphological normalization does result in significant improvements1 in
effectiveness: 25% for German and Italian and even 54% for Dutch.</p>
      <p>Na¨ıve (Nv)
+ Morphological Analysis (M)</p>
      <sec id="sec-6-1">
        <title>Dutch</title>
        <p>0.1833
0.2833 (+54.6%)</p>
      </sec>
      <sec id="sec-6-2">
        <title>German</title>
        <p>0.3342
0.4172 (+24.8%)</p>
      </sec>
      <sec id="sec-6-3">
        <title>Italian</title>
        <p>0.3580
0.4485 (+25.3%)</p>
        <p>It is not obvious why the improvement for Dutch is so much bigger than for the other two languages. One reason
could be that our precision scores for Dutch are, in general, considerably lower than the precision scores for
German and Italian. Our results seems to suggest that the improvements brought about by compound splitting
(plus stemming) is independent from the underlying retrieval engine.</p>
      </sec>
      <sec id="sec-6-4">
        <title>Morphological Analysis (M) Title only (T)</title>
      </sec>
      <sec id="sec-6-5">
        <title>Dutch</title>
        <p>0.2833
0.2418 (-14.6%)</p>
      </sec>
      <sec id="sec-6-6">
        <title>German</title>
        <p>0.4172
0.3342 (-19.9%)</p>
      </sec>
      <sec id="sec-6-7">
        <title>Italian</title>
        <p>
          0.4485
0.1895 (-57.7%)
1Note that significant improvement here refers to the definition in [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], where changes of more than 5% are considered significant.
        </p>
        <p>AmsNlM
0.3440
0.3080
0.2667
0.2500
0.2173
0.1194
0.0767
0.0367
0.0193</p>
        <p>Dutch
AmsNlNv
0.2760
0.2280
0.2027
0.1840
0.1667
0.0890
0.0552
0.0264
0.0140
The experiments carried out here strongly confirm the believe that morphological normalization does improve
retrieval effectiveness significantly. Since the morphological analyses carried out in this paper were still rather
restricted, it would be interesting to see what impact additional analyses, e.g., stripping off prefixes and recognizing
nominalizations, would have. Another line of interesting questions concerns the relation between the topic drift
and the addition of parts of compounds.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>Christof Monz was supported by the Physical Sciences Council with financial support from the Netherlands
Organization for Scientific Research (NWO), project 612-13-001. Maarten de Rijke was supported by the Spinoza
project ‘Logic in Action’ and by grants from the Netherlands Organization for Scientific Research (NWO), under
project numbers 612-13-001, 365-20-005, 612.069.006, 612.000.106, and 220-80-001.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Baayen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Piepenbrock</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Gulikers</surname>
          </string-name>
          .
          <article-title>The CELEX lexical database (release 2). Distributed by the Linguistic Data Consortium</article-title>
          , University of Pennsylvania,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>C.</given-names>
            <surname>Buckley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Singhal</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitra</surname>
          </string-name>
          .
          <article-title>New retrieval approaches using SMART: TREC 4</article-title>
          . In D. Harman, editor,
          <source>Proceedings of the Fourth Text REtrieval Conference (TREC-4)</source>
          , pages
          <fpage>25</fpage>
          -
          <lpage>48</lpage>
          . NIST Special Publication 500-
          <issue>236</issue>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>W.</given-names>
            <surname>Frakes</surname>
          </string-name>
          .
          <article-title>Stemming algorithms</article-title>
          . In W. Frakes and R. Baeza-Yates, editors,
          <source>Information Retrieval: Data Strcutures &amp; Algorithms</source>
          , pages
          <fpage>131</fpage>
          -
          <lpage>160</lpage>
          . Prentice Hall,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D.</given-names>
            <surname>Harman</surname>
          </string-name>
          . How effective is suffixing?
          <source>Journal of the American Society for Information Science</source>
          ,
          <volume>42</volume>
          :
          <fpage>7</fpage>
          -
          <lpage>15</lpage>
          ,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>W.</given-names>
            <surname>Kraaij</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Pohlmann</surname>
          </string-name>
          .
          <article-title>Viewing stemming as recall enhancement</article-title>
          .
          <source>In Proceedings SIGIR'96</source>
          , pages
          <fpage>40</fpage>
          -
          <lpage>48</lpage>
          ,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>W.</given-names>
            <surname>Kraaij</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Pohlmann</surname>
          </string-name>
          .
          <article-title>Comparing the effect of syntactic vs. statistical phrase index strategies for Dutch</article-title>
          .
          <source>In Proceedings ECDL'98</source>
          , pages
          <fpage>605</fpage>
          -
          <lpage>617</lpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Singhal</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Buckley</surname>
          </string-name>
          .
          <article-title>Improving automatic query expansion</article-title>
          .
          <source>In Proceedings of the 21st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , pages
          <fpage>206</fpage>
          -
          <lpage>214</lpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>I.</given-names>
            <surname>Moulinier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>McCulloh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and E.</given-names>
            <surname>Lund</surname>
          </string-name>
          . West Group at 2001:
          <article-title>Non-English monolingual retrieval</article-title>
          .
          <source>In Proceedings CLEF-2000</source>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Porter</surname>
          </string-name>
          .
          <article-title>An algorithm for suffix stripping</article-title>
          .
          <source>Program</source>
          ,
          <volume>14</volume>
          (
          <issue>3</issue>
          ):
          <fpage>130</fpage>
          -
          <lpage>137</lpage>
          ,
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Rocchio</surname>
          </string-name>
          .
          <article-title>Relevance feedback in information retrieval</article-title>
          . In G. Salton, editor,
          <source>The SMART Retrieval System - Experiments in Automatic Document Processing. Prentice Hall</source>
          ,
          <year>1971</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>H.</given-names>
            <surname>Schmid</surname>
          </string-name>
          .
          <article-title>Probabilistic part-of-speech tagging using decision trees</article-title>
          .
          <source>In Proceedings of International Conference on New Methods in Language Processing</source>
          ,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>K. Sparck</given-names>
            <surname>Jones</surname>
          </string-name>
          .
          <article-title>Automatic indexing</article-title>
          .
          <source>Journal of Documentation</source>
          ,
          <volume>30</volume>
          (
          <issue>4</issue>
          ):
          <fpage>393</fpage>
          -
          <lpage>432</lpage>
          ,
          <year>1974</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>