<!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>Connecting Language and Geography with Region-Topic Models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michael Speriosu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Travis Brown</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Taesun Moon</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jason Baldridge</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Katrin Erk</string-name>
          <email>katrin.erkg@mail.utexas.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>The University of Texas at Austin Austin TX 78712</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe an approach for connecting language and geography that anchors natural language expressions to speci c regions of the Earth, implemented in our TextGrounder system. The core of the system is a region-topic model, which we use to learn word distributions for each region discussed in a given corpus. This model performs toponym resolution as a by-product, and additionally enables us to characterize a geographic distribution for corpora, individual texts, or even individual words. We discuss geobrowsing applications made possible by TextGrounder, future directions for using geographical characterizations of words in vector-space models of word meaning, and extending our model to analyzing compositional spatial expressions.</p>
      </abstract>
      <kwd-group>
        <kwd>Geobrowsing</kwd>
        <kwd>Toponym Resolution</kwd>
        <kwd>Topic Models</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Incredible amounts of text are now readily available in digitized form in various
collections spanning many languages, domains, topics, and time periods. These
collections are rich sources of information, much of which remains hidden in the
sheer quantity of words and the connections between di erent texts. Techniques
that reveal this latent information can transform the way users interact with
these archives by allowing them to more easily nd points of interest or
previously unnoticed patterns. In this paper, we describe our preliminary progress in
developing our TextGrounder system, which we use to create geospatial
characterizations and visualizations of text collections. We also discuss the potential
for using the representations produced by our system to inform or learn models
of how language encodes spatial relationships.</p>
      <p>
        The spatial meaning of an utterance depends on many factors. The
expression a barbecue restaurant 60 miles east of Austin has a compositional analysis
in which one must: (1) identify whether Austin refers to a person or place and
which person or place it is, including determining the correct latitude and
longitude associated with it; (2) identify the location that is 60 miles to the east of
that location; and (3) possibly identify a restaurant that serves barbecue in that
vicinity. We do not tackle such compositional analysis yet; instead we begin with
a standard bag-of-words model of texts that allows us to use the geographic focus
of words like barbecue and restaurant and other terms in the document to
disambiguate (potential) toponyms like Austin and landmarks like the Ei el Tower.1
Our model learns that locations are highly associated with certain vocabulary
items without using labeled training material; it relies only on a gazetteer. To
do this, we use a simple topic model [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] that construes regions of the Earth's
surface as topics. We refer to this as the region-topic model.
      </p>
      <p>
        There are at least two linguistically interesting outcomes that could arise
from this modeling strategy. The rst is that it directly provides a light-weight
form of grounding natural language expressions by anchoring them to
(distributions over) locations on the Earth. This presents an opportunity to add spatially
relevant features into recent vector space models of word meaning (e.g. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]).
Typically, the dimensions of vector space models are not interpretable, and the
only way that a vector representation of a word can be interpreted is through
its distance to the vectors of other words. In contrast, dimensions relating to
locations on Earth will be informative and interpretable in themselves. This will
allow us to explore the question of whether such vector space models support
additional inferences informed by world knowledge. Second, our approach is
language independent, and the fact that expressions are grounded geographically
presents the opportunity|without using labeled data, e.g. as with SpatialML
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]|to eventually learn the meaning of expressions like X 60 miles east of Y,
based on texts that express many di erent referential noun phrases X and Y,
some of which will be locations which we can resolve accurately.
      </p>
      <p>
        We aim to use TextGrounder to improve information access for digitized text
collections. We are working with a collection of ninety-four British and American
travel texts from the nineteenth and early twentieth centuries that were digitized
by the University of Texas libraries.2 These texts are replete with references to
locations all around the Earth, so they are an ideal target for geobrowsing
applications (e.g. in Google Earth) that display the relative importance of di erent
locations and the text passages that describe them. This kind of analysis could
be used to provide \distant reading" interfaces for literary scholarship [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], to
support digital archeology [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], or to automatically produce geographic
visualizations of important historical events, such as mapping survivor testimonies of the
Rwandan genocide. It could also enable users to create mashups of temporally
and generically diverse collections, such as Wikipedia articles about the Civil
War with contemporary accounts by soldiers and narratives of former slaves.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>System</title>
      <p>
        TextGrounder performs geolocation in a very general sense: it connects natural
language texts, expressions, and individual words to geographical coordinates
and distributions over geographical coordinates. The most basic and concrete
application of geolocation is toponym resolution, the identi cation and
disambiguation of place names [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. For instance, there are at least forty places around
1 Which could be in Paris (France), Paris (Texas), Las Vegas (Nevada), etc.
2 http://www.lib.utexas.edu/books/travel/index.html
the world called London; a toponym resolver must identify that a particular
mention of London refers to a place (and not a person, like Jack London) and
identify which London was intended as the referent (e.g., London in Ontario or
England). Most systems focus solely on recognizing the places associated with
texts based on matching known names to known locations. Typically, simple
pattern matching or heuristics are used to identify and disambiguate places.
      </p>
      <p>TextGrounder performs toponym resolution as a by-product; it
automatically interprets references to places, landmarks, and geographic features in free
text, and uses that information to provide location information on digital maps.
Because it learns from raw text, the system uses information and representations
that support a much more general connection between language and geography
than toponym resolution alone. The system thus performs a light-weight form
of grounding computational representations of words in the real world.</p>
      <p>
        The underlying model, depicted
in Figure 1, is an adaptation of
probabilistic topic models [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
Topics are simple distributions over the
vocabulary for which some
particular words have higher probability zi wi
than others|for example, a topic
related to sports would have high D N
probability for words like team,
game, and ball. To adapt this ap- Fig. 1: Graphical representation of the
proach for geolocation, we repre- region-topic model with plate notation.
sent the Earth as a set of non- The N word observations wi over D
docuoverlapping 3-by-3 degree regions, ments is conditioned on the word-level
rewhere each region corresponds to gion assignments zi and a word-by-region
a topic. Each document is thus a prior jz; Dirichlet( ). The topics are
mixture of region-topics, so di er- drawn from a multinomial on the
regionent locations discussed in the same by-document prior jd; Dirichlet( )
document can be modeled. Ulti- where d 2 D. Structurally, the model
mately, this means that we asso- is identical to a standard topic model|
ciate word distributions with spe- however, the initialization and
interpretaci c locations such that words that tion of the topics is anchored by actual
reare more relevant to that loca- gions on Earth rather than arbitrarily
astion have higher probability. We do signed latent semantic concepts.
not retain all region-topics; instead,
given a gazetteer, such as World Gazetteer3, we consider only region-topics that
spatially contain at least one entry in the gazetteer.
      </p>
      <p>To analyze a corpus, we rst run the Stanford named entity recognizer4
(NER) and extract all expressions identi ed as locations. We then learn the
region-topics for each word and toponym. Unlike standard topic models, where
topics are not explicitly linked to an external representation, region-topics are
3 http://world-gazetteer.com/
4 http://nlp.stanford.edu/ner
anchored to speci c areas of the Earth's surface. This allows us to initialize the
inference procedure for our model by seeding the possible topics to only those
for which we have some evidence; this evidence comes via toponyms identi ed
by the NER system and the regions which contain a location indexed by those
toponyms. The word distributions for non-toponyms in a text conditioned over
regions are then inferred along with distributions for the region-constrained
toponyms through a collapsed Gibbs sampler. Note that we do not consider the
topology of the regions themselves (i.e. our model has no knowledge of the
systems of neighborhoods which are inherent in the de nition of regions over the
globe); the present model is an intermediate step towards that goal.</p>
      <p>Toponym resolution is performed implicitly by this model because the
identi ed toponyms in a text are constrained to have positive joint probability only
with the regions that enclose the corresponding, possibly ambiguous, coordinates
in the gazetteer for those toponyms. If each toponym in a document is associated
with multiple regions, the topic model will learn a topic and word distribution
that assigns high probabilities to regions that coincide among the possible
regions. For example, London, Piccadilly and Hyde Park might occur in the same
document; each of these toponyms are ambiguously mapped to more than one
region. There are di erent mixtures of regions that contain all these toponyms;
the topic model will assign higher probability to an analysis that accounts for
all of them in a single region (namely, the one containing London, UK). After a
burn-in period for the Gibbs sampler, we take a single sample (or average over
multiple samples) and geolocate the toponyms by placing the toponym on the
coordinates which are resolved by the gazetteer and the region assignment.</p>
      <p>The region-topic distributions include both toponyms and standard
vocabulary items (non-toponyms). Because non-toponyms are unconstrained over
regions, they provide additional evidence for determining the set of region-topics
required to explain each document. Thus, they aid in toponym resolution and
the model discovers the words that are most associated with each region. For
example, the region-topic containing Austin, Texas would have high probability
for words like music, barbecue, and computers, whereas for San Francisco, we'd
expect bay, nance, and tourism to be prominent words. Based on these
distributions, we can determine additional relationships, such as the distribution of
a word over the Earth's surface (by considering its probability in each of the
region-topics) or the similarity of di erent regions based on their corresponding
region-topics (e.g. through information divergence measures).
3</p>
    </sec>
    <sec id="sec-3">
      <title>Datasets and output</title>
      <p>
        We seek to make the British and American travel collection more useful for
scholars of the period through TextGrounder-generated KML (Keyhole Markup
Language) les that may be loaded into a geobrowser like Google Earth,
including (1) plotting the prominence of di erent locations on Earth in the collection,
(2) embedding text passages at their identi ed locations for discovery, and (3)
plotting the region-topic word distributions (see Figure 2). These preliminary
visualizations provide subjective characterizations of the quality of the system
output, which has been useful as we develop and re ne our approaches. To obtain
an objective measure of performance on the speci c task of toponym resolution,
we are now interfacing TextGrounder with the TR-CoNLL corpus [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], which
contains 946 English-language newspaper articles that contain human-annotated
ground truth for 5,963 toponym mentions.
      </p>
      <p>
        To test the cross-lingual applicability of TextGrounder, we will create a
multilingual geotagged subset of Wikipedia (see [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] for an extensive discussion of
Wikipedia's geotagged articles and modeling based on them) that we can use
as a test corpus. TextGrounder associates multiple regions with each document,
but some regions will tend to dominate each document; we can thus choose a
location that is most central to each document and check the geospatial
distance from that location to the one annotated in Wikipedia. We will create the
corpus by extracting pages in English, German, and Portuguese that have
similar geographic coverage in each language (this is necessary because the English
Wikipedia is much larger than the others and has more complete geotagging).
We will identify a subset of pages in all three languages that discuss the same
locations, using their geotagged information. This will be a reasonably large set:
there are currently over 170,000 articles in English (and 1.2 million across all
languages) that are annotated with a geotag for the main subject of the article.
      </p>
      <p>The approach and methodology we advocate are general and exible|the
same methods can be applied relatively independently of the particular corpus
being analyzed and the task at hand. The resulting robustness gives us con dence
that our approach will scale well, allowing us to provide geographical searching
and browsing for a much wider range of documents than has been possible in
traditionally curated literary or historical collections. The unsupervised methods
we use allow a more useful mapping of texts because they do not base grounding
entirely on toponyms; this means we can characterize the relative importance of
di erent locations using a much wider array of evidence than those that simply
resolve toponyms. Furthermore, incorporation of more diverse evidence is of
retroactive bene t to toponym resolution, and we believe it will be mutually
bene cial to jointly learn a textual hidden space and a geospatial model.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Spatial features and word meaning</title>
      <p>
        Vector space models are a popular framework for the representation of word
meaning, encoding the meaning of lemmas as high-dimensional vectors [
        <xref ref-type="bibr" rid="ref6 ref8">6, 8</xref>
        ]. In
the default case, the components of these vectors measure the co-occurrence of
the lemma with context features over a large corpus. Vector spaces are attractive
because they can be constructed automatically from large corpora; however, the
interpretation of the representation for a word is based solely on its distance in
space to other words. The region-topic model provides an opportunity to
represent the meaning of words through grounded features: words can be represented
as a vector whose dimensions are region topics, and the coordinates are the word
probabilities under the topics. This model overcomes the dichotomy of
corpusderived but uninterpretable versus human-generated and interpretable features:
it is automatically derived, but o ers directly interpretable geographical features.
      </p>
      <p>
        We will use the region-topic models as a vector space model to study three
sets of issues. (1) Traditional vector space models characterize the meaning of
a word intra-textually, solely through other words. How do grounded
representations compare on traditional tasks like word similarity estimation? Are they
perhaps less noisy simply by virtue of pointing to extra-textual entities? (2)
Similarity measures typically used in vector space models, such as Cosine and
Jaccard, treat dimensions as opaque. In a model where dimensions are regions,
we can exploit world knowledge in measuring similarity, for example by taking
the distance between regions into account. Can this fact be used to derive better
estimates of word similarity? (3) While most vector space models derive one
vector per word, con ating senses of polysemous words, it is also possible to derive
vectors for a word in a particular context [
        <xref ref-type="bibr" rid="ref11 ref3">11, 3</xref>
        ]. In a context of eat apple, the
vector of apple would focus on the fruit sense of apple, suppressing features that
speak to the company sense. This raises the question of whether it is possible to
determine contextually appropriate interpretable features. In the example above,
features like Michigan, California or New Zealand should be strengthened, while
Cupertino (associated with Apple Inc.) should be suppressed. On the technical
side, the main challenge will lie in the di erence in strength between dimensions,
due to di erent corpus frequencies of di erent senses of a polysemous word.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Related work</title>
      <p>
        There has been quite a bit of research addressing the speci c problem of toponym
resolution (see [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] for an overview). Of particular relevance is the Perseus Project,
which uses a heuristic system for resolving toponyms and creating automatically
generated maps of texts written around the time of the Civil War [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        The two current approaches that are most similar to ours are the
locationaware topic model [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and the location topic model [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], but the form of our model
is di erent from both of these. The location-aware topic model assumes that
every document is associated with a small set of locations, so its representation
of geography is discrete and quite restricted. The location topic model is more
similar to ours: they also seek to learn connections between words and geography
using a topic model, and the visualizations they produce (for travel blogs) have a
similar avor. Interestingly, they model documents as mixtures of location-based
topics and more general topics: this of course allows them to characterize words
that do not have compelling speci c geographical meaning. They preprocess their
data, and perform toponym disambiguation using a heuristic system (the details
of which are not given). Our model uses a di erent representation that actually
grounds topics explicitly, because each topic is directly tied to a speci c region
on Earth. As a result, our model connects language to geography and performs
toponym disambiguation as a by-product. We are interested in combining these
two models to see how the learned word distributions di er and the e ects they
have on toponym disambiguation and our visualizations.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>The Internet has become a repository of information in many of the world's
languages, but the sheer quantity of written material|especially when considering
multilingual contexts|also makes it harder to nd or digest information of
interest. We seek to create meaningful abstractions of language that allow large
text collections to be browsed with respect to the places they discuss. These
abstractions are learnable from unannotated texts, which greatly facilitates their
use for any language with digitized material.</p>
      <p>
        The historically and politically relevant collections that we are examining
provide diverse materials that are replete with references to real people and
places. This makes them an ideal target for geospatial resolution. Our model
performs this resolution, but more importantly, it uses representations that
enable many alternative ways of relating language to geography. This in turn
supports many di erent ways to visualize texts geospatially, including seeing the
geographic centrality of an entire collection or for a single word or expression, as
well as exploring the text passages most relevant for a given location in context.
These kinds of visualization will enable scholars to interact with massive text
collections in novel ways, and will test the potential of maps to serve \not as
all-encompassing solutions, but as generators of ideas" [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>Additionally, these representations create the possibility to anchor natural
language expressions to the real world in a light-weight fashion|this has the
potential to make them useful for inclusion in vector space models of word
meaning. By starting at this level, using very simple assumptions about the
dependencies between words (by treating texts as bags-of-words), we can
analyze many texts and many languages. However, we ultimately are interested in
deriving the geospatial meaning of compositional expressions|a very di cult
task, but one which we hope our current models will help us eventually address.</p>
      <p>TextGrounder is an ongoing e ort. The system, example output and updated
documentation are available on the project's website.5
Acknowledgments. We acknowledge the support of a grant from the Morris
Memorial Trust Fund of the New York Community Trust.
5 http://code.google.com/p/textgrounder/</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Barker</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bouzarovski</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pelling</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isaksen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Mapping an ancient historian in a digital age: the herodotus encoded space-text-image archive (hestia)</article-title>
          .
          <source>Leeds International Classical Studies</source>
          <volume>9</volume>
          (
          <issue>1</issue>
          ) (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jordan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Latent dirichlet allocation</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>3</volume>
          ,
          <issue>993</issue>
          {
          <fpage>1022</fpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Erk</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pado</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A structured vector space model for word meaning in context</article-title>
          .
          <source>In: Proceedings of EMNLP. Honolulu</source>
          ,
          <string-name>
            <surname>HI</surname>
          </string-name>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Erk</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Representing words as regions in vector space</article-title>
          .
          <source>In: Proceedings of CoNLL2009</source>
          . pp.
          <volume>57</volume>
          {
          <fpage>65</fpage>
          . Association for Computational Linguistics, Boulder, Colorado (
          <year>June 2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hao</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cai</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiao</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , L.:
          <article-title>Equip tourists with knowledge mined from travelogues</article-title>
          .
          <source>In: Proceedings of WWW 2010</source>
          . pp.
          <volume>401</volume>
          {
          <issue>410</issue>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Landauer</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A solution to Platos problem: the latent semantic analysis theory of acquisition, induction, and representation of knowledge</article-title>
          .
          <source>Psychological Review</source>
          <volume>104</volume>
          (
          <issue>2</issue>
          ),
          <volume>211</volume>
          {
          <fpage>240</fpage>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Leidner</surname>
          </string-name>
          , J.:
          <article-title>Toponym Resolution in Text: Annotation, Evaluation and Applications of Spatial Grounding of Place Names</article-title>
          . Dissertation.com (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lowe</surname>
          </string-name>
          , W.:
          <article-title>Towards a theory of semantic space</article-title>
          .
          <source>In: Proceedings of CogSci</source>
          . pp.
          <volume>576</volume>
          {
          <issue>581</issue>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mani</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzeman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quimby</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wellner</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Spatialml: Annotation scheme, corpora, and tools</article-title>
          .
          <source>In: Proceedings of LREC'08</source>
          .
          <string-name>
            <surname>Marrakech</surname>
          </string-name>
          , Morocco (May
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Mei</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Su</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhai</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>A probabilistic approach to spatiotemporal theme pattern mining on weblogs</article-title>
          .
          <source>In: Proceedings of WWW '06</source>
          . pp.
          <volume>533</volume>
          {
          <fpage>542</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Mitchell, J.,
          <string-name>
            <surname>Lapata</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Vector-based models of semantic composition</article-title>
          .
          <source>In: Proceedings of ACL. Columbus</source>
          ,
          <string-name>
            <surname>OH</surname>
          </string-name>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Moretti</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <source>Atlas of the European Novel</source>
          <year>1800</year>
          -1900. Verso (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Overell</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          : Geographic Information Retrieval:
          <article-title>Classi cation, Disambiguation and Modelling</article-title>
          .
          <source>Ph.D. thesis</source>
          , Imperial College London (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crane</surname>
          </string-name>
          , G.:
          <article-title>Disambiguating geographic names in a historical digital library</article-title>
          .
          <source>In: Proceedings of ECDL'01</source>
          . pp.
          <volume>127</volume>
          {
          <issue>136</issue>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>