<!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>NICTA i2d2 at GeoCLEF 2005</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Baden Hughes Victoria Laboratory National ICT Australia Department of Computer Science and Software Engineering The University of Melbourne Victoria</institution>
          ,
          <addr-line>3010</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the participation of the Interactive Information Discovery and Delivery (i2d2) project of National ICT Australia (NICTA) in the GeoCLEF track of the Cross Language Evaluation Forum 2005. We present some background information about NICTA i2d2 project to motivate our involvement; describing our systems and experimental interests. We review the design of our runs and the results of our submitted and subsequent experiments; and contribute a range of suggestions for future instantiations of a geospatial information retrieval track within a shared evaluation task framework.</p>
      </abstract>
      <kwd-group>
        <kwd>geospatial information retrieval</kwd>
        <kwd>query expansion</kwd>
        <kwd>geospatial gazetteer</kwd>
        <kwd>geospatial grounding</kwd>
        <kwd>information retrieval evaluation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>National ICT Australia (NICTA) is Australia’s information technology and communications
Centre of Excellence. The Interactive Information Discovery and Delivery (i2d2) project is based
within NICTA’s Victoria Laboratory, hosted in the Department of Computer Science and
Software Engineering at the University of Melbourne. The i2d2 project is an interdisciplinary project
located within a research cluster covering natural language processing, information retrieval,
spatial databases, and constraint programming. The overall aims of the i2d2 project is to explore how
intelligent linguistic and geospatial analysis of queries and content can enhance the ability of a
basic search engine to fulfill a user’s information need. This project aims to develop scalable natural
language processing technologies for extracting, analysing and presenting information locked up in
large bodies of text and speech data on the web. More specifically, this project is oriented towards
Australian information content; will feature location-based query and visualisation; will employ
scalable methods for linguistic and geospatial annotation; will support spatially-aware document
clustering and multi-document summarisation and be deployed in a multimodal interface. The
research agenda within i2d2 is aligned NICTA’s Priority Challenge: From Data to Knowledge. The
project involves the extraction, collation and analysis of high-level semantic relationships from
massive quantities of text on the web.</p>
      <p>Hence the i2d2 project is inherently interested in geographical information retrieval - finding
information involving some kind of spatial context. In complement to the GeoCLEF motivation,
i2d2 notes that existing evaluation campaigns such as TREC and NCITR do not explicitly evaluate
geographical information retrieval relevance. This our involvement was initiated by the need for
an generalized evaluation framework for geographical information retrieval systems, as well as a
test case for the systems we are developing.</p>
      <p>Our motivations for involvement in GeoCLEF 2005 were broadly twofold: to engage with the
broader geospatial information retrieval community in a shared evaluation task and to test a variety
of different system components and analytical approaches which are important to the higher level
applications within the i2d2 context. As such our expectations about our system performance
were in fact quite low, and largely we treated this exercise as a timely informal evaluation of our
own progress in the area.</p>
      <p>The structure of this paper is as follows: having outlined our motivation for involvement
we consider the additional resources used in our experiments; describe our system; evaluate our
results; and discuss future options for GeoCLEF.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Resources</title>
      <p>The system that NICTA i2d2 used in GeoCLEF 2005 is in fact a loosely coupled aggregate of
independent components, with the intermediate glue scripts, and some utility functions written
from scratch.</p>
      <p>For geospatial grounding, we used the Getty Thesaurus of Geographic Names1, a standard
broad coverage gazetteer collated from a wide range of different sources under the auspices of the
J. Paul Getty Trust. The Getty Thesaurus of Geographic Names (TGN) contains around 1 million
entries for geospatial entities including administrative political entites and physical features. The
core of a TGN record is a place, each of which is identiefid with a unique numerical identiefir.
Place records are then linked to name variants (common, historical, linguistic); to a node in a
hierarchy; to other relationship types; geographical coordinates; notes; data sources; and a place
typology.</p>
      <p>For named entity recognition, we used the Alias-I LingPipe system2 in conjunction with the
UIUC Cognitive Computation Group’s Named Entity Tagger3. Neither of these systems was
specifically trained for geospatial named entity recognition, but identified named entities
generally, including geospatial named entities. In both cases, the benchmark performance for a
nonspecialised application of the software ‘off the shelf’ has been shown to approximate the state of
the art for named entity recognition in general.</p>
      <p>For indexing and retrieval, we used the RMIT Zettair system4 (formerly known as Lucy).
Zettair creates an inverted index of the document collections with native support for TREC
formats, and provides support for simple, ranked (non Boolean) and phrase queries. The Zettair
system is a robust and well tested system which has been used in a range of external evaluations
including larger scale TREC tasks.</p>
      <p>1http://www.getty.edu/research/conducting_research/vocabularies/tgn/
2http://alias-i.com/lingpipe/
3http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=NE
4http://www.seg.rmit.edu.au/zettair/</p>
    </sec>
    <sec id="sec-3">
      <title>System Description</title>
      <p>In order to address the GeoCLEF tasks, analysis of both the topics and the collection was
undertaken as a precursor to running our retrieval system proper.
3.1</p>
      <sec id="sec-3-1">
        <title>Topic Level Analysis</title>
        <p>Initially, the relevant parts of each topic was analysed using the two named entity recognition
systems, and the geospatial entities indentiefid. Subsequently for each topic the geospatial entities
were resolved via the Getty TGN, resulting in a geospatial and hierarchical grounding of the
entity and a typological resolution. From this point the geospatial entities in a given topic can be
expanded or reduced by hierarchy traversal in the gazetteer. The result of this analysis is a topic
to geospatial scope mapping table, allowing for the expansion of an explicitly specified geospatial
entity in a topic to a larger related set of geospatial entities. This table is then used to create the
“modified” version of each topic by expansion (or annotation) of the geospatial content of each
topic.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Collection Level Analysis</title>
        <p>The LA Times and Glasgow Herald collections were also analysed using the named entity
recognition systems, although only the document headlines were processed (rather than the whole
document). Each geospatial entity in the headlines was then resolved via the Getty TGN,
resulting in a geospatial and hierarchical grounding of the entity and typological resolution. From this
point the geospatial entities could be expanded or reduced by hierarchy traversal in the gazetteer.
The result of this analysis is a document headline to geospatial scope mapping table, allowing for
greater accuracy in matching topic scope to document scope.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Collection Indexing</title>
        <p>The LA Times and Glasgow Herald collections were combined into a single collection and
subsequently indexed using the Zettair engine in TREC native mode. The combined collection was
indexed in the raw (unannotated) form</p>
        <p>The purpose of GeoCLEF is to experiment with and evaluate information retrieval techniques
which are oriented towards geospatial entities which are in turn descriptive characteristics of
documents in a collection. The basic hypothesis being tested is whether the addition of geospatial
entities and locational operands will geographic places which are descriptive of documents. The
main idea is to see if addition of geographic operators and geographic locations will improve the
accuracy and specificity of retrieval of relevant documents.</p>
        <p>In this year’s GeoCLEF track, NICTA i2d2 participated in the English monolingual task, that
is using English language topics to query an English language document collection. NICTA i2d2
submitted four runs for evaluation, including the two mandatory runs for each task (one run using
only the topic title and topic description without using the topic concept tag or topic geographic
tags or the topic narrative; and the other required run using both topic title and topic description
(but not the topic narrative) and all geographic tags (operator and location) as well as the concept
tag.) The runs that NICTA i2d2 submitted were fully automatic, with no human intervention in
any part of the experiment process (eg via relevance feedback).</p>
        <p>As will be seen in following sections, the main differences in our experiments submitted to
GeoCLEF 2005 are in the inclusion of various parts of the topics and the level of geospatial
entity expansion based on the topic to geospatial entity mapping tables described earlier. In their
simplest forms, our experiments can be construed as principled query expansion of an existing
topic with geospatial entities of relevance to create a larger bag of words for index query and
retrieval.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments</title>
      <p>In the table below we show the types of topics and collection materials used in each run. Where the
type is ‘Raw’, this label refers to the unexpanded and unannotated topic or document collection.
Where the type is ‘Modified’, this label refers to the expanded and annotated topic or document
collection.
The overall performance of the i2d2 systems can be summarised as follows. Notably we detected
no overall performance increase by the use of topics expanded with geospatial entities over the
baseline topics.</p>
      <p>The average precision (non-interpolated) for all relevant documents (averaged over queries) is
25.14%. It can be observed that the precision average at early recall points is quite promising,
while at lower recall points system performance drops markedly.</p>
      <p>The performance of the i2d2 systems at a given retrieval depth can be seen in the table below:</p>
    </sec>
    <sec id="sec-5">
      <title>Future Directions</title>
      <p>In this final section, we reflect, based on our experience in GeoCLEF and as a result of general
research involvement in this area on a number of desirable items which would be contained in
a standardised geospatial information retrieval evaluation set, and may be considered in future
instantiations of the GeoCLEF task.</p>
      <p>A wider variety of geospatial concepts should be included in the queries. In 2005, the queries
were mostly geospatial entities at the country regional level, or the continental level. Standard
resources such as country gazetteers and the Getty Thesaurus offer entities at much finer grained
levels and could be used as a coarse evaluation metric for the diversity of the concepts in a shared
evaluation task data set.</p>
      <p>Additionally a much larger set of locational relations (’operators’) should be included, rather
than the dominant “in” operator used in 2005. Independently the i2d2 project has developed a
set of 100 locational operators based on mining web query logs, and many of these have
specifically geospatial aspects (cardinal directions for example) in addition to locational semantic load.
We would be happy to contribute this taxonomy in a future instantiation, or customise it as
appropriate.</p>
      <p>The geospatial resolution task is core to any geographical information retrieval system. In this
year’s tasks, the only resolution type exhibited was a generalised scope expansion task eg expand
Europe to a list of countries. There are a range of other resolution types including scope reduction
which should be included in subsequent topic development considerations.</p>
      <p>Furthermore, it would be useful to have participants all using a baseline geospatial gazetteer,
in order to more objectively evaluate the performance of geospatial information retrieval engines.
Without knowing the variety of gazetteers used in the 2005 endeavour at the time of writing
(one suspects that it is in fact quite large), it is clear that a hierarchically structured gazetteer
would offer signicfiant advantages since many of the geospatial entities were general, and required
expansion into finer grained units. We would recommend the use of a broad coverage gazetteer
like the Getty Thesuarus of Geographic names as a common gazetter baseline; recognising that
there is a cost to acquiring this resource, perhaps a more general resource such as the UNLoCode
database would offer a similar baseline.</p>
      <p>Finally (although perhaps most obviously) a larger number of topics will be required for robust
evaluation. The 25 topics used in this year’s effort provided a useful basis for evaluating the
viability of the GeoCLEF exercise, particularly by ensuring that the barrier to entry was low,</p>
      <p>Whilst we realise that all of these desiderata have a human effort impact, we believe that the
overal quality of results, and the standardisation of the evaluation effort will benefit from their
inclusion.
7</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>Our approach to the GeoCLEF track in 2005 was largely exploratory within the bounds of our
broader NICTA research project in Interactive Information Discovery and Delivery, which
encompasses a range of applications for geospatial information retrieval. While our system is not
particularly mature, it is clear that it has capacity to perform well in these types of shared
evaluation tasks, and the exercise has allowed us to further refine our development directions.
In particular, the resources specicfially committed to the GeoCLEF exercise in 2005 were quite
minimal; despite this, our system performed moderately well. We look forward to participating
in future instantiations of GeoCLEF, and welcome discussions on resourcing this effort into the
future.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>