<!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>Question Answering with Joost at CLEF 2007∗</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>General Terms</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Algorithms</institution>
          ,
          <addr-line>Measurement, Performance, Experimentation</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Gosse Bouma</institution>
          ,
          <addr-line>Geert Kloosterman, Jori Mur, Gertjan van Noord</addr-line>
          ,
          <institution>Lonneke van der Plas and J ̈org Tiedemann Information Science University of Groningen</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe our system for the monolingual Dutch and multilingual English to Dutch QA tasks. First, we present a brief overview of our QA-system, which makes heavy use of syntactic information. Next, we describe the modules that were developed especially for CLEF 2007, i.e. preprocessing of Wikipedia, inclusion of query expansion in IR, anaphora resolution in follow-up questions, and a question classification module for the multilingual task. We achieved 25.5% accuracy for the Dutch monolingual task, and 13.5% accuracy for the multilingual task.</p>
      </abstract>
      <kwd-group>
        <kwd>H</kwd>
        <kwd>3 [Information Storage and Retrieval]</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>1 Content Analysis and Indexing</kwd>
        <kwd>H</kwd>
        <kwd>3</kwd>
        <kwd>3 Information Search and Retrieval</kwd>
        <kwd>J</kwd>
        <kwd>5 [Arts and Humanities]</kwd>
        <kwd>Language translation</kwd>
        <kwd>Linguistics</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The Question Answering task for CLEF 2007 contained two innovations. First, the document
collection was extended with Wikipedia, the online encyclopedia that is available for many different
languages. As described in section 3, we preprocessed the XML source files for this document
collection so that we could index it adequately for the purposes of Information Retrieval. In
addition, we extracted all relevant plain text, and parsed it.</p>
      <p>Second, the test questions were grouped in topics. Within a topic, questions might refer to or
presuppose information from previous questions or answers to these questions. We developed a
simple anaphora resolution system (described in section 5) that detects anaphoric elements in a
question, and tries to find a suitable antecedent in the first question of a topic, or in the answer
to that question.</p>
      <p>∗This research was carried out as part of the research program for Interactive Multimedia Information Extraction,
imix, financed by nwo, the Dutch Organisation for Scientific Research.</p>
      <p>In addition to these innovations, we also improved the Information Retrieval component of
our QA system. In section 4, we show that query expansion based on (automatically acquired)
synonym-lists and blind relevance feedback improves the mean reciprocal rank of the IR module.</p>
      <p>In section 6 we describe a question classification module for the multilingual QA system, which
uses both the question class assigned to the English source question and the class assigned to the
automatically translated Dutch target question. This leads to a modest improvement.</p>
      <p>The results of our system are discussed in section 7, and some suggestions for future work are
given in section 8.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Joost: A QA system for Dutch</title>
      <p>
        Joost
        <xref ref-type="bibr" rid="ref1 ref14 ref3">(Bouma et al., 2005)</xref>
        is a question answering system for Dutch which is characterized by the
fact that it relies on syntactic analysis of the question as well as the documents in which answers
need to be found. The complete document collection is parsed by Alpino
        <xref ref-type="bibr" rid="ref4">(Bouma, van Noord, and
Malouf, 2001)</xref>
        , a wide-coverage dependency parser for Dutch. The resulting depedency trees are
stored as XML. Answers are extracted by pattern matching over syntactic dependency relations,
and potential answers are ranked, among others, by computing the syntactic similarity between
the question and the sentence from which the answer is extracted.
      </p>
      <p>The architecture of our system is depicted in figure 1. Apart from the standard components
question analysis, passage retrieval, answer extraction and answer ranking, the system also contains
a component called Qatar, which collects all answers to questions of a specific type (i.e. birthdates)
off-line. Answers to questions for which a Qatar-table exists are found by means of table look-up.</p>
      <p>Alpino
Passage
Retrieval
Answer
Extraction</p>
      <p>Question
Question</p>
      <p>Analysis
Question Type</p>
      <p>and</p>
      <p>Keywords
Potential
Answers
Answer
Ranking
Answer</p>
      <p>Off-line
raenlastwioenr
extraction</p>
      <p>
        The first processing stage is question analysis. The input to the question analysis component
is a natural language question in Dutch, which is parsed by Alpino. The goal of question analysis
is to determine the question type and to identify keywords in the question. Depending on the
question type the next stage is either passage retrieval or table look-up (using Qatar). If the
question type matches one of the table categories, it will be answered by Qatar. Qatar consists
of a number of manually written syntactic patterns for extraction of interesting relations (i.e.
creator-object tuples such as Heinrich Mann - Der Untertan). Recall is improved by using a set
of equivalence rules for syntactic dependency patterns
        <xref ref-type="bibr" rid="ref1 ref14 ref3">(Bouma, Mur, and van Noord, 2005)</xref>
        , and
by using anaphora resolution
        <xref ref-type="bibr" rid="ref10 ref2">(Mur, 2006)</xref>
        . Using these patterns, the parsed corpus is searched
exhaustively, and all extracted relation tuples are stored in tables. We defined patterns for 20
relations. Using these patterns, almost 400K relation instances were extracted from the Dutch
Wikipedia.
      </p>
      <p>For all questions that cannot be answered by Qatar, we follow the other path through the
QAsystem to the passage retrieval component. Instead of retrieving full documents, the IR module
retrieves passages (see section 3). The 40 most relevant passages retrieved by IR are passed on
to the answer extraction module. Here, we use patterns similar to those used by Qatar, but now
slightly more general, to find the actual answer strings. Per sentence, at most one potential answer
string is selected.</p>
      <p>The final step is answer selection. Given a list of potential answers from Qatar or the
IRbased QA module, the most promising answer is selected. Answers are ranked using various
features, such as syntactic overlap between question and answer sentence, word overlap, proper
name overlap, the reliability of the pattern used to extract the answer, and the frequency of the
answer. The answer ranked first is returned to the user.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Preprocessing Wikipedia</title>
      <p>New in this year’s CLEF QA tracks was the inclusion of Wikipedia in the corpus. The Wikipedia
corpus is different from the newspaper texts that were used so far in a number of ways. First of all,
whereas the newspaper collection is relatively redundant (there are two newspapers covering the
same period in the Dutch collection, and news stories tend to contain a fair amount of repetition),
this is far less the case for the encyclopedia, which contains many facts that are mentioned only in
one article. Thus, we expect redundancy-based techniques (typically using patterns that are noisy
but provide high recall in combination with frequency-based ranking of results) to less effective
for Wikipedia. Second, Wikipedia consists of structured web-documents, containing many lists,
tables, and cross-references. In the newspaper collection, only article titles, and paragraphs are
provided. By mining the structure of Wikipedia documents, it is possible to extract a large number
of facts that cannot be found using syntactic patterns. Due to time constraints, we applied only
the syntactic patterns that were developed for the newspaper collection.</p>
      <p>An XML-version of the Dutch Wikipedia was provided by the University of Amsterdam.1 For
IR and parsing, we were interested in obtaining just the text in each of the articles. We developed
a series of stylesheets which removes material that was irrelevant for our task (i.e. navigation
and pictures), and which returns the remaining content as highly simplified XML, containing only
information that is required to identify the segmentation of the text into titles, sections, and lists.
The segmentation is used in the IR index. From the simplified XML, plain text can be extracted
easily. The result is tokenized and split into 4.7 million sentences. The sentences were parsed with
the Alpino-parser.</p>
      <p>The Qatar relation extraction module searches the corpus exhaustively for interesting facts,
and stores these facts in a database. For Wikipedia, we used the patterns as they were developed
for the newspaper corpus, with only minor modifications. In particular, we did not try to extract
facts from lists, or using the XML structure.</p>
      <p>Our IR system retrieves passages rather than complete articles. For previous CLEF tasks, we
used the existing paragraph markup in the newspaper data to split documents into passages to be
retrieved. For Wikipedia, similar markup exists but often refers to very small units, in many cases
only single sentences. The Dutch Wikipedia corpus contains about 4.7 million sentences split into
1http://ilps.science.uva.nl/WikiXML/
about 2 million units. Single sentence units usually correspond to headers and subsection
headers which often contain important keywords that match well with given queries. Unfortunately,
including these as separate passages results in a strong preference for these units when retrieving
passages. To avoid this we implemented a simple solution that merges consecutive units until they
are bigger than a pre-defined size of 200 characters.</p>
      <p>Despite its simplicity this approach works sufficiently well and made it possible to easily
integrate the new Wikipedia corpus into our IR index. The same approach has also been applied to
the newspaper corpus in order to create and index with a uniform segmentation.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Passage Retrieval with and without query expansion</title>
      <p>In CLEF 2007 we submitted two runs of our system, applying two different settings of the
information retrieval (IR) component which is used to retrieve relevant passages for a given question.
The main difference between these two settings is the inclusion of query expansion techniques in
one of them.</p>
      <p>
        Common to both settings is the approach, previously described in
        <xref ref-type="bibr" rid="ref13">Tiedemann (2005)</xref>
        , in which
linguistic features have been integrated in the IR index. IR queries are constructed from questions
using various features and feature combinations. Furthermore, keyword selection constraints are
introduced using part-of-speech tags (POS) and dependency relation types (rel). For each keyword
type a separate weight is used to optimize retrieval performance. Furthermore, we also use
proximity queries requiring terms within a given text window. Keyword weights and window sizes have
been trained on questions and answers from the CLEF QA tracks in 2003 and 2005 using a genetic
algorithm. The mean reciprocal rank of relevant passages retrieved has been improved from 0.52
(using standard plain text keywords) to 0.62 (including linguistic features and optimized settings)
for questions from the training set and from 0.49 to 0.57 on unseen evaluation data (CLEF 2004
questions). Details of the optimization procedure are discussed in
        <xref ref-type="bibr" rid="ref13">Tiedemann (2005)</xref>
        .
      </p>
      <p>
        The second run includes various forms of query expansion. The main purpose of expanding
the query is to increase recall of the passage retrieval component in order to minimize the risk of
missing relevant information. We experimented with two general techniques for query expansion:
global methods using fixed lists and local techniques using blind relevance feedback. For the
latter we applied an implementation of the Rocchio algorithm for Lucene, LucQE
        <xref ref-type="bibr" rid="ref11 ref12">(Rubens, 2007;
Rubens, 2006)</xref>
        , which we adapted to our purposes. Relevance feedback is known to be most
useful for increasing recall. In blind relevance feedback (also called pseudo-relevance feedback)
user interaction is simulated by simply selecting the highest ranked documents as the positive
examples and ignoring negative ones. Rocchio is used to re-weight existing keywords and also to
add new terms from the positive examples. We restricted this type of re-weighting and keyword
expansion for the plain text field only and a maximum of 10 new keywords. The top five documents
were used as positive examples and the Rocchio parameters where set to common values used in
the literature (α = 1 and β = 0.75). Furthermore, we used a fixed decay value of 0.1 for decreasing
the importance of documents selected for feedback.
      </p>
      <p>
        Furthermore, we used global expansion techniques using several lists of expansion terms.
Firstly, we used redirects from the Dutch Wikipedia. Redirects link search terms similar to
existing Wikipedia lemmas to corresponding articles. Redirects mainly cover spelling variations
but also include various synonyms. Secondly, we used synonyms of nouns, verbs, and adjectives
automatically extracted from word-aligned parallel corpora
        <xref ref-type="bibr" rid="ref15">(van der Plas and Tiedemann, 2006)</xref>
        .
For this, we aligned the Europarl corpus
        <xref ref-type="bibr" rid="ref7">(Koehn, 2003)</xref>
        with its 11 languages and used aligned
translations of Dutch words as features in a distributional similarity approach. Using this
technique we obtained 13,896 near-synonyms for 6,968 Dutch nouns, 3,207 near-synonyms for 1,203
verbs and 3,556 near-synonyms for 1,621 adjectives. More details about the algorithm used for the
extraction can be found in van der Plas and Tiedemann (2006). Thirdly, we included isa-relations
of named entities extracted from syntactically annotated monolingual corpora
        <xref ref-type="bibr" rid="ref1 ref14 ref3">(van der Plas and
Bouma, 2005)</xref>
        . The parsed document collection contains over 2 million instances of an apposition
relation between a noun and a named entity (i.e. the composer Aaron Copland), where the noun
provides an isa-label for the named entity. After filtering infrequent combinations (often caused
by parsing errors), we are left with almost 400K unique tuples.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Anaphora Resolution for Follow-Up Questions</title>
      <p>A new feature in the 2007 QA task are follow-up questions. Questions are grouped in topics,
consisting of a number of questions. Answering non-initial questions may require information
from previous questions or answers to previous questions. The TREC QA task has included
follow-up questions for a number of years. As no development data was available for the CLEF
task, we used English examples from previous TREC QA tasks for inspiration.2 Note however
that in TREC descriptive topics are explicitly provided, whereas in CLEF only an numeric topic
id is given.</p>
      <p>The most important aspect of follow-up questions is anaphora resolution, i.e. the process of
detecting anaphoric phrases that depend on a previous antecedent expression for their interpretation,
and assigning a correct antecedent to them.</p>
      <p>A noun phrase was considered to be anaphoric if it was a personal (1-b) or impersonal (2-b)
pronoun, a possessive pronoun (1-c), a deictic pronoun (3-b), an NP introduced by a deictic
determiner (4-b), or an NP introduced by a definite determiner and not containing any modifiers
(5-b).
(1)
(2)
(3)
(4)
(5)</p>
      <sec id="sec-5-1">
        <title>When was Napoleon born?</title>
        <p>Which title was introduced by him?
Who were his parents?</p>
      </sec>
      <sec id="sec-5-2">
        <title>What is the KNMI?</title>
        <p>When was it founded?</p>
      </sec>
      <sec id="sec-5-3">
        <title>What is an ecological footprint? When was this introduced? Who lead the Russian Empire during the Russion-Turkish War of 1787-1792? Who won this war?</title>
      </sec>
      <sec id="sec-5-4">
        <title>Since when is Cuba ruled by Fidel Castro?</title>
        <p>
          When was the flag of the country designed?
Antecedents were restricted to named entities from the first question/answer pair of a topic. The
answer was chosen as antecedent if the initial question was one of a limited number of question
types which ask for a named entity (i.e. what is the capital of, who wrote/founded/.. , who
is the chair/president/.. of ). In other cases, the first named entity from the question was
chosen. We adopted this naive approach mostly because we lacked data to test and evaluate more
sophisticated approaches. Note also that quite a few TREC systems limit anaphora resolution to
resolving anaphoric expressions to the topic of the question (see
          <xref ref-type="bibr" rid="ref6">Hickl et al. (2006)</xref>
          for a notable
exception), apparently with reasonable success.
        </p>
        <p>Our anaphora resolution system operates on the result of the syntactic dependency parse of
the sentence. If anaphora resolution applies, and an antecedent is found, the set of dependency
relations for the question is extended with dependency relations for the antecedent. That is, given
an Anaphor resolved to Antecedent, for each dependency relation hHead, Rel, Anaphori in the
question, we add a dependency relation hHead, Rel, Antecedenti. Note that, as the IR system
described in the previous section constructs queries on the basis of the dependency parse of the
question, this ensures that the Antecedent is also included in the IR query.</p>
        <p>According to our inspection of the best monolingual run, there were 56 questions which required
anaphora resolution. For 29 questions (52%), a correct antecedent for an anaphoric expression
was found. In 15 cases (27%), a wrong antecedent was given. An important source of errors were
cases where the answer to the initial question was correctly chosen as antecedent, but the answer
2i.e. trec.nist.gov/data/qa/2006 qadata/QA2006 testset.xml</p>
      </sec>
      <sec id="sec-5-5">
        <title>Target EN NL DE</title>
        <p>IT</p>
        <p>FQs
was wrong. Incorrect antecedents also occurred when the intended antecedent was not (analysed
by the parser as) a named entity. In cases such as (3-b) above, the antecedent is a common noun
(ecological footprint). In cases such as ((4-b)) the antecedent (Russian-Turkish War) is analysed
by the parser as an NP headed by a noun (war), and thus not recognized as a named entity. There
were only a few cases where the antecedent was not in the first question/answer pair of a topic
but in a later question.</p>
        <p>12 cases (21%) were missed altogether by the anaphora module. These are due to the fact
that no attempt was made to treat temporal anaphora such as toen, destijds (during that
moment/period), and daarvoor (before this date), to treat locative uses of er (there), and a number
of highly implicit anaphoric relations (i.e. given a question about the theme park de Efteling, the
question which attraction opened in 1993? should be interpreted as asking about an attraction in
de Efteling). A few antecedents were missed because we resolved at most one anaphoric element
per question, whereas some questions actually contain two anaphoric elements (i.e. Who was he
in the eighties version of the cartoon?).</p>
        <p>Finally, there were 4 cases where anaphora resolution was triggered by an element that was
not anaphoric (false alarms). These were all caused by the fact that relative pronouns were
misclassified as deictic pronouns by the resolution component.</p>
        <p>An interesting feature of CLEF is the fact that similar tasks are being executed for different
languages. Follow-up questions were included in all tasks, but table 1 shows that the number of
such questions varies considerably per target language. This suggests that the number of anaphoric
expressions is also likely to vary considerably between tasks.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Question Classification in Multilingual QA</title>
      <p>
        Our system for multilingual QA performs English to Dutch QA, i.e. questions are in English,
and answers are to be found in the Dutch document collection. English questions are translated
to Dutch using Babelfish/Systran. As explained in
        <xref ref-type="bibr" rid="ref2">Bouma et al. (2006)</xref>
        , one problem with
this approach is the fact that proper names and concepts are often mistranslated (i.e. they are
translated whereas they should remain unchanged, or a special translation exists in Dutch, or a
complex name is not recognized as a syntactic unit, and is split up in the translated string). As
the presence of names and concepts directly influences the performance of the QA system, we
tried to reduce the number of errors using Wikipedia. For each name or concept in the English
question, we check if there is a Wikipedia lemma with that title. If so, we check if a link to a
corresponding Dutch page exists. If this is the case, the title of the Dutch lemma is used in the
translation. Otherwise, the English name is used in the translation.
      </p>
      <p>This year, we improved the system by using newer (and much expanded) versions of Wikipedia,
inclusion of redirect pages, and the online geographical database geonames3 for translation of
geographical locations. Inspection of the translation results suggests that the coverage of these
resources is quite good, although some problems remain. The use of redirects, for instance, causes
Google to be mapped to the less frequent term Google Inc. Also, abbreviations tend to be replaced</p>
      <sec id="sec-6-1">
        <title>Testset 2003 2004 2006</title>
        <p>377
200
200</p>
      </sec>
      <sec id="sec-6-2">
        <title>Joost</title>
        <p>MRR
by their expanded meanings. Although both IR and the linguistic QA modules recognize many
abbreviations and expanded terms as synonyms, this may still cause problems. An obvious case
is a question asking for the meaning of an abbreviation. Another problem is the fact that many
common words, which are not concepts occur as lemmas in Wikipedia. If no corresponding Dutch
page exists, this causes some terms to show up untranslated in the Dutch question (i.e. for the
adjectives French and Eastern, an English Wikipedia page exists, but no Dutch counterpart).</p>
        <p>
          A second important aspect of QA-systems is question classification. As many automatically
generated translations are grammatically poor, parsing may lead to unexpected results, and, as
a consequence, question classification is often incorrect or impossible. To remedy this problem,
we also included a question classifier for English, which we ran on the English source questions.
We manually constructed a mapping from the question types used for English to the question
types used in Joost. We expected that such a mapping might give more accurate results than
classification of the automatically translated questions. Both the (mapped) English question type
and the Joost type assigned to the translated are used to find an answer to the question. Note
that question classification of the source language question is used in many MLQA systems (see
          <xref ref-type="bibr" rid="ref9">Ligozat et al. (2006)</xref>
          for an overview), but usually the classification used for the source question
is the same as that used by the answer extraction components.
        </p>
        <p>
          There are various question classifiers for English which use the question classes of
          <xref ref-type="bibr" rid="ref8">Li and Roth
(2002)</xref>
          . They propose a classification consisting of 6 coarse question types and 50 fine-grained
types. Each question is assigned a label consisting of both a coarse and a fine question type. We
used the automatically trained classifier described by
          <xref ref-type="bibr" rid="ref5">Hacioglu and Ward (2003)</xref>
          4, which uses the
Li and Roth classification.
        </p>
        <p>Joost uses over 40 question types, some of which correspond quite well to those of Li and Roth.
Mismatches are problematic especially in those cases where Joost expects a more fine-grained class
than the class produced by Li and Roth. For instance, Li and Roth classify what is the capital
of Togo as loc:city whereas Joost has the class capital. Furthermore, the question classes
assigned by Joost are not just labels, but typically consist of a label combined with one or more
phrases from the question that are crucial for answering the question. I.e. the question what
does NASA stand for? is assigned the type abbr:exp by Quest, whereas it is assigned the label
abbreviation(NASA) by Joost. The mapping therefore tries to fill in missing arguments (usually
names) on the basis of the syntactic parse of the Dutch translated question.</p>
        <p>In many cases, the question class assigned by Joost is more helpful than the class assigned
after mapping the English question class. An important exception, however, are questions that
were assigned no class by Joost itself (usually, because the translated question contained syntactic
errors that made the parser fail). In those cases, using a mapped question class is preferable over
using no class at all. We tested our approach on data from previous years. The effect of including
question classification based on the original question turned out to be small, however, as can be
seen in figure 2. For the 2006 dataset, the effect was even negative.</p>
        <p>4Available until recently at sds.colorado.edu/QUEST
Dutch-mono
Dutch-mono + QE
En-Du</p>
        <p>En-Du + QE</p>
      </sec>
      <sec id="sec-6-3">
        <title>Q type</title>
        <p>Factoids
List
Definition
Temp. Restricted
NIL
The results from the CLEF evaluation are given in table 3. Table 4 gives results per question
type for the best Dutch monolingual run. For 20 questions no answer was given (i.e. nil was
returned by the system as answer).5 There are two main reasons for this: mistakes in anaphora
resolution, which made it impossible to find documents or answers matching the question and lack
of coverage of the question analysis component. Although there were 28 definition questions, only
18 were classified as such by Joost. List questions were an important source of errors.</p>
        <p>The impact of adding Wikipedia to the document collection was significant. Although the text
version of the Dutch Wikipedia is smaller than the newspaper text collection (approximately 50M
and 80M words respectively), 150 of the 180 questions (i.e. over 80%) that received an answer
were answered using Wikipedia.</p>
        <p>Definition questions are answered using a relation-table that was created of-line. In addition to
these, 24 questions were assigned a question type for which a relation-table existed. This number
is lower than for previous CLEF tasks.</p>
        <p>The system normally checks that answers suggested by the system do not occur in the question.
It turned out that, in the context of follow-up questions, this filter needs to take into account
anaphora resolution as well. That is, if a question contained an anaphor that was resolved to
antecedent A, in some cases the system would still suggest A as an answer to the question, and
such answers were not filtered (as A did not occur in the question string).
8</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Conclusions and Future Work</title>
      <p>The inclusion of Wikipedia in the CLEF QA-task has made the task more realistic and attractive.
We believe that performance on this task can be improved by taking the structure of Wikipedia
more seriously, and by developing methods for relation and answer extraction that combine NLP
with XML-based extraction.</p>
      <p>Follow-up questions required the incorporation of a anaphora resolution component for
questions. The current version of this module performs reasonably well, but its coverage should be
extended (to cover locative anaphors and multiple anaphors). The proper treatment of lexical
5At the moment of writing, it is not clear to us whether there actually were questions for which nil was the
correct answer.
knowledge within the system remains an issue that requires more attention. The performance of
the IR-module was improved using automatically acquired synonyms, but this knowledge has not
been integrated yet in the relation and answer extraction modules.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Bouma</surname>
          </string-name>
          , Gosse, Ismail Fahmi, Jori Mur, Gertjan van Noord,
          <source>Lonneke van der Plas, and J¨org Tiedeman</source>
          .
          <year>2005</year>
          .
          <article-title>Linguistic knowledge and question answering</article-title>
          .
          <source>Traitement Automatique des Langues</source>
          ,
          <volume>2</volume>
          (
          <issue>46</issue>
          ):
          <fpage>15</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bouma</surname>
          </string-name>
          , Gosse, Ismail Fahmi, Jori Mur, Gertjan van Noord,
          <source>Lonneke van der Plas, and J¨org Tiedemann</source>
          .
          <year>2006</year>
          . The University of Groningen at QA@
          <article-title>CLEF 2006: Using syntactic knowledge for QA</article-title>
          .
          <source>In Working Notes for the CLEF 2006 Workshop</source>
          , Alicante.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Bouma</surname>
            , Gosse,
            <given-names>Jori</given-names>
          </string-name>
          <string-name>
            <surname>Mur</surname>
          </string-name>
          , and Gertjan van Noord.
          <year>2005</year>
          .
          <article-title>Reasoning over dependency relations for QA</article-title>
          . In Farah Benamara and Patrick Saint-Dizier, editors,
          <source>Proceedings of the IJCAI workshop on Knowledge and Reasoning for Answering Questions (KRAQ)</source>
          , pages
          <fpage>15</fpage>
          -
          <lpage>21</lpage>
          , Edinburgh.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Bouma</surname>
            , Gosse, Gertjan van Noord,
            <given-names>and Robert</given-names>
          </string-name>
          <string-name>
            <surname>Malouf</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Alpino: Wide-coverage computational analysis of Dutch. In Computational Linguistics in The Netherlands 2000</article-title>
          . Rodopi, Amsterdam.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Hacioglu</surname>
            , Kadri and
            <given-names>Wayne</given-names>
          </string-name>
          <string-name>
            <surname>Ward</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Question classification with support vector machines and error correcting codes</article-title>
          .
          <source>In Proceedings of HLT-NACCL</source>
          <year>2003</year>
          , pages
          <fpage>28</fpage>
          -
          <lpage>30</lpage>
          , Edmonton, Alberta, Canada.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Hickl</surname>
            , Andrew, John Williams, Jeremy Bensley, Kirk Roberts,
            <given-names>Ying</given-names>
          </string-name>
          <string-name>
            <surname>Shi</surname>
            , and
            <given-names>Bryan</given-names>
          </string-name>
          <string-name>
            <surname>Rink</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Question answering with LCC's Chaucer at TREC 2006</article-title>
          . In E. M. Voorhees and Lori P. Buckland, editors,
          <source>TREC 2006 Proceedings</source>
          , Gaithersburg, Maryland.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Koehn</surname>
          </string-name>
          , Philipp.
          <year>2003</year>
          .
          <article-title>Europarl: A multilingual corpus for evaluation of machine translation</article-title>
          .
          <source>unpublished draft</source>
          , available from http://people.csail.mit.edu/koehn/publications/europarl/.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Li</surname>
            , Xin and
            <given-names>Dan</given-names>
          </string-name>
          <string-name>
            <surname>Roth</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Learning question classifiers</article-title>
          .
          <source>In Proceedings of the 19th International Conference on Computational Linguistics (COLING)</source>
          , pages
          <fpage>556</fpage>
          -
          <lpage>562</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Ligozat</surname>
          </string-name>
          ,
          <string-name>
            <surname>Anne-Laure</surname>
            , Brigitte Grau, Isabella Robba, and
            <given-names>Anne</given-names>
          </string-name>
          <string-name>
            <surname>Vilat</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Evaluation and improvement of cross-lingual question answering strategies</article-title>
          . In Anselmo Pen˜as and Richard Sutcliffe, editors,
          <source>EACL workshop on Multilingual Question Answering. Trento</source>
          , Italy.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Mur</surname>
          </string-name>
          , Jori.
          <year>2006</year>
          .
          <article-title>Increasing the coverage of answer extraction by applying anaphora resolution</article-title>
          .
          <source>In Fifth Slovenian and First International Language Technologies Conference (IS-LTC '06).</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Rubens</surname>
          </string-name>
          , Neil.
          <year>2006</year>
          .
          <article-title>The application of fuzzy logic to the construction of the ranking function of information retrieval systems</article-title>
          .
          <source>Computer Modelling and New Technologies</source>
          ,
          <volume>10</volume>
          (
          <issue>1</issue>
          ):
          <fpage>20</fpage>
          -
          <lpage>27</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Rubens</surname>
          </string-name>
          , Neil.
          <year>2007</year>
          .
          <article-title>Lucqe - lucene query expansion</article-title>
          . http://lucene-qe.sourceforge.net/.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Tiedemann</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          ¨org.
          <year>2005</year>
          .
          <article-title>Improving passage retrieval in question answering using NLP</article-title>
          . In C. Bento,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cardoso</surname>
          </string-name>
          , and G. Dias, editors,
          <source>Progress in Artificial Intelligence - Selected papers from the 12th Portuguese Conference on Artificial Intelligence (EPIA)</source>
          , volume
          <volume>3808</volume>
          <source>of LNAI Series</source>
          . Springer; Berlin, Covilh˜a, Portugal, pages
          <fpage>634</fpage>
          -
          <lpage>646</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>van der Plas</surname>
            , Lonneke and
            <given-names>Gosse</given-names>
          </string-name>
          <string-name>
            <surname>Bouma</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Automatic acquisition of lexico-semantic knowledge for question answering</article-title>
          .
          <source>In Proceedings of Ontolex 2005 - Ontologies and Lexical Resources</source>
          , Jeju Island, South Korea.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>van der Plas</surname>
          </string-name>
          ,
          <source>Lonneke and J¨org Tiedemann</source>
          .
          <year>2006</year>
          .
          <article-title>Finding synonyms using automatic word alignment and measures of distributional similarity</article-title>
          .
          <source>In Proceedings of ACL/Coling.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>