<!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>Cross Lingual Question Answering using QRISTAL for CLEF 2008</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Dominique Laurent</string-name>
          <email>dlaurent@synapse-fr.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Patrick Séguéla</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sophie Nègre</string-name>
          <email>sophie.negre@synapse-fr.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Synapse Développement 33 rue Maynard</institution>
          ,
          <addr-line>31000 Toulouse</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2005</year>
      </pub-date>
      <abstract>
        <p>QRISTAL [10], [13] is a question answering system making intensive use of natural language processing both for indexing documents and extracting answers. It ranked first in the EQueR evaluation campaign (Evalda, Technolangue [4]) and in first rank in French for CLEF 2005, 2006 and 2007 [11], [12], [14]. This article describes the improvements of the system since last year. Then, it presents our benchmarked results for the CLEF 2008 campaign and a critical description of the system. Since Synapse Développement is participating to Quaero project, QRISTAL is most likely to be integrated in a mass market search engine in the forthcoming years.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <sec id="sec-1-1">
        <title>For each language, a linguistic module analyzes questions and searches for potential answers. For CLEF 2008,</title>
        <p>the French, English and Portuguese modules were used for question analysis. Only the French module was used
for answers extraction. The French and English modules are developed by Synapse Développement, modules for
other languages are developed by different companies, for example Priberam for Portuguese [1], [2], [3], [5].</p>
      </sec>
      <sec id="sec-1-2">
        <title>These different modules share a common architecture and similar resources (general taxonomy, typology of</title>
        <p>questions and answers and terminological fields).</p>
        <p>For French, our system is based on the Cordial technology. It massively uses NLP tools, such as syntactic
analysis, semantic disambiguation, anaphora resolution, metaphor detection, handling of converses, named
entities extraction as well as conceptual and domain recognition. As the product is being marketed, the linguistic
resources need to be permanently updated and it required a constant optimization of the various modules so that
the software remains extremely fast. Users are now accustomed to obtain something that looks like an answer
within a very short time, not exceeding two seconds.</p>
      </sec>
      <sec id="sec-1-3">
        <title>The architecture of the Qristal system is described in different articles (see [10], [11], [12], [13], [14]). Qristal is a complete engine for indexation and answers extraction. However, it doesn't index the Web. Indexing is processed only for documents based on disks. Web search uses a meta-search engine we have implemented. As</title>
        <p>we will see in the conclusion, our participation to Quaero project is changing this way of use by tagging
semantically the Web pages.</p>
      </sec>
      <sec id="sec-1-4">
        <title>Our company is responsible for the indexing process of Qristal. Moreover, it ensures the integration and</title>
        <p>interoperability between all linguistic modules. The Portuguese module was developed by the Priberam Company
which also takes part in CLEF 2005 for Portuguese monolingual and in CLEF 2006 for Spanish and Portuguese
monolingual, and for Spanish-Portuguese and Portuguese-Spanish multilingual tasks [1], [2], [3], [5]. The Polish
module was developed by the TiP Company. The Czech module is developed by the University of Economics of</p>
      </sec>
      <sec id="sec-1-5">
        <title>Prague (UEP). These modules were developed within the European projects TRUST [8] (Text Retrieval Using</title>
      </sec>
      <sec id="sec-1-6">
        <title>Semantic Technologies) and M-CAST (Multilingual Content Aggregation System based on TRUST Search</title>
      </sec>
      <sec id="sec-1-7">
        <title>Engine).</title>
      </sec>
      <sec id="sec-1-8">
        <title>While indexing documents, the technology automatically identifies the document language of and the system</title>
        <p>calls the corresponding language module. There are as many indexes as languages identified in the corpus.</p>
      </sec>
      <sec id="sec-1-9">
        <title>Documents are treated per blocks. The size of each block is approximately 1 kilobyte. Block limits are settled on the end of sentences or paragraphs. This size of block (1 kb) appeared to be optimal during our tests. Some indexes relate to blocks like fields or taxonomy whereas other relate to words, like idioms or named entities.</title>
      </sec>
      <sec id="sec-1-10">
        <title>Each linguistic module processes a syntactic and semantic analysis for each block to be indexed. It fills a</title>
        <p>complete structure of data for each sentence. This structure is passed to the general processor that uses it to
increment the various indexes. This description is accurate for the French module. Other language modules are
very close to that framework but don't always include all its elements. For example, English and Italian modules
do not include an indexing based on heads of derivation.</p>
      </sec>
      <sec id="sec-1-11">
        <title>Texts are converted into Unicode. Then, they are divided into one kilobyte blocks. This reduces the index size as</title>
        <p>only the number of occurrences per block is stored for a given lemma. This number of occurrences is used to
infer the relevance of each block while searching a given lemma in the index. In fact we here use lemmas but the
system stores heads of derivation and not lemmas. For example, symmetric, symmetrical, asymmetry,
dissymmetrical or symmetrize will be indexed in the same entry : symmetry.
3</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Improvements since CLEF 2007</title>
      <sec id="sec-2-1">
        <title>For CLEF 2008, we used our same technology and system, in mono and multilingual mode [9], but with some improvements.</title>
      </sec>
      <sec id="sec-2-2">
        <title>Last year, we participated only in monolingual task French-French. Our results were good (54% of right answers) but we seen that, if the results were comparable to precedent years for news corpus (65%), the results on Wikipedia corpus were not good (32%). The reasons of these bad results with Wikipedia corpus are :</title>
        <p>•
•
•
no redundancy in the Wikipedia corpus. For example the area of a country or a region can be found
generally in only one article and one time.
a complex format, nearest of database than news or classical Web pages. Many important information is
given in tables with a specific coded format.
the titles of the pages, with the Redirect system of Wikipedia pages, are often far from the named
entities relative to these pages.</p>
      </sec>
      <sec id="sec-2-3">
        <title>For CLEF 2007, we made an error with the elimination of all the Redirect pages. For CLEF 2008, we indexed</title>
        <p>these Redirect pages and managed the links between these Redirect pages and the redirected pages. Knowing that
sequences of questions have often the answers in the same page, we give a higher score to the first best ranked
pages of the first question for the other questions of the sequence. Finally, we reduced the importance of
redundancy, decreasing the score of similar answers in different pages.</p>
      </sec>
      <sec id="sec-2-4">
        <title>For CLEF 2008, we also revised our management of Named Entities and Anaphora. For Named Entities, we enhanced our dictionary of Proper Nouns synonyms (in fact Named Entities synonyms). For Anaphora, we - 2 –</title>
        <p>improved our management of possible references, keeping more information about the semantic characteristics of
these possible references.
4</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results for CLEF 2008</title>
      <p>QRISTAL was evaluated for CLEF 2008 for French to French, English to French and Portuguese to French. That
is 1 monolingual and 2 multilingual campaigns. For each one of these tasks, we processed only one run.
60,00%
%
0
5
,
6
5
%
0
5
,
8
1
%
0
5
,
6
1</p>
      <sec id="sec-3-1">
        <title>French</title>
      </sec>
      <sec id="sec-3-2">
        <title>French</title>
      </sec>
      <sec id="sec-3-3">
        <title>English</title>
      </sec>
      <sec id="sec-3-4">
        <title>French</title>
      </sec>
      <sec id="sec-3-5">
        <title>Portuguese</title>
      </sec>
      <sec id="sec-3-6">
        <title>French</title>
      </sec>
      <sec id="sec-3-7">
        <title>QRISTAL</title>
        <p>INCORPORER</p>
        <sec id="sec-3-7-1">
          <title>For French to French, these results are a little better than those we obtained for the CLEF 2007. For English</title>
        </sec>
        <sec id="sec-3-7-2">
          <title>French and for Portuguese-French, the results are bad and we will give far away the possible reasons.</title>
          <p>5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Comparing CLEF 2008 to CLEF 2007</title>
      <sec id="sec-4-1">
        <title>In theory, the CLEF 2008 campaign was to be similar to the campaign of the previous year. In fact, at least for</title>
      </sec>
      <sec id="sec-4-2">
        <title>French, the CLEF 2008 evaluation was different and, finally, sharply more difficult than CLEF 2007 !</title>
        <p>Firstly, if we look the number of sequences for CLEF 2007 and CLEF 2008, we see that the percentage of unique
questions in a sequence was 41% last year and 25% this year, and the number of sequences was 124 in 2007 and
110 this year. This means that a system which don't manage anaphora have a potential optimum of 62% last year
and 55% this year.</p>
        <p>Number of sequences
Sequences w ith 1
question
CLEF 2007</p>
        <p>CLEF 2008</p>
      </sec>
      <sec id="sec-4-3">
        <title>These simple percentages show the higher difficulty of CLEF 2008 evaluation for French. But many other data</title>
        <p>can complete this first impression. If you look to the questions of CLEF 2007, you can see that many questions in
sequences have in fact no reference to precedent questions in the sequence and don't integrate any anaphora. In</p>
      </sec>
      <sec id="sec-4-4">
        <title>CLEF 2007, we have 76 questions inside sequences (in 2nd, 3rd or 4th position) and only 40 anaphora, with only</title>
        <p>one implicit anaphora (question 57 : Qui était considéré comme le chef du commando ?). In CLEF 2008, we
have 90 questions inside sequences (in 2nd, 3rd or 4th position) and 69 anaphora, with 5 implicit anaphora
(questions 112, 154, 155, 156, 189). So the number of anaphora increased from 20% to 34,5% of the questions
(in fact, about 70% more of anaphora !)</p>
      </sec>
      <sec id="sec-4-5">
        <title>The lists are another big difference between CLEF 2007 and CLEF 2008. In CLEF 2007, there were 9 list</title>
        <p>questions (4,5%), all with the number of answers given in the questions (5, 41, 47, 67, 81, 115, 120, 194, 196). In</p>
      </sec>
      <sec id="sec-4-6">
        <title>CLEF 2008, we have 29 list questions (14,5%) and only two questions with the number of answers given in the</title>
        <p>question (26, 163). So, the percentage of list questions is more than 3 times higher than last year with a greatest
difficulty coming from the absence of number of elements...</p>
        <p>
          The questions with temporal restrictions were 39 in 2007 (
          <xref ref-type="bibr" rid="ref1 ref10 ref3">7, 10, 17, 19, 32, 33, 35, 36, 38, 39, 40, 41, 45, 46, 48,
52, 69, 70, 83, 86, 88, 101, 102, 106, 114, 120, 125, 127, 138, 139, 140, 145, 147, 148, 149, 167, 169, 175, 191</xref>
          )
and, in these questions, no one includes an anaphora. This year, the questions with temporal restrictions were 69
and 22 include at least one anaphora !
        </p>
      </sec>
      <sec id="sec-4-7">
        <title>But the biggest difference between CLEF 2007 and CLEF 2008 is the corpus of the answers ! If the corpora used for CLEF 2007 and CLEF 2008 were exactly the same (news and Wikipedia), the corpus where the answers can be found are not the same : CLEF 2007</title>
        <p>CLEF 2007 (%)
CLEF 2008
CLEF 2008 (%)</p>
      </sec>
      <sec id="sec-4-8">
        <title>News</title>
      </sec>
      <sec id="sec-4-9">
        <title>News + Wikipedia</title>
      </sec>
      <sec id="sec-4-10">
        <title>Wikipedia</title>
        <p>NIL
96
21
74
9
43
14
131
12
22,9 %
7,4 %</p>
      </sec>
      <sec id="sec-4-11">
        <title>If we imagine a system which manages only news corpus, his higher possible score was 61,3 % last year and only</title>
        <p>30,3 % this year ! Because we know that Wikipedia is a very difficult corpus for Question-Answering, this
strongly contributed to increase the difficulties from 2007 till 2008. If we look the size of Wikipedia corpus by
comparison with news corpus, the percentage of answers in Wikipedia corpus is probably representative this year
of the respective sizes, but, by comparison with CLEF 2007, the difficulty is higher.
6</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <sec id="sec-5-1">
        <title>By comparison with CLEF 2007, our results in French-French are good, knowing that the answers were needed to be found essentially in Wikipedia pages, with a high proportion of lists questions (14,5 %), anaphora resolution (38 %) and temporal restrictions (34,5%). For English-French and Portuguese-French, our results are</title>
        <p>bad, but all the characteristics described above (many anaphora, list questions, temporal restrictions, etc.) are
very penalizing for our system and, more generally, for multilingual Question-Answering.</p>
      </sec>
      <sec id="sec-5-2">
        <title>For us, this type of evaluation has no real sense in multilingual. Translate the question, then translate the possible answers to obtain elements to integrate in the next questions of a sequence is very far of the reality, where no one use a system made for a language with another language and with sequences of questions and anaphora. So, finally, CLEF 2008 and CLEF 2007 have only signification in monolingual tracks.</title>
      </sec>
      <sec id="sec-5-3">
        <title>The improvements made on our system since one year (from CLEF 2007 till CLEF 2008) have been useful, even if the results are not really superior, because the complexity of the questions is bigger and the extraction of answers is more difficult in Wikipedia than in news. But we are not sure that some improvements, specially to take into account the Redirect pages have a sense outside of the CLEF evaluations !</title>
      </sec>
      <sec id="sec-5-4">
        <title>Our participation to Quaero project changes now our point of view and we prepare in this project new QA evaluations using millions pages from the Web as corpus and real requests of users to test our systems. Our intention is to evaluate our technologies with real user cases and in real context, measuring not only the quality of the answers but also, for example, the response time.</title>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <sec id="sec-6-1">
        <title>The authors thank all the engineers and linguists that took part in the development of QRISTAL. They also thank</title>
        <p>the Portuguese company Priberam for allowing them to use their module for question analysis in Portuguese.</p>
      </sec>
      <sec id="sec-6-2">
        <title>They finally thank the European Commission which supported our development efforts through TRUST and M</title>
      </sec>
      <sec id="sec-6-3">
        <title>CAST projects, and the AII and Oseo for support the present development efforts through QUAERO and</title>
      </sec>
      <sec id="sec-6-4">
        <title>OpenSem projects.</title>
        <p>[1] AMARAL C., LAURENT D., MARTINS A., MENDES A., PINTO C. (2004), Design &amp; Implementation of a
Semantic Search Engine for Portuguese, Proceedings of the Fourth Conference on Language Resources and
Evaluation.
[2] AMARAL C., FIGUEIRA H., MARTINS A., MENDES A., MENDES P., PINTO C. (2005), Priberam's question
answering system for Portuguese, Working Notes for the CLEF 2005 Workshop, 21-23 September, Wien,</p>
      </sec>
      <sec id="sec-6-5">
        <title>Austria.</title>
        <p>[3] AMARAL C., CASSAN A., FIGUEIRA H., MARTINS A., MENDES A., MENDES P., PINTO C., VIDAL D. (2007).
Priberam’s question answering system in QA@CLEF 2007, Working Notes for the CLEF 2007, 19-21
september 2007, Budapest, Hungary.
[4] AYACHE C., GRAU B., VILNAT A. (2005), Campagne d'évaluation EQueR-EVALDA : Évaluation en
question-réponse, TALN 2005, 6-10 juin 2005, Dourdan, France, tome 2. – Ateliers &amp; Tutoriels, p. 63-72.
[5] CASSAN A., FIGUEIRA H., MARTINS A., MENDES A., MENDES P., PINTO C., VIDAL D. (2007). Priberam’s
question answering system in a Cross-lingual environment, CLEF 2006, Working Notes for the CLEF 2006,
2022 september 2006, Alicante, Spain.
[6] GRAU B.. (2004), L'évaluation des systèmes de question-réponse, Évaluation des systèmes de traitement de
l'information, TSTI, p. 77-98, éd. Lavoisier.
[8] HARABAGIU S., MOLDOVAN D., CLARK C., BOWDEN M., WILLIAMS J., BENSLEY J. (2002), Answer Mining
by Combining Extraction Techniques with Abductive Reasoning, Proceedings of The Twelfth Text Retrieval
Conference (TREC 2003).</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>GRAU B.</given-names>
            ,
            <surname>MAGNINI</surname>
          </string-name>
          <string-name>
            <surname>B.</surname>
          </string-name>
          (
          <year>2007</year>
          ),
          <article-title>Préface, Réponses à des questions, Traitement automatique des langues</article-title>
          , volume
          <volume>46</volume>
          - n°3/2005, Hermès, Lavoisier, Paris,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [9]
          <string-name>
            <surname>LAURENT D.</surname>
          </string-name>
          ,
          <string-name>
            <surname>VARONE M.</surname>
          </string-name>
          ,
          <string-name>
            <surname>AMARAL C.</surname>
          </string-name>
          ,
          <string-name>
            <surname>FUGLEWICZ P.</surname>
          </string-name>
          (
          <year>2004</year>
          ),
          <article-title>Multilingual Semantic and Cognitive Search Engine for Text Retrieval Using Semantic Technologies</article-title>
          ,
          <source>First International Workshop on Proofing Tools and Language Technologies</source>
          , Patras, Grèce.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [10]
          <string-name>
            <surname>LAURENT D.</surname>
          </string-name>
          ,
          <string-name>
            <surname>SEGUELA P.</surname>
          </string-name>
          (
          <year>2005</year>
          ), QRISTAL, système de Questions-Réponses,
          <string-name>
            <surname>TALN</surname>
          </string-name>
          <year>2005</year>
          ,
          <volume>6</volume>
          -
          <fpage>10</fpage>
          juin
          <year>2005</year>
          , Dourdan, France, tome
          <volume>1</volume>
          . -Conférences principales, p.
          <fpage>53</fpage>
          -
          <lpage>62</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [11]
          <string-name>
            <surname>LAURENT D.</surname>
          </string-name>
          ,
          <string-name>
            <surname>SÉGUÉLA P</surname>
          </string-name>
          , NÈGRE S. (
          <year>2005</year>
          ),
          <article-title>Cross-Lingual Question Answering using QRISTAL for CLEF 2005</article-title>
          ,
          <source>Working Notes for the CLEF</source>
          <year>2005</year>
          ,
          <volume>21</volume>
          -
          <fpage>23</fpage>
          september
          <year>2005</year>
          , Wien, Austria.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [12]
          <string-name>
            <surname>LAURENT D.</surname>
          </string-name>
          ,
          <string-name>
            <surname>SÉGUÉLA P</surname>
          </string-name>
          , NÈGRE S. (
          <year>2005</year>
          ),
          <article-title>Cross-Lingual Question Answering using QRISTAL for CLEF 2006</article-title>
          ,
          <source>Working Notes for the CLEF</source>
          <year>2006</year>
          ,
          <volume>20</volume>
          -
          <fpage>22</fpage>
          september
          <year>2006</year>
          , Alicante, Spain.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>LAURENT D.</given-names>
            , NEGRE S.,
            <surname>SEGUELA</surname>
          </string-name>
          <string-name>
            <surname>P</surname>
          </string-name>
          , (
          <year>2005</year>
          ),
          <article-title>QRISTAL, le QR à l'épreuve du public</article-title>
          .
          <source>Traitement automatique des langues</source>
          , volume
          <volume>46</volume>
          - n°3/2005, Hermès, Lavoisier, Paris,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [14]
          <string-name>
            <surname>LAURENT D.</surname>
          </string-name>
          ,
          <string-name>
            <surname>SEGUELA P</surname>
          </string-name>
          , NEGRE S. (
          <year>2005</year>
          ),
          <article-title>Cross-Lingual Question Answering using QRISTAL for CLEF 2007</article-title>
          ,
          <source>Working Notes for the CLEF</source>
          <year>2007</year>
          ,
          <volume>19</volume>
          -
          <fpage>21</fpage>
          september
          <year>2007</year>
          , Budapest, Hungary.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [15]
          <string-name>
            <surname>LAURENT D.</surname>
          </string-name>
          (
          <year>2006</year>
          ),
          <article-title>Industrial concerns of a Question-Answering system ?</article-title>
          ,
          <source>EACL</source>
          <year>2006</year>
          ,
          <string-name>
            <surname>Workshop</surname>
            <given-names>KRAQ</given-names>
          </string-name>
          , April 3 2006, Trento, Italia.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [16]
          <string-name>
            <surname>LAURENT D.</surname>
          </string-name>
          ,
          <string-name>
            <surname>SÉGUÉLA P</surname>
          </string-name>
          , NÈGRE S. (
          <year>2006</year>
          ),
          <article-title>QA better than IR ?</article-title>
          ,
          <source>EACL</source>
          <year>2006</year>
          ,
          <string-name>
            <surname>Workshop</surname>
            <given-names>MLQA</given-names>
          </string-name>
          <source>'06, April 4</source>
          <year>2006</year>
          , Trento, Italia.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [17]
          <string-name>
            <surname>VOORHEES E. M..</surname>
          </string-name>
          <article-title>(2003), Overview of the TREC 2003 Question Answering Track</article-title>
          , NIST,
          <fpage>54</fpage>
          -
          <lpage>68</lpage>
          (http://trec.nist.gov/pubs/trec12/t12_proceedings.html).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>