<!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>FBK-irst at CLEF 2007</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Milen Kouylekov</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Matteo Negri</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bernardo Magnini</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Trento</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Italy</string-name>
        </contrib>
      </contrib-group>
      <fpage>2</fpage>
      <lpage>5</lpage>
      <abstract>
        <p>This report presents the outcomes of the activity carried out at FBK-irst for the participation in the CLEF-2007 Main QA track. Both the major improvements over last year's version of the DIOGENE system, and the results achieved in the evaluation exercise are reported. The main novelties in this year's setting of the Main QA Task at CLEF are represented by: Introduction of topic-related questions. Questions, possibly referring to each other through anaphoric expressions, are organized into clusters related to a speci c topic. Extended answer search space. Besides the past years document collection, Wikipedia articles were added as a possible answer source.</p>
      </abstract>
      <kwd-group>
        <kwd>Question answering</kwd>
        <kwd>Wikipedia</kwd>
        <kwd>Anaphoric expressions processing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>This year the dataset provided by the organizers included a dump of the Wikipedia articles. The
resulting new dataset posed new problems that had to be addressed, including:</p>
      <sec id="sec-1-1">
        <title>Processing Wikipedia Articles</title>
        <p>Wikipedia articles contain di erent types of texts: information about a certain topic, formulas,
lists, tables etc. We considered as a processable unit any text paragraph inside an article, apart
form the Wikipedia links. Thus, we didn't process any other information that is contained in the
other parts of the Wikipedia articles. For each processable unit we cleaned the text, using regular
expressions, to remove the following text formatting information:</p>
        <sec id="sec-1-1-1">
          <title>HTML tags.</title>
        </sec>
        <sec id="sec-1-1-2">
          <title>Wikipedia Links</title>
        </sec>
        <sec id="sec-1-1-3">
          <title>Wikipedia Comments</title>
          <p>
            As a result, the clean processable units were considered as potential answer sources. The open
source search engine Lucene [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ] was used to index these Wikipedia documents, while the MG search
engine [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ] has been used to index the news document collection as in the last year's version of the
DIOGENE QA system.
2.2
          </p>
        </sec>
      </sec>
      <sec id="sec-1-2">
        <title>Integration in the System</title>
      </sec>
      <sec id="sec-1-3">
        <title>Data ow</title>
        <p>We decided to integrate the Wikipedia document index inside the document retrieval component
of DIOGENE. The system uses a document retrieval technique based on query relaxation loops [3].
Such technique is designed to output a limited set of ranked documents (at least 30, at most 100).
The Wikipedia document collection, however, is only considered as an auxiliary information source
due to the noisy documents it contains. Often, in fact, our rst implementation of the cleaning
procedure does not return fully reliable processable units. This is due to the large amount of
unremoved tags, special symbols, or other XML annotations. As a result, Wikipedia documents
are considered as a less reliable information source and are accessed only if an insu cient number of
articles (less than 30) is returned by the MG search engine accessing the news document collection.
3</p>
        <p>Dealing with Topic-Related Questions
The other new problem that we had to address was handling a set of questions which share the
same f ocus. To handle this problem the f ocus of the rst question has be recognized. For this
purpose, we adopt the following simple heuristic, which de nes the f ocus of a question as the rst
noun phrase or multi-word after the main verb of the question, if it is capitalized, or the second if
the rst one is in lower case.</p>
        <p>Examples of the focus identi ed for some CLEF-2007 questions are the following:</p>
        <sec id="sec-1-3-1">
          <title>1. Question { In quale anno e uscito il lm Flashdance?</title>
          <p>(In what year Flashdance came on the screen? )
Focus { Flashdance</p>
        </sec>
        <sec id="sec-1-3-2">
          <title>2. Question { Quali sono i Grandi Laghi africani?</title>
          <p>(What are the Great African Lakes? )</p>
          <p>Focus { Grandi Laghi africani
3. Question { Chi e l'autore del libro \Giorni giapponesi"?
(Who wrote the book \Giorni giapponesi"? )</p>
          <p>Focus { libro \Giorni giapponesi"</p>
          <p>Once the f ocus of the input question Q1 is identi ed, it is added as a keyword (or a conjunction
of keywords) to the search queries of the following questions Q2, ..., Qn in the cluster, unless it is
already present among their terms.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Results</title>
      <p>
        Apart from these slight modi cations to the system's architecture, our submission to this year's
edition of the CLEF QA task (results are reported in Table 1) has been obtained with the same
system's components described in our previous participation in CLEF [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], and re ects the
\workin-progress" situation of the DIOGENE QA system.
      </p>
      <p>task
Italian/Italian</p>
      <p>Overall (%)
11.50</p>
      <p>Def. (%)
2.36</p>
      <p>List (%)
0.00</p>
      <p>Factoid (%)
15.17</p>
      <p>Temp. (%)
12.50</p>
      <p>A preliminary analysis of the results achieved focused on the impact of the adaptations of the
system to this year's task.</p>
      <p>As for wikipedia articles, potential answer candidates have been extracted from such additional
resource only for 9 questions (for a total of 38 candidates). Out of them, the nal answer returned
by DIOGENE came from Wikipedia in 6 cases, but only in one case it was the correct one (i.e.
Q-0134: \Quanto dista Dunleary da Dublino" - \How far is it from Dunleary to Dublin ").</p>
      <p>As for topic-related questions, our focus extraction heuristic has been applied for 67 questions.
The focus has been correctly added to the search keywords of a question in 42 cases, leading to 5
questions correctly answered. In 1 case it is not clear what the focus actually is, making a decision
about its correctness rather di cult. This is:</p>
      <sec id="sec-2-1">
        <title>Q-0113 { Qual e la capitale di Rhode Island?</title>
        <p>(What is the capital of Rhode Island? )
Q-0114 { Dove si trova?
(Where is it located? )
5</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Conclusions</title>
      <p>
        In this report we presented our adaptations of the FBK-irst DIOGENE QA system, made to
participate in the CLEF-2007 Main QA track. Such improvements addressed the problems posed
by the two novelties of this year's edition of the task, namely the introduction of Wikipedia articles
to extend the document collection, and the introduction of topic-related questions. The results
achieved by the system show that our basic procedures dealing with such problems need to be
re ned. In particular, as a rst step, the cleaning procedure designed to extract reliable processable
units from Wikipedia articles will be improved, allowing for a more e ective exploitation of such
resource. As for topic-related questions, future improvements will address the focus selection
strategy, either with re ned heuristics, or with supervised approaches as proposed in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
[3] Bernardo Magnini, Matteo Negri, Roberto Prevete, and Hristo Tanev. Is It the Right Answer?
Exploiting Web Redundancy for Answer Validation. In Proceedings of the 40th Annual Meeting
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Erik</given-names>
            <surname>Hatcher</surname>
          </string-name>
          and
          <string-name>
            <given-names>Otis</given-names>
            <surname>Gospodnetic</surname>
          </string-name>
          . Lucene in Action (In Action series).
          <source>Manning Publications</source>
          ,
          <year>December 2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Milen</given-names>
            <surname>Kouylekov</surname>
          </string-name>
          , Matteo Negri, Bernardo Magnini, and
          <string-name>
            <given-names>Bonaventura</given-names>
            <surname>Coppola</surname>
          </string-name>
          .
          <article-title>Towards Entailment-based Question Answering: ITC-irst at CLEF2006</article-title>
          .
          <article-title>In Cross Language Evaluation Forum (Clef-</article-title>
          <year>2006</year>
          ), Alicante, Spain,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <article-title>of the Association for Computational Linguistics, (ACL-</article-title>
          <year>2002</year>
          ), pages
          <fpage>1495</fpage>
          {
          <fpage>1500</fpage>
          ,
          <string-name>
            <surname>Philadelphia</surname>
          </string-name>
          (PA),
          <fpage>7</fpage>
          -
          <issue>12</issue>
          <year>July 2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Matteo</given-names>
            <surname>Negri</surname>
          </string-name>
          and
          <string-name>
            <given-names>Milen</given-names>
            <surname>Kouylekov</surname>
          </string-name>
          .
          <article-title>"Who Are We Talking About?" Tracking the Referent in a Question Answering Series</article-title>
          .
          <source>In Proceedings of the 6th Discourse Anaphora and Anaphor Resolution Colloquium (DAARC</source>
          <year>2007</year>
          ), Lagos, Portugal, March
          <volume>29</volume>
          -30
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Ian</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Witten</surname>
          </string-name>
          , Alistair Mo at, and
          <string-name>
            <surname>Timothy</surname>
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Bell</surname>
          </string-name>
          . Managing Gigabytes:
          <article-title>Compressing and Indexing Documents and Images</article-title>
          . Morgan Kaufmann Publishers, San Francisco, CA,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>