<!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>Using the Divergence Framework for Randomness: CHiC 2013 Lab Report</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Diana Tanase</string-name>
          <email>diana.tanase@my.westminster.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Westminster</institution>
          ,
          <addr-line>London</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>For this first participation to the CHiC Lab, we focused on understanding the challenges of working with a collection of cultural heritage objects with short textual descriptions and on how to fine-tune a set of weighting models from the probability models based on Divergence From Randomness to perform uniformly in monolingual and multilingual scenarios. The official runs submitted used PL2 as the retrieval model and query expansion for four monolingual runs for English and Italian, and two multilingual runs against an English-Italian collection. Our best results were obtained in the unofficial runs using DLH13 with stemming and stopwords removal.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The retrieval models we chose for these experiments are PL2 and DLH13. They
are DFR models obtained by instantiating the three components of the
framework: selecting a basic randomness model, applying the first normalization and
than normalizing the term frequencies. The mathematical formulas [4] describe
that terms with informative value abide by the distributional rule the more the
divergence of the within-document term-frequency from its frequency within the
collection, the more the information carried by the word t in the document d 1.
Our decision to consider DFR models was also based on the results reported
by [1], where similar retrieval performances are obtained across languages with
DFR models.</p>
      <p>PL2 weighting model – a Poisson model with Laplace after-effect and
second normalization for resizing the term frequency by document length.
score(d, Q) =
t∈Q</p>
      <p>
        1 tf n
qtw· tf n + 1 tf n·log2 λ
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
      </p>
      <p>DLH13 weighting model – a generalization of the hypergeometric model
in a binomial case (parameter free):
+(λ−tf n)·log2 e+0.5·log2(2π·tf n)
score(d, Q) =
t∈Q</p>
      <p>1
qtw· tf + 0.5 · log2(
tf · avg l N</p>
      <p>l · F
where the normalized term frequency is:
tf n = tf · log2(1 + c ·
avg l
l</p>
      <p>
        )
)+(l−tf ) log2(1−f )+0.5 log2 2πtf (1−f )
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
(3)
Notations:
tf is the within-document frequency of t in d
avgl is the average document length in the collection
l is the document length of d, which is the number of tokens in d
N is the number of document in the whole collection
F is the term frequency of t in the whole collection
nt is the document frequency of t
tf n is the normalized term frequency given by relation 3,
where c is a free parameter
λ is the variance and mean of a Poisson distribution. It is given by F/N and F is
much smaller than N
qtw is the query term weight given by qtf /qtfmax
qtf is the query term frequency and qtfmax is the maximum query term frequency
among the query terms
      </p>
      <p>We used only two of the 13 collections made available: the English collection
with 1107176 documents and the Italian Collection with 2120059 documents.
Prior experiments at CHiC were performed using Lucene, Solr, Indri, or Cheshire
[6], while in this setup we used Terrier Retrieval Platform [5]. After indexing,
1 http://terrier.org/docs/v3.5/dfr description.html
using the English tokeniser, respectively the UTF tokeniser we obtained two
indexes. The English index had 338248, while the Italian had 274009, with a
much larger number of tokens for Italian.
3</p>
    </sec>
    <sec id="sec-2">
      <title>Official Runs</title>
      <p>Our results presented in Table 1 are also described in finer detail in [3]. The
MAP was computed for the multilingual scenario, where a topic is in one source
language and the relevant documents can be in any of the different language
collections. We noticed that the query expansion did not always have a positive
impact on performance. This is a known issue with query expansion only working
well for queries which have a good top-ranked document set returned by the
firstpass retrieval. Also, based on query average precision 10 topics from the name
topic category had precision zero in the Italian runs (e.g isola di madeira, isole
falkland,sesame street).</p>
      <p>Model Query Expansion Stemming Stopwords
Run</p>
      <p>MAP</p>
      <p>PL2
PL2+Bo1</p>
      <p>PL2
PL2+Bo1</p>
      <p>PL2
PL2+Bo1
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x</p>
      <p>EN-EN 4.82
EN-EN 4.75
IT-IT 2.55</p>
      <p>IT-IT 2.89
EN - Mixed EN/IT 6.30</p>
      <p>IT - Mixed EN/IT 5.97</p>
      <p>Overall, our submission is slightly worse than the 5th best result obtained in
the multilingual ad-hoc evaluation (MAP 6.43%) and the results submitted only
used the English and Italian document collections. We merged the result lists
from monolingual retrievals and ordered them based on the score(d, Q) values.
This was possible in this instance because the collections had a comparable
number of terms.
4</p>
      <p>Monolingual Explorations
The PL2 is a parametric model, so the parameter we set a-priori could not be
tuned without relevance assessments, and for a second set of experiments we
opted for the DLH13 weighting model a parameter-free weighting model, with
all its variables being set automatically from the collection statistics.</p>
      <p>In the unofficial runs, we varied the conditions for each of them by using light
NLP processing (stemming, stopwords removal), query expansion, and query
enrichment by adding new terms for each query based on Google’s auto-complete
feature.</p>
      <p>Model Query Expansion Stemming Stopwords Query Enrichment M APEN M APIT
DLH13
DLH13
DLH13
DLH13
DLH13
DLH13
DLH13
DLH13
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x
x</p>
      <p>Across the different setups (see Figure 1 and Figure 2), we noticed that the
stemming and stopwords removal with DLH13 produces the most consistent
results. We repeated the multilingual retrieval obtaining an improved MAP of
8.73% with only topic CHIC–91 (navi di colombo) having precision zero, an
elusive query-topic with a 1.86 mean statistics for the number of relevant retrieved
documents.</p>
      <p>Precision at 1 : 0.6400
Precision at 2 : 0.6600
Precision at 3 : 0.6467
Precision at 4 : 0.6250
Precision at 5 : 0.5920
Precision at 10 : 0.5380
Precision at 15 : 0.5013
Precision at 20 : 0.4740
Precision at 30 : 0.4400
Precision at 50 : 0.3848
Precision at 100 : 0.3066
Precision at 200 : 0.2148
Precision at 500 : 0.1146
Precision at 1000 : 0.0665</p>
      <sec id="sec-2-1">
        <title>Average Precision: 8.73</title>
        <p>Precision at 0%: 1.4081
Precision at 10%: 0.6428
Precision at 20%: 0.2661
Precision at 30%: 0.1178
Precision at 40%: 0.0436
Precision at 50%: 0.0082
Precision at 60%: 0.0000
Precision at 70%: 0.0000
Precision at 80%: 0.0000
Precision at 90%: 0.0000
Precision at 100%: 0.0000</p>
      </sec>
      <sec id="sec-2-2">
        <title>R-Precision: 14.30</title>
        <p>The CHiC Lab 2013 Ad-Hoc Multilingual Task allowed us to experiment with
two probabilistic models from the DFR family. The DLH13 outperformed PL2
in this instance, but with further tuning of the parameters for PL2 this could
be reversed. We will continue to further our work using the topics and the
Europeana collection having acquired the necessary baseline experience to expand
to more languages from the collection.
3. Nicola Ferro and Ivano Masiero. Appendix CHiC 2013 Evaluation Lab. http://www.
promise-noe.eu/documents/10156/8f6af376-8095-48c1-badf-e317c4efdd46,
2013.
4. Craig Macdonald, Ben He, Vassilis Plachouras, and Iadh Ounis. University of at
2005: Experiments in terabyte and enterprise tracks with terrier. In In Proceedings
of TREC-05, 2005.
5. I. Ounis, G. Amati, Plachouras V., B. He, C. Macdonald, and Johnson. Terrier
Information Retrieval Platform. In Proceedings of the 27th European Conference
on IR Research (ECIR 2005), volume 3408 of Lecture Notes in Computer Science,
pages 517–519. Springer, 2005.
6. Vivien Petras, Nicola Ferro, Maria Gde, Antoine Isaac, Michael Kleineberg, Ivano
Masiero, Mattia Nicchio, and Juliane Stiller. Cultural Heritage in CLEF (CHiC)
Overview 2012. In Pamela Forner, Jussi Karlgren, and Christa Womser-Hacker,
editors, CLEF (Online Working Notes/Labs/Workshop), 2012.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Mitra</given-names>
            <surname>Akasereh</surname>
          </string-name>
          , Nada Naji, and
          <string-name>
            <given-names>Jacques</given-names>
            <surname>Savoy</surname>
          </string-name>
          . Unine at clef
          <year>2012</year>
          . In Pamela Forner, Jussi Karlgren, and
          <string-name>
            <surname>Christa</surname>
          </string-name>
          Womser-Hacker, editors,
          <source>CLEF (Online Working Notes/Labs/Workshop)</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>G.</given-names>
            <surname>Amati</surname>
          </string-name>
          and
          <string-name>
            <given-names>C. J. Van</given-names>
            <surname>Rijsbergen</surname>
          </string-name>
          .
          <article-title>Probabilistic models of information retrieval based on measuring divergence from randomness</article-title>
          .
          <source>ACM Transactions on Information Systems</source>
          ,
          <volume>20</volume>
          (
          <issue>4</issue>
          ):
          <fpage>357</fpage>
          -
          <lpage>389</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>