<!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>NLEL-MAAT at CLEF-ResPubliQA</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Santiago Correa</string-name>
          <email>scorrea@dsic.upv.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Davide Buscaldi</string-name>
          <email>dbuscaldi@dsic.upv.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paolo Rosso. NLE Lab</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ELiRF Research Group</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universidad Politécnica de Valencia</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This report presents the work carried out at NLE Lab for the QA@CLEF-2009 competition. We used the JIRS passage retrieval system, which is based on redundancy, with the assumption that it is possible to find the response to a question in a large enough document collection. The retrieved passages are ranked depending on the number, length and position of the question n-grams structures found in the passages. The best results were obtained in monolingual English, while the worst results were obtained for French. We suppose the difference is due to the question style that varies considerably from one language to another.</p>
      </abstract>
      <kwd-group>
        <kwd>Question Answering</kwd>
        <kwd>Information Retrieval and Passage Retrieval</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>Multiple Language Question Answering Task</title>
      <p>In this task the systems receive in input natural language questions about knowledge of European law, and these,
in turn, should return a paragraph containing the response from the documents collection. This constitutes an
important difference with respect to previous QA tasks where the answer had to be extracted by the system. For
this reason we employed just the JIRS system instead of the complete QUASAR QA system we developed for
previous participations.</p>
      <p>The document collection is composed by the JRC-Acquis corpus3, containing the complete EU legislation,
including texts between the years 1950 to 2006 (in total 10,700 documents); these documents have been aligned
in parallel and were made available to the competition in the following languages: Bulgarian, Dutch, English,
French, German, Italian, Portuguese, Romanian and Spanish. The corpus is encoded in XML format according to
the TEI guidelines4. Each document have a title and is subdivided in a series of phrases, each one marked with
the "&lt;p&gt;" tag.</p>
      <p>The test set is composed of 500 questions that must be analyzed by the systems to return a paragraph that
contains the answer to the formulated question.
3</p>
    </sec>
    <sec id="sec-3">
      <title>The passage retrieval engine JIRS</title>
      <p>Nowadays, many passage retrieval systems are not targeted to the specific problem of finding answers, due to
the fact that they only take into account the keywords of the question to find the relevant passages. The
information retrieval system JIRS is a based on n-grams (an n-gram is a sequence of n adjacent words extracted
from a sentence or a question.) instead than keywords. JIRS is based on the premise that in a large collection of
documents, an n-gram associated with a question must be found in this collection at least once.</p>
      <p>JIRS starts searching the candidate passage with a standard keyword search that retrieves an initial set of
passages. These passages are ranked later depending on the number, position and length of the question n-grams
that are found in the passages. E.g.: suppose you have a publications database of a newspaper, using the JIRS
system and based on these documents you will find the answer to the question: “Who is the president of
Colombia?”; The system could retrieve the following two passages: "... Álvaro Uribe is the president of
Colombia ...” and “...Giorgio Napolitano is the president of Italy...”. Of course, the first passage should have
more relevance as it contains the 5-gram “is the president of Colombia”, while the second passage contains only
the 4-gram “is the president of”. To calculate the n-grams weight of each passage, first of all you must identify
the most relevant n-gram and assign to it an equal weight to the all weights sum of the terms. The weight of each
Where nk is the number of passages in which the term appears and N is the total number of passages in the
The similarity between a passage d and a question q is determinated by:
Where ℎ( ,   ) returns a weight for the j-gram x with respect to the set of j-grams (Dj) in the passage:
  = 1 − log ⁡(  )</p>
      <p>1+log ⁡( )
    ,</p>
      <p>=  =1  ∈ ℎ  ,</p>
      <p>=1  ∈ ℎ  , 
ℎ  ,  
=
0

 =1</p>
      <p>
        ∈  
  ℎ     
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
term is set to:
system.
      </p>
      <p>A more detailed description of the system JIRS can be found in [5].</p>
    </sec>
    <sec id="sec-4">
      <title>Adaptation of JIRS to the Task</title>
      <p>The data had to be preprocessed, due to the format of the collection employed in the ResPubliQA@CLEF-2009
competition, a subset of the JRC-ACQUIS Multilingual Parallel Corpus, this Corpus containing the total body of
European Union (EU) documents, of mostly legal nature. In particular, the subset is constituted by documents of
9 out of 22 languages. It consists of approximately of 10,700 parallel and aligned documents per language. The
documents cover various subject domains: economy, health, information technology, law, agriculture, food,
politics and more.</p>
      <p>To be able to use the JIRS system in this task, the documents were analysed and transformed for proper
indexing. Since JIRS uses passages as basic indexing unit, it was necessary to extract passages from the
documents. We consider any paragraph included between &lt;p&gt; tags as a passage. Therefore, each paragraph was
labelled with the name of the containing document and its paragraph number.</p>
      <p>Once the collection was indexed by JIRS, the system was ready to proceed with the search for the answers to
the questions provided by the competition. For each question, the system returned a list with the passages that
most likely contained the answer to the question, according to the JIRS weighting scheme. In an additional
experiment, we used the parallel collection to obtain a list of answers in different languages (Spanish, English,
Italian and French), choosing as the best answer the one that obtained the best score by JIRS and subsequently
taking the identifier of each paragraph (answer) for retrieving the aligned paragraph in the target language.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>We submitted four “pure” monolingual runs for the following languages: English, French, Italian and Spanish,
and in an additional experiment we exploited the parallel corpus to produce a monolingual Spanish run. This
experiment consisted in searching the question in all languages, and selecting the passage with the highest
similarity; finally, the returned passage was the Spanish alignment of this best passage. In Table 1 we show the
official results for the submitted runs.
From Figure 1 we can see that the result obtained in English were particularly good, while in French and
Spansish the percentage of wrong answers is very high. We did not expect this behaviour for the Spanish
language, since JIRS was developed specifically for the Spanish QA task. On the other hand, we expected the
French to be the language in which the system obtained the worst results, because of the results of the system at
previous QA competitions.</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>The difference between the best results (for English) and the worst ones (in French) is of 22%. This may
reflect the different way of formulating questions in each language. The abandonment of the Question
Classification and Answer Extraction phases, with respect to our previous participation in the CLEF QA tasks,
did not result particularly useful. In many cases, the right answer was available in a passage ranked lower, and
this could have been detected by checking the question type and determining if the passage contained a candidate
answer. We plan to re-introduce these modules for further participations, at least for the validation of the
returned passage, that is, to check if it contains the answer or not.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements References</title>
      <p>The work of the first author has been possible thanks to a scholarship funded by Maat Knowledge in the context
of the joint project with the Universidad Politécnica de Valencia “Módulo de servicios semánticos de la
plataforma G”. We also thank the TEXT-ENTERPRISE 2.0 TIN2009-13391-C04-03 research project.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Tellex</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Katz</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Marton</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <year>2003</year>
          .
          <article-title>Quantitative evaluation of passage retrieval algorithms for question answering</article-title>
          .
          <source>In Proceedings of the 26th Annual international ACM SIGIR Conference on Research and Development in informaion Retrieval</source>
          (Toronto, Canada,
          <source>July 28 - August 01</source>
          ,
          <year>2003</year>
          ).
          <source>SIGIR '03. ACM</source>
          , New York, NY,
          <fpage>41</fpage>
          -
          <lpage>47</lpage>
          . DOI= http://doi.acm.
          <source>org/10</source>
          .1145/860435.860445
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sacaleanu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>Experiments on robust NL question interpretation and multi-layered document annotation for a cross-language question/answering system. In Multilingual information access for text, speech and images</article-title>
          .
          <source>LNCS 3491</source>
          , pp.
          <fpage>411</fpage>
          -
          <lpage>422</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Callan</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          <year>1994</year>
          .
          <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>
          (Dublin, Ireland,
          <source>July 03 - 06</source>
          ,
          <year>1994</year>
          ). W. B. Croft and C. J. van Rijsbergen, Eds.
          <source>Annual ACM Conference on Research and Development in Information Retrieval</source>
          . Springer-Verlag New York, New York, NY,
          <fpage>302</fpage>
          -
          <lpage>310</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Buscaldi</surname>
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , JM Gomez, E. Sanchis:
          <article-title>N-Gram vs. Keyword-Based Passage Retrieval for Question Answering</article-title>
          .
          <source>CLEF</source>
          <year>2006</year>
          :
          <fpage>377</fpage>
          -
          <lpage>384</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Buscaldi</surname>
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , JM Gomez, E. Sanchis:
          <article-title>Answering Questions with an n-gram based Passage Retrieval Engine</article-title>
          .
          <source>Journal of Intelligent Information Systems (82)</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>