<!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>The University of Lisbon at GeoCLEF 2008</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nuno Cardoso</string-name>
          <email>ncardoso@xldb.di.fc.ul.pt</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Patrícia Sousa</string-name>
          <email>csousa@xldb.di.fc.ul.pt</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mário J. Silva</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>Geographic IR</institution>
          ,
          <addr-line>Named Entity Recognition, BM25 Optimisation, Query Expansion, GeoCLEF, Evaluation</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Lisbon, Faculty of Sciences</institution>
          ,
          <addr-line>LaSIGE</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper reports the participation of the XLDB team from the University of Lisbon at the 2008 GeoCLEF task. We focused on developing a better text annotation tool for geo-parsing the documents, handling both explicit geographic evidence (as given by placenames) and implicit geographic evidence (as given by monuments, for example). The query processing and geographic ranking approaches were redesigned to handle thematic and geographic criteria of each search in a non-segregation way. We detail the GIR system, describe the optimisation procedure that preceded the run generation, and dissect the results.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Capturing additional geographic evidence from documents. People describe places of their interest in
several other ways, other than explicit placenames. Entities such as “Big Apple”, “Kremlin” or “UE
Headquarters” are easily connotated to their respective locations, and these entities might have a
decisive role on the defining the geographic scope (that is, the geographic area of interest) of the
document. Our shallow text mining approaches often failed to capture essential geographic evidence
to geo-reference many documents, and this naïve text mining approach was reflected on poor retrieval
results for some geographically challenging topics [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. We therefore need to reformulate our text
annotation tools, making it capable of recognising all kinds of entities with a geographic flavour and
grounding them to their corresponding locations.
      </p>
      <p>
        Smoothing the effects of text and geographic query expansion. Query expansion (QE) is known to
improve IR performance in most queries, but often at the cost of degrading the performance on other
queries [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. QuerCol, the QE module used in our GIR prototypes, does not assign weights to the
query terms, so the expanded terms have the same weight than the initial query terms. This means
that we do not control the impact of QE in some topics, which led in some cases to query drifting and
thus lead to poor retrieval results. We want to improve QueCol to perform automatic re-weighting of
text and geographic terms, in order to soften the QE effect and prevent query drifting.
      </p>
      <p>
        For this year’s participation, we addressed these topics on the main improvements made in our GIR
system, namely:
Query Processing: We now handle placenames as both geographic criteria and as plain query terms. In
contrast to our initial ideas, placenames revealed to be in fact good retrieval terms, and they were
frequently selected as the top ranking terms in the blind relevance feedback (BRF) process [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <sec id="sec-1-1">
        <title>While placenames may be used in other unrelated contexts, such as proper names, they seem to help retrieval recall when used as plain terms, while its geographic content can be used afterwards to refine the ranking scores and promote documents with placenames referred in a geographic context.</title>
        <p>
          Text mining: We developed a new named entity recognition module, REMBRANDT, and used it as a text
annotation tool to identify and classify all kinds of named entities in the CLEF collection [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. This
allows us to generate a more comprehensive geographic document signatures (Dsig), which is a list
of geographic concepts already grounded from placenames found on each document. The Dsig were
first introduced on last year’s participation as a representation of the document’s scopes, and were
used to compute the geographic similarity of documents to the query’s scope [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. The Dsig comprise
two kinds of geographic evidence: i) explicit geographic evidence, consisting of grounded
placenames that designate geographic locations, such as countries, divisions or territories, and ii) implicit
geographic evidence, consisting of other grounded entities that do not designate explicitly geographic
locations but are strongly related to a geographic location, such as monuments, buildings, company
headquarters or summits.
        </p>
        <p>
          Document Processing: To cope with the new approaches on query processing, we needed a simple
ranking model that elegantly combined the text and geographic subspace models, eliminating the need
for merging text and geographic ranking scores, while still allowing us to assign a weight for each
model on the retrieval. Therefore, we extended MG4J to suit our requirements for this year’s
experiments [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], and we chose the BM25 weighting scheme to compute a single ranking score for
documents [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], using three index fields: text field, for standard term indexes, explicit local
field, for geographic terms considered as explicit geographic evidence, and implicit local field,
for geographic terms associated to the implicit geographic evidence.
        </p>
        <p>The rest of the paper is organised as follows. Section 2 outlines our GIR prototype and describes
in detail each module. Section 3 presents the optimising steps and the configurations selected for the
submitted runs. Section 4 dissects both the official results in GeoCLEF and our post-hoc evaluation results,
and Section 5 concludes the paper with insights drawn from this participation.
2</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>System Description</title>
      <p>Figure 1 describes the architecture of our GIR prototype. In a nutshell, the CLEF topics are pre-processed
by QuerCol, generating query strings in MG4J syntax. The CLEF documents are geo-parsed by
REMBRANDT, a named entity recognition module, that plays the role as a text annotation tool and identifies
GeoCLEF
topics</p>
      <sec id="sec-2-1">
        <title>GeoCLEF documents</title>
        <p>QuerCol 2008</p>
        <p>Query
expansion
Geographic
Ontology
REMBRANDT
Text annotation
tool</p>
      </sec>
      <sec id="sec-2-2">
        <title>Query strings</title>
        <p>MG4J
Indexing
&amp;
Ranking</p>
      </sec>
      <sec id="sec-2-3">
        <title>Annotated GeoCLEF documents</title>
      </sec>
      <sec id="sec-2-4">
        <title>GeoCLEF runs</title>
        <p>named entities that have geographic evidence, generating the geographic document signatures (Dsig).
Afterwards, the text and Dsig of the documents are indexed by MG4J. The document retrieval uses an
optimised BM25 weighting scheme and receives the query strings from QuerCol, generating results in the
trec_eval format. The geographic ontology assists only QuerCol in its geographic term expansions, as
REMBRANDT and MG4J use other geographic knowledge resources, as described further in this section.
2.1</p>
        <p>REMBRANDT
REMBRANDT is a language-dependent named-entity recognition (NER) system that uses Wikipedia as
a raw knowledge resource, and explores the Wikipedia document structure to classify all kinds of named
entities in the text. By using Wikipedia, REMBRANDT obtains additional knowledge on every named entity
that can be useful for understanding the context, detecting relationships with other named entities, and use
this information to contextualise and classify surrounding named entities in the text.</p>
        <p>One example of this additional knowledge in practice is the use of the Wikipedia page categories to
derive implicit geographic evidence for each named entity. REMBRANDT handles category strings as text
sentences and searches for place names in a similar way as it is performed on normal texts, generating a
list of captured place names that are considered as implicit geographic evidence for the given named entity.</p>
        <p>
          REMBRANDT currently classifies named entities using the 9 main categories and 47 sub-categories
defined by the second edition of HAREM, a NER system evaluation contest for Portuguese [
          <xref ref-type="bibr" rid="ref10 ref11">11, 10</xref>
          ]. The
main categories are: PERSON, ORGANIZATION, PLACE, DATETIME, VALUE, ABSTRACTION, EVENT, THING and
MASTERPIECE. Rembrandt can handle vagueness in named entities, by tagging the named entities with more
than one category or sub-category.
        </p>
        <p>
          The REMBRANDT classification strategy relies on mapping each named entity to a Wikipedia page and
subsequently analysing its document structure, links and categories, searching for suggestive evidences.
REMBRANDT also relies on manually crafted rules for capturing internal and external evidence of named
entities for both Portuguese and English texts, as suggested by McDonald [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. These rules are used to
classify named entities that were not mapped to a Wikipedia page or mapped to a page with insufficient
information, and to contextualise named entities that have a different meaning (for example, in “I live in
        </p>
        <sec id="sec-2-4-1">
          <title>Portugal street”, where the named entity “Portugal” designates a street, not a country).</title>
          <p>The classification is best illustrated by following how the example named entity, “Empire State
Building”, is handled: the english Wikipedia page of the Empire State Building (en.wikipedia.org/wiki/
Empire_State_Building) is labelled with 10 categories, such as “Skyscrapers in New York City” and
“Office buildings in the United States”. With this information, REMBRANDT classifies the named entity as
a PLACE/HUMAN/CONSTRUCTION. In the hypothetical case that this named entity could not be mapped to a
Wikipedia page, internal evidence rules, such as the presence of the term “Building” in the end, can classify
the named entity as a PLACE/HUMAN/CONSTRUCTION. Finally, external evidence rules check the context on</p>
        </sec>
        <sec id="sec-2-4-2">
          <title>Explicit geographic evidence</title>
          <p>PLACE/PHYSICAL/ISLAND
PLACE/PHYSICAL/WATERCOURSE
PLACE/PHYSICAL/WATERMASS
PLACE/PHYSICAL/MOUNTAIN
PLACE/PHYSICAL/REGION
PLACE/PHYSICAL/PLANET
PLACE/HUMAN/REGION
PLACE/HUMAN/DIVISION
PLACE/HUMAN/STREET
PLACE/HUMAN/COUNTRY</p>
        </sec>
        <sec id="sec-2-4-3">
          <title>Implicit geographic evidence</title>
          <p>EVENT/PASTEVENT
EVENT/ORGANIZED
EVENT/HAPPENING
PLACE/HUMAN/CONSTRUCTION
ORGANIZATION/ADMINISTRATION
ORGANIZATION/INSTITUTION
ORGANIZATION/COMPANY</p>
        </sec>
        <sec id="sec-2-4-4">
          <title>No geographic evidence</title>
          <p>THING/CLASS
THING/CLASSMEMBER
THING/OBJECT
THING/SUBSTANCE
PLACE/VIRTUAL/MEDIA
PLACE/VIRTUAL/ARTICLE
PLACE/VIRTUAL/SITE
PERSON/POSITION
PERSON/INDIVIDUAL
PERSON/INDIV.GROUP
PERSON/POSIT.GROUP
PERSON/MEMBER
PERSON/MEMBERGROUP
PERSON/PEOPLE
VALUE/CURRENCY
VALUE/CLASSIFICATION
VALUE/QUANTITY</p>
          <p>ABSTRACTION/DISCIPLINE
ABSTRACTION/STATE
ABSTRACTION/IDEA
ABSTRACTION/NAME
MASTERPIECE/WORKOFART
MASTERPIECE/REPRODUCED
MASTERPIECE/PLAN
TIME/GENERIC
TIME/DURATION
TIME/FREQUENCY
TIME/HOUR
TIME/INTERVAL
TIME/DATE
which the named entity is inserted, ensuring that the named entity is not referred in another context (for
example, as an hypothetical movie, street or restaurant name). For the detection of implicit geographic
evidence, the categories “Skyscrapers in New York City” and “Office buildings in the United States” are
handled by REMBRANDT as additional text, and the place names “New York City” and “United States” are
captured and listed as implicit geographic evidence associated to the named entity “Empire State Building”.
From REMBRANDT annotations to geographic document signatures
Each CLEF document annotated with REMBRANDT contains a list of named entities that might convey
explicit or implicit geographic evidence. We can now generate rich geographic document signatures Dsig
by adding named entities that have explicit geographic evidence, together with the placenames that were
associated as implicit geographic evidence for other named entities. We divide the 47 sub-categories of
named entities into 3 levels of eligibility, as depicted in Table 1:
1. Sub-categories that have explicit geographic evidence: all sub-categories under the main
category PLACE, with the exception of the sub-categories PLACE/HUMAN/CONSTRUCTION and</p>
        </sec>
        <sec id="sec-2-4-5">
          <title>PLACE/VIRTUAL/*. The category PLACE mostly spans the administrative domain and physical do</title>
          <p>main, but the PLACE/VIRTUAL/* sub-categories span virtual places such as web sites, newspaper
articles or TV programs, and therefore are not eligible for inclusion in the geographic signatures.
In HAREM, the subcategory PLACE/HUMAN/CONSTRUCTION is included in the PLACE main category,
precisely because of its strong geographic connotation, but it is not an explicit geographic entity. As
such, the subcategory PLACE/HUMAN/CONSTRUCTION is handled in the next level.
2. Sub-categories that have implicit geographic evidence: the categories ORGANIZATION, EVENTS
and sub-category PLACE/HUMAN/CONSTRUCTION. The category ORGANIZATION spans institutions and
corporations, such as city halls, schools or companies, which are normally related to a defined
geographic area of interest. The category EVENTS spans organised events that normally take place in a
defined place, such as olympic games, rock concerts or conferences.
3. Sub-categories that have no geographic evidence: categories considered to have no significative
contribution for the geographic signatures. It spans the categories PERSON, THING, ABSTRACTION,
MASTERPIECE, TIME and VALUE, and sub-categories PLACE/VIRTUAL/*.</p>
          <p>“Tall
buildings
in the
USA”
l
o
C
r
e
u
Q</p>
          <p>Terms
Tall,
Buildings,
USA</p>
          <p>Ontology
Geo:Terms Expansion
USA</p>
          <p>BRF
Expansion tsokwysecrsra,peemrsp,irbeu.rj,
biggest, tallest,
united states,
america
california, seattle,
washington, los
angeles, chicago,
san francisco, (...)
text:tall{1.0} |
text:buildings{1.0} |
text:usa{1.0} |
text:skyscraper{0.9} |
text:burj{0.8} |
text:towers{0.7} |
text:empire{0.6} |
text:america{0.5} |
local:usa{1.0} |
local:california{0.5} |
local:(los angeles){0.333}...</p>
          <p>This eligibility table of named entity classifications into Dsig signatures is a simplification exercise, and
it is far from consensual. It is questionable whether categories such as PERSON can also convey a
significative geographic evidence to define the document scopes. For instance, the named-entity “Nelson Mandela”,
as processed by REMBRANDT, is associated to “South Africa” as its implicit geographic evidence because
the Wikipedia page of Nelson Mandela (en.wikipedia.org/wiki/Nelson_Mandela) contains the
category “Presidents of South Africa”. Yet, this geographic evidence may cause the drift from the document
scope, because not all documents mentioning “Nelson Mandela” have the South African territory as their
geographic scope.</p>
          <p>On the other hand, we are assuming that all captured geographic evidence is relevant for the document
scope, but this is not always true. Take for instance the named entity example “Empire State Building”;
while it conveys an implicit location when it is addressed, for example, in a context of office headquarters,
it is not important for the document scope when it is addressed on a context of its architectural style.
2.2</p>
          <p>
            QuerCol
QuerCol’s query reformulation has two different procedures: first, it uses blind relevance feedback (BRF)
for selected terms, and secondly, it performs geographic query expansion for geographic terms, by
exploring the relationships between geographic concepts on a geographic ontology [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ].
          </p>
          <p>
            Figure 2 illustrates the two different expansion procedures of QuerCol, for the example query “Tall
buildings in the USA”. First, QuerCol removes the stopwords from the query, and recognises the geographic
terms with the help of REMBRANDT. Afterwards, the non-stopwords tall, buildings and usa are expanded
through BRF, using the wt (pt -qt ) algorithm to weight terms in a normalised scale of [
            <xref ref-type="bibr" rid="ref1">0,1</xref>
            ]. [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ] The expanded
terms are then merged with the initial query terms with an OR logic operator (j), labelled with their targeted
index field and corresponding term weights, and finally assembled in a single query string.
          </p>
          <p>On the other hand, the geographic term “USA” is grounded to the geographic concept ‘United States
of America (country)’, triggering the ontology-driven geographic query expansion that searches for other
geographic concepts known to be contained within the USA territory. The new geographic terms are then
re-weighted according to the ontology node distance between the root node and the leaf node by the formula
1 . For the given example, USA generates 50 states with a weight of 21 and several cities with weight 13
n 1
(considering that the node distance in the ontology between states and countries is 1, and between cities
and countries is 2). In the end, terms are labelled as search terms for the explicit local and implicit
local index fields. These list of terms is desigated as the query geographic signature, the Qsig.
2.3</p>
          <p>MG4J indexing and ranking
MG4J is responsible for the indexing and retrieval of documents. MG4J indexes the text of CLEF
documents into a text index field, while the Dsig of the documents is divided in two geographic indexes:
the explicit local and implicit local index fields, according to each type of geographic evidence.
Figure 3 presents an example of REMBRANDT’s annotation and subsequent MG4J indexing steps.</p>
          <p>Source
documents
I visited the
Empire State
Building, on
my trip to
the USA.</p>
          <p>t
d
n
a
r
b
m
e
R</p>
          <p>Tagged documents
I visited the &lt;CONSTRUC
TION&gt;Empire State
Building&lt;/CONSTRUCTION&gt;
&lt;LOCALITY&gt;New York
&lt;/LOCALITY&gt;, on my trip to
the &lt;LOCAL&gt;USA&lt;LOCAL&gt;.</p>
          <p>J
4
G
M</p>
          <p>text Indexes
i, building, empire,
my, on, state, the(2),
to, trip, usa, visited
expl.local</p>
          <p>usa
impl.local
new york</p>
          <p>We define term similarity as the similarity between query subjects and document subjects, and
computed with the use of BM25 on the text index field only, and geographic similarity as the similarity
between geographic signatures of queries and documents (Qsig and Dsig), computed with the use of BM25
on the explicit local and implicit local index fields. MG4J allows us to dynamically select the
indexes to be used in the retrieval, and to change the weight of a field before retrieval.</p>
          <p>Unfortunately, we were not able to extend the BM25 implementation on MG4J to support term weight,
so all the terms weights were set to the defalut value of 1 for all the generated runs.
3</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Run Generation</title>
      <p>The run generation procedure is depicted in Figure 4. In an initial step, QuerCol processes the topics
and performs only a geographic query expansion, generating an ontology expanded query. The ontology
expanded query is submitted to MG4J, generating the initial run. The initial run with the best men average
precision (MAP) value is chosen as the source of relevance for the blind relevance feedback step, performed
by QuerCol on the ontology expanded query. In the end, QuerCol generates a final BRF + ontology
expanded query, which is submitted to MG4J to generate the final run.</p>
      <p>GeoCLEF
topic</p>
      <p>Ontology</p>
      <p>QuerCol Expansion
Ontology
Expanded</p>
      <p>Query</p>
      <p>Initial
Run</p>
      <p>QuerCol
BRF +
Ontology
Expanded</p>
      <p>Query</p>
      <p>BRF
Expansion</p>
      <p>Final</p>
      <p>Run
M G 4 J</p>
      <p>M G 4 J
We thoroughly optimised the parameters of our GIR prototype, so that we could minimise the effect of a
detuned GIR system on the MAP values, and increase our confidence that the results are a direct
consequence of the approaches being evaluated. Regarding the document retrieval, we optimised the b and k1
parameters of BM25, and we experimented different weights for the text, explicit local and implicit
s
e
u
l
a
v
P
A
M Default BM25
parameters:
k1=2.0
b=0.75
Default index
weights:
1.0, 0.0, 0.0</p>
      <p>Optimised
BM25
parameters</p>
      <p>Optimised
index
weights
Generate
final queries
with:
4, 8, 12, 16
top-k-terms
5, 10, 15
top-k-docs
Optimised
BM25
parameters</p>
      <p>Optimised
index
weights</p>
      <p>Optimisation step
local index fields. For the QE step, we experimented with different blind relevance feedback parameters:
the number of terms added for the final query, top-k-terms, and the number of top documents considered
relevant, top-k-docs.</p>
      <p>Figure 5 describes the optimisation procedure performed on our GIR prototype with the help of the
2007 GeoCLEF data. We started with the default values for the BM25 parameters, and using only the text
index field, we searched for the best BM25 values that generated the optimal MAP values. Then, with
these BM25 parameters, we then optimised the index weight values according to the MAP values. The best
initial run fed the blind relevance feedback process, and the optimisation procedure was repeated for the
final run stage, using several combinations of top-k-terms and top-k-docs.
3.2</p>
      <p>Configuration of the official runs</p>
      <sec id="sec-3-1">
        <title>Initial Run BRF Final Run</title>
      </sec>
      <sec id="sec-3-2">
        <title>Run number BM25 opt. Index weight optimisation top-k top-k BM25 opt. Index weight optimisation.</title>
      </sec>
      <sec id="sec-3-3">
        <title>Portuguese b k1 text exp.l. imp.l. terms docs b k1 text exp.l. imp.l.</title>
        <p>#1, #2, #3 0.4 0.9 {2.0, 2.5, 3.0} 0.25 0.0 - - - - - -
#4, #5, #6 0.4 0.9 2.5 0.25 0.0 8 5 0.95 0.3 {2.0, 2.5, 3.0} 0.25 0.0
#7, #8, #9 0.4 0.9 2.5 0.25 0.0 8 5 0.65 0.35 {2.0, 2.5, 3.0} 0.25 0.0
#10,#11, #12 0.4 0.9 2.5 0.25 0.0 8 5 0.65 0.5 {2.0, 2.5, 3.0} 0.25 0.0</p>
      </sec>
      <sec id="sec-3-4">
        <title>English</title>
        <p>#1, #2, #3 0.65 1.4 {1.5, 2.0, 2.5} 0.5 0.0 - - - - - -
#4, #5, #6 0.65 1.4 2.0 0.5 0.0 8 15 0.65 1.4 {1.5, 2.0, 2.5} 0.5 0.0
#7, #8, #9 0.4 0.9 2.5 0.25 0.0 8 10 0.65 0.35 {1.5, 2.0, 2.5} 0.5 0.0
#10,#11,#12 0.4 0.9 2.5 0.25 0.0 8 5 0.65 0.5 {1.5, 2.0, 2.5} 0.5 0.0</p>
        <p>In 2008, GeoCLEF allowed up to 12 official runs to be submitted, for each of the monolingual subtask.
We submitted a total of 12 runs for each subtask, using the most promising parameters from the
optimisation procedure, with a sligh variation on the index weights. Table 2 resumes the parameter values used for
the official runs.</p>
        <p>The official runs are composed by initial runs (#1 to #3) and final runs (#4 to #12). We experimented
different ratios of text / explicit local index weights, by increasing and decreasing the text index
weight by 0.5.</p>
        <p>During the optimisation, we observed that the BM25 optimisation for the Portuguese subtask presentes
many local optimal MAP values, so we decided to submit runs with three BM25 configurations from
different areas, to increase the odds of standing near a global optimal BM25 parameter. For the English
optimisation, we observed that the BRF parameters had more influence on the optimal MAP values than
the BM25 parameters, so we submitted runs with different BRF parameter values. Also worth mentioning
is the fact that the implicit local index field did not improved MAP values in any optimisation scenario,
and thus it was turned off on all official runs.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <sec id="sec-4-1">
        <title>Best GeoCLEF 2008 runs</title>
      </sec>
      <sec id="sec-4-2">
        <title>Initial Run BRF</title>
      </sec>
      <sec id="sec-4-3">
        <title>BM25 optim. Index weight optim. top-k top-k</title>
        <p>b k1 MAP text exp.l. imp.l. MAP terms docs
PT3 0.4 0.9 0.2222 2.5 0.25 0.0 0.2234 -
EN6 0.65 1,4 0.2519 2.0 0.5 0.0 0.2332 8 15</p>
      </sec>
      <sec id="sec-4-4">
        <title>Final Run</title>
      </sec>
      <sec id="sec-4-5">
        <title>BM25 optim. Index weight optim.</title>
        <p>b k1 MAP text exp.l. imp.l. MAP
- - - - - -
0.65 1.4 - 2.5 0.5 0.0 0.2755</p>
        <p>Table 3 presents the best GeoCLEF official runs (top part) and the best optimisation values for the
GeoCLEF evaluation data from 2006 to 2008 (top part), for the Portuguese and English monolingual subtasks.
We observe that our best Portuguese run was in fact an initial run (with a MAP of 0.2234), and the post-hoc
optimisation corroborated the fact that the best MAP values for Portuguese are achieved by initial runs
(with the best MAP value of 0.2301), which is somewhat unexpected. For the English subtask, the best run
was indeed a final run, achieving a MAP value of 0.2755, that could be pushed further up to 0.2814 with
optimised parameters.</p>
        <p>The results show that the use of explicit local index field on the retrieval process improves the
results in all evaluation scenarios, while the explicit local index field does not contribute at all to the
improvement of the retrieval results. This fact proves that the GIR prototype is able to outperform a classic
IR system in a consistently way, but it also contradicts our initial beliefs that implicit geographic evidence
would have an important role on the Dsig. In fact, we only observe that the explicit local index field
takes part on the best MAP values for GeoCLEF 2006, which we think that it might be related to the
geographically generic topics used in that year (mostly about countries and continents), which favours the
implicit geographic evidence (that is also normally given by countries and continents).</p>
        <p>Another topic of interest of the results is that we were not so far away from the optimal MAP values as
we initially expected to be, and thus we believe that we did not over-fitted our GIR system with the 2007
data. Nonetheless, the post-hoc optimisation revealed that the English topic sets are quite balanced, where
we consistently achieved MAP values around 0.28, while the difficulty of the Portuguese topic sets is more
unpredictable. This reveals how important it is to tune up a system according to the collections and topics,
as the default parameter values rarely produce good results.
This year, we participated in GeoCLEF with the purpose of maturing the ideas first coined on last year’s
participation, namely: i) the document geographic signatures must be more comprehensive, extraction all
kinds of geographic evidence that can be derived from all named entities in the text, and ii) the thematic
and geographic facets of each search are not antagonic, and could be used together to retrieve documents
in a common weighting scheme that can elegantly combine term and geographic index fields.</p>
        <p>The results showed that our GIR prototype is consistently better when using the geographic indexes
on the retrieval, meaning that our GIR approach outperforms a classic IR retrieval in every GeoCLEF
evaluation scenario since 2006. For future work, we plan to improve REMBRANDT’s strategy for capturing
implicit geographic evidence, as we believe that its naïve approach generated noisy signatures and it was
responsible for the futility of the implicit local index field. We also want to develop a new adaptive
strategy for QuerCol, as the optimal QE parameters vary for each topic, and using the same configuration
set for all topics generates sub-optimal expanded queries. We also plan to rebuild the BM25 implementation
of MG4J, so that term weights can be properly used on document retrieval.</p>
        <p>Acknowledgements
We thank David Cruz and Sebastiano Vigna for the modifications made to MG4J according to the
experiments, and to Marcirio Chaves for updating the geographic ontology.</p>
      </sec>
      <sec id="sec-4-6">
        <title>Our participation was jointly funded by the Portuguese government and the European Union (FEDER and FSE) under contract ref. POSC/339/1.3/C/NAC (Linguateca), and partially supported by grants SFRH/BD/29817/2006 and POSI/SRI/40193/2001 (GREASE) from FCT (Portugal), co-financed by POSI.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Guoray</given-names>
            <surname>Cai</surname>
          </string-name>
          .
          <article-title>GeoVSM: An Integrated Retrieval Model for Geographic Information</article-title>
          .
          <source>In Proceedings of the 2nd International Conference on Geographic Information Science</source>
          ,
          <source>GIScience'02</source>
          , pages
          <fpage>65</fpage>
          -
          <lpage>79</lpage>
          , London, UK,
          <year>2002</year>
          . Springer-Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Nuno</given-names>
            <surname>Cardoso. REMBRANDT - Reconhecimento de Entidades Mencionadas</surname>
          </string-name>
          <article-title>Baseado em Relações e Análise Detalhada do Texto</article-title>
          . In Cristina Mota and Diana Santos, editors,
          <source>Encontro do Segundo HAREM</source>
          , Aveiro, Portugal, 11th
          <year>September 2008</year>
          . in Portuguese.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Nuno</given-names>
            <surname>Cardoso</surname>
          </string-name>
          , David Cruz,
          <string-name>
            <given-names>Marcirio</given-names>
            <surname>Chaves</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Mário J.</given-names>
            <surname>Silva</surname>
          </string-name>
          .
          <article-title>Using Geographic Signatures as Query and Document Scopes in Geographic IR</article-title>
          .
          <source>In Advances in Multilingual and Multimodal Information Retrieval: 8th Workshop of the Cross-Language Evaluation Forum</source>
          ,
          <string-name>
            <surname>CLEF</surname>
          </string-name>
          <year>2007</year>
          , volume
          <volume>5152</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>802</fpage>
          -
          <lpage>810</lpage>
          . Springer,
          <year>2008</year>
          . Revised Selected papers.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Nuno</given-names>
            <surname>Cardoso</surname>
          </string-name>
          and
          <string-name>
            <given-names>Diana</given-names>
            <surname>Santos</surname>
          </string-name>
          .
          <article-title>To separate or not to separate: reflections about GIR practice</article-title>
          .
          <source>In 1st Workshop on Novel Methodologies for Evaluation in Information Retrieval</source>
          ,
          <string-name>
            <surname>NMEIR</surname>
          </string-name>
          <year>2008</year>
          (ECIR'2008 Workshop), Glasgow, UK, 30
          <year>March 2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Nuno</given-names>
            <surname>Cardoso</surname>
          </string-name>
          and
          <string-name>
            <given-names>Mário J.</given-names>
            <surname>Silva</surname>
          </string-name>
          .
          <article-title>Query Expansion through Geographical Feature Types</article-title>
          .
          <source>In 4th Workshop on Geographic Information Retrieval, GIR'07 (CIKM'2007 Workshop)</source>
          , Lisbon, Portugal,
          <source>9th November</source>
          <year>2007</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Efthimis</surname>
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Efthimiadis</surname>
          </string-name>
          .
          <article-title>A user-centered evaluation of ranking algorithms for interactive query expansion</article-title>
          .
          <source>In Proceedings of ACM SIGIR '93</source>
          , pages
          <fpage>146</fpage>
          -
          <lpage>159</lpage>
          ,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>McDonald</surname>
          </string-name>
          .
          <article-title>Internal and external evidence in the identification and semantic categorization of proper names</article-title>
          .
          <source>In I. Boguraev and J</source>
          . Pustejovsky, editors,
          <source>Corpus processing for lexical acquisition, chapter 2</source>
          , pages
          <fpage>21</fpage>
          -
          <lpage>39</lpage>
          . MIT Press, Cambridge, MA, USA,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Singhal</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Buckley</surname>
          </string-name>
          .
          <article-title>Improving Automatic Query Expansion</article-title>
          .
          <source>In Proceedings of the 21st Annual International ACM Conference on Research and Development in Information Retrieval</source>
          , SIGIR'
          <year>1998</year>
          , pages
          <fpage>206</fpage>
          -
          <lpage>214</lpage>
          , Melbourne, Australia,
          <year>1998</year>
          . ACM Press.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Stephen</surname>
            <given-names>E Robertson</given-names>
          </string-name>
          , Steve Walker, Micheline Hancock-Beaulieu,
          <string-name>
            <given-names>Aarron</given-names>
            <surname>Gull</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Marianna</given-names>
            <surname>Lau</surname>
          </string-name>
          .
          <article-title>Okapi at TREC-3</article-title>
          .
          <source>In Proceedings of the 3rd Text REtrieval Conference</source>
          , pages
          <fpage>21</fpage>
          -
          <lpage>30</lpage>
          , Gaithersburg,
          <string-name>
            <surname>MD</surname>
          </string-name>
          , USA,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Diana</surname>
            <given-names>Santos</given-names>
          </string-name>
          , Paula Carvalho, Hugo Oliveira, and
          <string-name>
            <given-names>Cláudia</given-names>
            <surname>Freitas</surname>
          </string-name>
          . Second HAREM:
          <article-title>new challenges and old wisdom</article-title>
          .
          <source>In International Conference on Computational Processing of Portuguese Language</source>
          , PROPOR'
          <year>2008</year>
          , Aveiro, Portugal,
          <fpage>8</fpage>
          -
          <issue>10th</issue>
          <year>September 2008</year>
          .
          <article-title>Accepted for publication</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Diana</surname>
            <given-names>Santos</given-names>
          </string-name>
          , Nuno Seco, Nuno Cardoso, and
          <string-name>
            <given-names>Rui</given-names>
            <surname>Vilela</surname>
          </string-name>
          .
          <article-title>HAREM: An Advanced NER Evaluation Contest for Portuguese</article-title>
          . In Nicoletta Calzolari, Khalid Choukri, Aldo Gangemi, Bente Maegaard, Joseph Mariani, Jan Odjik, and Daniel Tapias, editors,
          <source>Proceedings of the 5th International Conference on Language Resources and Evaluation</source>
          , LREC'
          <year>2006</year>
          , pages
          <fpage>1986</fpage>
          -
          <lpage>1991</lpage>
          , Genoa, Italy,
          <fpage>22</fpage>
          -
          <lpage>28</lpage>
          May
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Sebastiano</given-names>
            <surname>Vigna</surname>
          </string-name>
          and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Boldi</surname>
          </string-name>
          .
          <article-title>MG4J: Managing Gigabytes for JavaTM</article-title>
          . http://mg4j.dsi.unimi.it/,
          <year>December 2007</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>