<!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>
        <contrib contrib-type="author">
          <string-name>Label IG Calculating</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>M.C. D ́ıaz-Galiano, M.T. Mart ́ın-Valdivia, M.A. Garc ́ıa-Cumbreras, L.A. Uren ̃a-Lo ́pez University of Ja ́en. Departamento de Inform ́atica Grupo Sistemas Inteligentes de Acceso a la Informaci ́on Campus Las Lagunillas</institution>
          ,
          <addr-line>Ed. A3, E-23071, Ja ́en</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2007</year>
      </pub-date>
      <abstract>
        <p>This paper describes the first participation of the SINAI team in the CLEF 2007 CLSR track. This year, we only want to establish a first contact with the task and the collections. Thus, we have pre-processed the collection using the Information Gain technique in order to filter the labels with most relevant information. We have used the LEMUR toolkit as the Information Retrieval system in our experiments.</p>
      </abstract>
      <kwd-group>
        <kwd>Spoken Document Retrieval</kwd>
        <kwd>Information Gain</kwd>
        <kwd>Label filtering</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Introduction</p>
      <p>
        Label Selection with Information Gain
We have used the Information Gain measure [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] to select the best XML tags in the collection. Once
the document collection was generated, experiments were conducted with the LEMUR retrieval
information system, applying the Kl-divergence weighing scheme.
      </p>
      <p>The method applied consists in computing the Information Gain for each label in the collection.
Let C be the set of cases and E the value set for the E tag. Then, the formula that we have to
compute must obey the following expression:</p>
      <p>IG(C|E) = H(C) − H(C|E)
where</p>
      <p>IG(C|E)</p>
      <p>H(C)
H(C|E)
is the Information Gain for the E label,
is the entropy and of the set of cases C
is the relative entropy of the set of cases C conditioned by the E
label</p>
      <p>Both, H(C) and H(C|E) are calculated basing them on the frequencies of occurrence of the
labels according to the combination of words which they represent. After some basic operations,
the final equation for the computation of the Information Gain supplied by a given tag E over the
set of cases C is defined as follows:</p>
      <p>IG(C|E) = − log2 |C| + |E| |Cej | log2 |Cej |
1 1</p>
      <p>j=1 |C|</p>
      <p>For each tag in the collection, its Information Gain is computed. Then, the tags selected to
compose the final collection are those showing higher values of Information Gain. Once the
document collection was generated, experiments were conducted with the LEMUR retrieval information
system, by applying the Kl-divergence weighing scheme.
3</p>
      <p>Experiment Description and Results
Our main goal is to study the effectiveness of filtering tags using Information Gain in the text
collection. For that purpose, we have accomplished several experiments using all the tags in the
collection to identify the best tag percentage with experiments preserving 10%, 20%...100% of
tags (Figure 1). It is important to note that rare values of a label lead to very high Information
Gain values as said for the DOCNO label, whose values are unique for each document. This is the
expected behaviour for Information Gain, because by knowing the DOCNO label we could retrieve
the exact document. Unfortunately, this label is useless, since we expect to retrieve documents
based on the content of the other documents. For this reason we calculate a new value based on
document frecuency (DF). The labels with low DF are put in the bottom of the list. Table 1 shows
the Information Gain values of the collection labels, sorted by Information Gain and aplicating
DF reordering.</p>
      <p>Therefore, we have run ten experiments (with ten Information Gain collections) for each list
of topics in English, Dutch, French, German and Spanish. However, we have only sent five runs,
since the organization limited the number of submits.</p>
      <p>French, German and Spanish topics have been translated to English using a translation module.</p>
      <p>
        As translation module we have used SINTRAM (SINai TRAnslation Module), our Machine
Translation system that works with different online machine translators and that implements some
heuristics[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>SINTRAM uses some online Machine Translators for each language pair and implements some
heuristics to combine the different translations. After a complete research we have found that the
best translators were:
(1)
(2)</p>
    </sec>
    <sec id="sec-2">
      <title>Collection 10%</title>
    </sec>
    <sec id="sec-3">
      <title>IG Filtering</title>
    </sec>
    <sec id="sec-4">
      <title>Collection 20%</title>
    </sec>
    <sec id="sec-5">
      <title>Collection 30%</title>
      <p>...</p>
    </sec>
    <sec id="sec-6">
      <title>List of labels sort by IG</title>
    </sec>
    <sec id="sec-7">
      <title>Collection 100%</title>
      <p>In our first participation in CLEF CL-SR we have used Information Gain in order to find the best
tags in the collection. The experiment accomplished show the best tags is the SUMMARY label.
However, the obtained results are not successful. At the moment we are investigating the reasons
of these unexpected results.</p>
      <p>Nevertheless, results of cross-lingual experiments show that Spanish and Dutch translation are
better than other experiments. The Spanish experiments confirm the good results obtained in the
ImageCLEF ad-hoc task this year.</p>
      <p>Labels IG
DOC/SUMMARY 12.9834
DOC/ASRTEXT2004A 12.9792
DOC/ASRTEXT2006B 12.9775
DOC/AUTOKEYWORD2004A2 12.9574
DOC/AUTOKEYWORD2004A1 12.9521
DOC/ASRTEXT2006A 12.6676
DOC/MANUALKEYWORD 12.6091
DOC/ASRTEXT2003A 12.5953
DOC/NAME 11.9277
DOC/INTERVIEWDATA 8.4755
DOC/DOCNO 12.9844
This project has been partially supported by a grant from the Spanish Government, project
TIMOM (TIN2006-15265-C06-03).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Uren</given-names>
            <surname>˜</surname>
          </string-name>
          a-L´opez, L.A.,
          <string-name>
            <given-names>D</given-names>
            <surname>´</surname>
          </string-name>
          ıaz-Galiano,
          <string-name>
            <given-names>M.C.</given-names>
            ,
            <surname>Montejo-Raez</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          ,
          <article-title>and Mart´ın-</article-title>
          <string-name>
            <surname>Valdivia</surname>
          </string-name>
          , M.T.:
          <article-title>The Multimodal Nature of the Web: New Trends in Information Access. UPGRADE (The European Journal for the Informatics Professional)</article-title>
          .
          <source>Monograph: Next Generation Web Search</source>
          , pp.
          <fpage>27</fpage>
          -
          <lpage>33</lpage>
          .
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Quinlan</surname>
            ,
            <given-names>J.R.</given-names>
          </string-name>
          :
          <source>Induction of Decision Trees Machine Learning, (1)</source>
          ,
          <fpage>81</fpage>
          -
          <lpage>106</lpage>
          .
          <year>1986</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Pedersen</surname>
            ,
            <given-names>J.O.:</given-names>
          </string-name>
          <article-title>A Comparative Study on Feature Selection in Text Categorization</article-title>
          .
          <source>Proceedings of ICML-97, 14th International Conference on Machine Learning</source>
          .
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4] Mitchell,
          <string-name>
            <surname>T.</surname>
          </string-name>
          :
          <article-title>Machine Learning</article-title>
          .
          <source>McGraw Hill</source>
          .
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Xiang</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Information-Theoretic Measures for Anomaly Detection (</article-title>
          <year>2001</year>
          ).
          <source>Proc. of the 2001 IEEE Symposium on Security and Privacy</source>
          .
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Oard</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G.J.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>White</surname>
            ,
            <given-names>R.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pecina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soergel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Shafran</surname>
          </string-name>
          , I.:
          <article-title>Overview of the CLEF-2006 Cross-Language Speech Retrieval Track</article-title>
          .
          <source>In Proceedings of the Cross Language Evaluation Forum (CLEF</source>
          <year>2006</year>
          ),
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Cover</surname>
            ,
            <given-names>T.M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Thomas</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          :
          <article-title>Elements of Information Theory, Second Edition</article-title>
          .
          <source>WileyInterscience. July</source>
          <year>2006</year>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Garc</surname>
          </string-name>
          <article-title>´ıa-</article-title>
          <string-name>
            <surname>Cumbreras</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uren˜</surname>
            a-L´opez,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <article-title>Mart´ınez-</article-title>
          <string-name>
            <surname>Santiago</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Perea-Ortega</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          :
          <string-name>
            <given-names>BRUJA</given-names>
            <surname>System</surname>
          </string-name>
          . The University of Ja´
          <article-title>en at the Spanish task of QA@CLEF 2006</article-title>
          .
          <article-title>In Proceedings of the Cross Language Evaluation Forum (CLEF</article-title>
          <year>2006</year>
          ),
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>