<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Contextualized Search by Nearness</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Marc</forename><surname>Novel</surname></persName>
							<email>marc.novel@wsl.ch</email>
						</author>
						<title level="a" type="main">Contextualized Search by Nearness</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">A88A17B47A31C5E5C2DE0C405C18A8B2</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T05:19+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The spatial expression "near" describes proximity and is frequently used for web search such as "gas stations near the old market". What is "near" depends on the context and I investigate how a context dependent model for "near" can be formulated. For doing so, I investigate the following questions: (i) what is the relevant contextual information for "near"? (ii) how does the identified information influence the interpretation of near? To answer these questions, my research consists of identifying the context factors and then learn from data how these context factors have an effect on a qualitative or quantitative distance measure of "near", which enables me to formulate a contextualized model for "near" 1 http://www.tripadvisor.co.uk/ShowUserReviews-g34438-d87115-r75717164-Crowne_ Plaza_Miami_Airport-Miami_Florida.html</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Background</head><p>As social beings we do not only rely on finding objects in the world, but we also are able to describe and communicate via natural language (NL), where these objects are located. For this reason, NL is full of spatial descriptions and one of its essential building blocks are prepositions such as "left of", "right of", "above" <ref type="bibr" target="#b14">[15]</ref>. The prepositions expressing proximity for spatial relations are as follows: "near", "nearby" or "close". These prepositions, which describe proximity between two objects, are sometimes also called qualitative spatial distance relations.</p><p>The preposition "near" is used pervasively in many tasks of our daily life. For instance in route descriptions:"Head to the gravel FR 328 at the south end of Moqui Lodge, near the gas station" <ref type="bibr">[18, p.68]</ref>, place descriptions: "There is a Starbucks in the Marriott, and a small Mexican restaurant near the gas station opposite the Crowne Plaza." 1 , or web queries: "gas station near my current location".</p><p>Especially the case of web queries is interesting. This since studies have shown that a substantial percentage (14% − 18%) of search queries with traditional search engines contain at least one geographic related term <ref type="bibr" target="#b24">[25,</ref><ref type="bibr" target="#b4">5]</ref> and among these search terms the most frequent is "near". Hence, the understanding of "near" is an important and challenging problem in human-machine interaction, query answering systems, semantic search or location based-services (LBS).</p><p>Spatial distance relations are usually characterized as a 2-place relation, such as near(x, y), whereas the first argument of the relation is called the to-belocated-object (LO) and the second argument is called reference object (RO) <ref type="bibr" target="#b14">[15]</ref>.</p><p>For instance, at the example "the gas station near the old market", this can be represented as the relation: near(gasstation, oldmarket), whereby "gas station" is the LO and "old market" the RO.</p><p>Current models for "near" take a simplistic approach. One approach is by assuming an a priori determined radius around the object of interest. Then, for instance, everything within a radius of 15km is deemed to be near. Another approach is to use an implementation of the (k-)nearest neighbor algorithm. A descending list of objects with respect to Euclidean distance is generated and a cut-off point or threshold on this list is assumed (k ≤ n ∼ = near). For instance, the value for the cut-off point can be 15 and, consequently, the 15 nearest objects are considered to be near.</p><p>For practical reasons, these models, however, ignore the fact, that "near" is context dependent and interpreting "near" in different contexts results in a different distance threshold <ref type="bibr" target="#b5">[6]</ref>. For instance, "a gas station nearby" means something different in an urban densely populated area, where gas stations are more common than in rural and sparsely populated areas. In the former case "a gas station nearby" means at most 10 min driving time, in the latter case this can mean up to one hour or more.</p><p>It is expected that a contextualized model of "near" not only is more adequate but also more accurate. In order to be able to formulate a contextualized model of "near" the following needs to be identified. (i) what is the relevant contextual information for "near"? (ii) how does the identified information influence the interpretation of near? To answer these questions, a systematic investigation of the relation between context and "near" is needed. However, no such investigation exists so far.</p><p>My research answers these questions by identifying the context factors which have an influence on "near" and then learn from data to assess the actual distance of "near" in a given context.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>A way to deal with context for "near" is by assuming that the context can be made explicit. This might be a domain specific model produced by a domain expert <ref type="bibr" target="#b2">[3]</ref> or a general model containing user feedback collected with a question answering (QA) system <ref type="bibr" target="#b21">[22]</ref>. While the two approaches take systematically context into account, they run into problems when the contextual information needs to be classified automatically. This is problematic in cases where the input by a domain expert or the user is not technically not feasible.</p><p>In this case another approach of contextual modeling within the setting of supervised learning is more appropriate. In such a setting the contextual features are detected from text <ref type="bibr" target="#b28">[29]</ref> and mapped to a set of static attributes (context factors or CFs). This method follows the idea of Adomavicius et al. <ref type="bibr" target="#b0">[1]</ref>, who claim that contextual modeling can be achieved by representing the context as an enumerated set of CFs. To enable contextual modeling the following elements need to be known: (i) How can "near" be measured? (ii) How do the CFs modify the distance measure for "near"?</p><p>For question (i), defining an adequate distance measure for "near" has proven to be difficult. This as the nearness relation has the peculiarity of being positive, not necessarily symmetric, and ignoring the triangle-inequality <ref type="bibr" target="#b32">[33]</ref>. For this reason, various different distance measures have been proposed. Among the quantitative distance measure these are: Eucledian distance <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b5">6]</ref>, relative distance <ref type="bibr" target="#b32">[33]</ref>, or travel time <ref type="bibr" target="#b19">[20,</ref><ref type="bibr" target="#b13">14]</ref>. Among the qualitative distance measure, these are: network distance (i.e. street network) <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b2">3]</ref>, and topological connectivity (i.e. adjacency of regions) <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b9">10]</ref>.</p><p>For question (ii) it is then hypothesized that the CFs can either induce a threshold <ref type="bibr" target="#b5">[6]</ref> on the distance measure or modify the scale of the distance measure. In previous studies, so far, it has been detected that a CF can either shorten or lengthen the "near" distance.</p><p>Factors that have a decreasing effect are barriers <ref type="bibr" target="#b15">[16,</ref><ref type="bibr" target="#b22">23,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b2">3]</ref>, such as rivers, railway tracks, highways or, borders.</p><p>Factors that have an increasing effect are as follows. Channels <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b16">17]</ref>: channels are objects where a person can move along, such as rivers, railway tracks, or highways <ref type="foot" target="#foot_0">2</ref> . Familiarity <ref type="bibr" target="#b34">[35,</ref><ref type="bibr" target="#b12">13]</ref>: If the subject is familiar with the LO an increased distance is observed. Reachability <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b34">35,</ref><ref type="bibr" target="#b2">3]</ref>: The reachability via a network (i.e. route network, public transport) influences "near"and the higher the reachability of the LO, the higher the distance for "near". Type of the object <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b30">31]</ref>: In case the RO is a point of interest (POI), such as a museum or a cinema, increased distances for "near" are observed. The distance further increases in case the object is a landmark (Big Ben, Eiffel Tower).</p><p>Factors that either increase or decrease the distance are as follows. Hierarchical information <ref type="bibr" target="#b26">[27,</ref><ref type="bibr" target="#b20">21,</ref><ref type="bibr" target="#b29">30]</ref>: Geographical information of country borders or administrative units influence the distance of "near". This can also be the common upper-level administrative unit of the LO and the RO <ref type="bibr" target="#b9">[10]</ref>. Dimensions of the objects <ref type="bibr" target="#b27">[28,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b21">22]</ref>: a small object has a smaller nearness distance than a bigger one. Affinity/Attraction <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b34">35,</ref><ref type="bibr" target="#b3">4]</ref>: If a subject has a special attraction towards the RO or LO, such as political or social affiliation, the distance for "near" increases. In case of a negative attitude towards the LO or RO, the distance for "near" decreases.</p><p>While a wide variety of different CFs have been detected so far, these CFs, however, have been studied mostly in isolation. Thus, a systematic study of the CFs is missing, as the CFs have rarely been studied in combination with each other, nor are there any studies investigating the conditions for an appropriate CF.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Research Questions &amp; Hypotheses</head><p>The aim of my research is to formulate a contextualized nearness model. Such a model can classify objects as "near/not near" depending on CFs in combination with its appropriate distance measure. For doing so, a systematic study is needed from which we can infer how a CF determines what is considered to be "near/not near" and how well such CFs improve the classification of "near/not near". These assumptions inform my research questions (RQ1 -RQ3): RQ1 is concerned with context factors in general: RQ1.1: Do context factors determine nearness? RQ1.2: Which context factors determine nearness? RQ2 is concerned the comparability of CFs: Do context factors interact with one of the nearness measures (Euclidean distance, traveling time, network connectivity) or with each other? RQ3 is concerned with the proximity measures: Which distance measure makes a better predictor for nearness modeling?</p><p>Validating the following hypotheses (H1 -H3) will answer my RQs. H1.1: Using only a distance measurement (quantitative or qualitative distance measurement) gives us less accurate nearness predictions. H1.2. At least the following context factors determine nearness: Mode of Transportation (i.e. driving, walking, public transport), size of the object, reachability, urban/rural and its common upper level administrative division. H2: A model consisting of "driving" and "urban" induces a different threshold on the absolute distance than "driving" and "rural" or "walking" and "urban". H3: How well a measure predicts "near", depends on the context. For instance, in the context of traveling, traveling time is a better predictor than Euclidean distance or network connectivity.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Research Methodology</head><p>I will formulate context dependent models of "near" by using an inductive algorithm (supervised prediction). By identifying the relevant CFs, a contextual threshold for "near" or a probability of class membership can be learned.</p><p>Most training data will consist of geo-processed nearness information from various NL corpora (within the domain of geographic description and tourism): Geograph<ref type="foot" target="#foot_1">3</ref> and TripAdvisor<ref type="foot" target="#foot_2">4</ref> . I will follow related work on extracting the nearness relation <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b33">34,</ref><ref type="bibr" target="#b30">31,</ref><ref type="bibr" target="#b25">26]</ref>. This task consists of identifying the word "near", its synonyms and the arguments of the nearness relation (RO &amp; LO). In case of the Geograph.co.uk corpus, a sentence such as "This large substation is near the towns of Wrexham and Rhosllanerchrugog in Wales" 5 can be found. The LO is identified as the GPS-coordinates of the photo and the RO is identified by using a NL-syntax parser by looking for the named entity within the syntactic sub-tree of the prepositional phrase. The nearness relation is extracted together with the event or activity such as "near for a daily commute" or "near for grocery shopping" so that the context can be identified. Additionally, the objects (LO,RO) are georeferenced, which enables to calculate the necessary metrics for our CFs:</p><p>distance metrics (Euclidean distance between LO and RO via Haversine Formula) -travelmetrics (walking, driving, biking time between LO and RO via Openstreetmap) -the size of RO properties of the LO and RO (urban, rural, county/district, point of interest)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>6</head><p>determine the connectedness of the RO and LO Additionally I will also use specialized datasets for "near", such as the collection of recreation areas near Swiss urban centers <ref type="bibr" target="#b16">[17]</ref>.</p><p>My contextualized models are schematized as follows: near/¬near = µ + β 1 + β 2 + . . . + β n . That is, a model consists of a distance measure (µ): quantitative (Euclidean distance, travel time) or qualitative (network connectivity) and a set of context factors (β 1 + β 2 + . . . + β n ). Hence, a model in the domain of traveling might look as follows: near = traveltime + dimension object + urban + type. For each model I will use supervised prediction to learn a threshold or class membership probability for near, based on context factors and a distance measure. The methods for doing so will be by logarithmic regression and Bayesian classifiers. For model comparison, I will use Receiver Operating Characteristic (ROC) curves <ref type="bibr" target="#b23">[24]</ref>, which compare the different models with respect to their expected outcome (sensitivity &amp; specificity). This, because I assume a skew in my dataset. I will also validate my models via cross-validation to avoid overfitting of my contextualized models.</p><p>My hypotheses are tested as follows: For H1.1. I formulate two models. The first model contains only a distance measure without any CF and the second contains a distance measure and all CFs. H1.1. is confirmed when the prediction accuracy of the model with the CFs is higher than the model without the CFs. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>H2:</head><p>To check if there is an interaction between either the distance measure and its context factors or between the context factors, I check if the distance measure is conditionally dependent on one of the context factors. If the context factors are conditionally dependent on each other, interaction effects are present. To test this I will use the Naïve Bayes classification algorithm, which assumes that all the independent variables are conditionally independent of each other. The AODE algorithm <ref type="bibr" target="#b31">[32]</ref> weakens the independence assumption If the accuracy of Naïve Bayes is as good or better than AODE (compared via ROC), no interaction among the independent variables occur. If, however, the accuracy of AODE is better, interaction among the variables occur. has a contributing effect on determining what is near and henceforth give more insight on the interplay between context and "near".</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>H1. 2 :</head><label>2</label><figDesc>I formulate a model with all the context factors. The second model contains all the context factors minus one CF. If the accuracy decreases then the context factor has a contributive effect and H1.2. is confirmed.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">Objects such as rivers, railway track lines, highways can serve both as barriers and as channels.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">http://geograph.co.uk</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">http://archive.ics.uci.edu/ml/datasets/OpinRank+Review+Dataset</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">http://www.geograph.org.uk/photo/39134</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_4">This information can be obtained from Corine Landcover dataset: http://www.eea. europa.eu/data-and-maps</note>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>H3 I build several models (M = µ 1 + β 1 + β 2 + . . . + β n ), whereby the distance measure (µ n ) varies for each model. If the accuracy of one model is better in one context, H3.1. is confirmed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Research Plan</head><p>My research consists of the following tasks: (i)identifying the CFs, (ii) extract the information from NL-corpora and (iii) use the gained information to build context dependent models for "near". Currently, I am finishing my first task, which aims to identify the CFs in the literature. This work cumulates into a literature review paper which is in preparation and is scheduled to be finished in November. My second task is to build contextualized models for "near". The necessary data for my modeling task will be data extracted from NL-corpora. I assume that the extraction from NL-corpora will be the most time consuming task (November 2015 -June 2016) and upon completion I can formulate and evaluate my context-dependent models for "near". In parallel I will also start my write-up and finish and submit my thesis (July 2016 -October 2016) and my research plan is summarized in the following Gantt chart: Identifying CFs</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Write Paper</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Journal Submission</head><p>Modeling "near" with CFs</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Extraction from NL Corpora Modeling</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Writeup</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Writing Thesis</head><p>Submit Thesis</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Expected Contributions</head><p>The goal of my research is to formulate contextualized models for "near". I do this by empirically testing how to determine what is near given the information obtained from the context. By doing so, I expect to get an insight on which contextual information is relevant for "near" and I will make the following contributions. From an engineering point of view, I will provide nearness models with an increased accuracy which also needs to make fewer a priori assumptions. From a cognitive point of view I will provide the conditions for and when a CF</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Context-aware recommender systems</title>
		<author>
			<persName><forename type="first">G</forename><surname>Adomavicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mobasher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tuzhilin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI Magazine</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="67" to="80" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Topology-based proximities in spatial systems</title>
		<author>
			<persName><forename type="first">R</forename><surname>Bera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Claramunt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Geographical Systems</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="353" to="379" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Spatial proximity is more than just a distance measure</title>
		<author>
			<persName><forename type="first">J</forename><surname>Brennan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Martin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Human-Computer Studies</title>
		<imprint>
			<biblScope unit="volume">70</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="88" to="106" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The wall inside the brain: overestimation of distances crossing the former Iron Curtain</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">C</forename><surname>Carbon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Leder</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Psychonomic bulletin &amp; review</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="746" to="750" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Research Article Semantic Expansion of Geographic Web Queries Based on Natural Language Positioning Expressions</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">M</forename><surname>Delboni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">A V</forename><surname>Borges</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H F</forename><surname>Laender</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A D</forename><surname>Jr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions in GIS</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="377" to="397" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">How near is near?</title>
		<author>
			<persName><forename type="first">M</forename><surname>Denofsky</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1976">1976</date>
		</imprint>
		<respStmt>
			<orgName>Massachusetts Institute of Technology</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Tech. rep</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">From theory to query: Using ontologies to make explicit imprecise spatial relationships for database querying</title>
		<author>
			<persName><forename type="first">C</forename><surname>Dolbear</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Goodwin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference on Spatial Information Theory (COSIT)</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Subjective distance and emotional involvement</title>
		<author>
			<persName><forename type="first">G</forename><surname>Ekman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Bratfisch</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1965">1965</date>
		</imprint>
	</monogr>
	<note type="report_type">A psy</note>
	<note>chological mechanism</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Proximity operators for qualitative spatial reasoning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Gahegan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Spatial information theory a theoretical basis for GIS</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">A</forename><forename type="middle">U</forename><surname>Frank</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W</forename><surname>Kuhn</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="31" to="44" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Vague Spatio-Thematic Query Processing: A Qualitative Approach to Spatial Closeness</title>
		<author>
			<persName><forename type="first">R</forename><surname>Grütter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Scharrenbach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Waldvogel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions in GIS</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="97" to="109" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A Conceptual Model for Representing Verbal Expressions used in Route Descriptions</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gryl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Moulin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kettani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gryll</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Moulin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kettani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Spatial Language</title>
		<imprint>
			<biblScope unit="page" from="19" to="42" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A field based representation for vague areas defined by spatial prepositions</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">B</forename><surname>Jones</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Workshop Programme Methodologies and Resources for Processing Spatial Language</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Cultural and Language Influences on the Interpretation of Spatial Prepositions</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">B</forename><surname>Jones</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">GI_Forum 2012: Geovisualization, Society &amp; Learning</title>
				<meeting><address><addrLine>Berlin/Offenbach</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Making close to suitable for web search : A comparison of two approaches</title>
		<author>
			<persName><forename type="first">I</forename><surname>Helming</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bernstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Grütter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Vock</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Terra Cognita -Foundations, Technologies and Applications of the Geospatial Web</title>
				<meeting><address><addrLine>Bonn, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011-10">October. 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Language and Spatial Cognition: An Interdisciplinary Study of the Prepositions in English</title>
		<author>
			<persName><forename type="first">A</forename><surname>Herskovits</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Studies in Natural Language Processing</title>
				<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="1986">1986</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Evidence of hierarchies in cognitive maps</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">C</forename><surname>Hirtle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jonides</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1985">1985</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">GISassisted mapping of landscape suitability for nearby recreation</title>
		<author>
			<persName><forename type="first">F</forename><surname>Kienast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Degenhardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Weilenmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wäger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Buchecker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Landscape and Urban Planning</title>
		<imprint>
			<biblScope unit="volume">105</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="385" to="399" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Biking the Grand Canyon Area</title>
		<author>
			<persName><forename type="first">A</forename><surname>Lankford</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2003">2003</date>
			<publisher>Westcliffe Publisher, Inc</publisher>
			<pubPlace>Englewood, CO</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">The Image of the City</title>
		<author>
			<persName><forename type="first">K</forename><surname>Lynch</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1960">1960</date>
			<publisher>MIT Press</publisher>
			<pubPlace>Cambridge, MA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Travel Time As the Basis of Cognitive Distance</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Maceachren</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Professional Geographer</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="30" to="36" />
			<date type="published" when="1980">1980</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Mental representations of spatial relations</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">P</forename><surname>Mcnamara</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognitive Psychology</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="87" to="121" />
			<date type="published" when="1986">1986</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Context-dependent near and far in spatial databases via supervaluation</title>
		<author>
			<persName><forename type="first">M</forename><surname>Minock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mollevik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data &amp; Knowledge Engineering</title>
		<imprint>
			<biblScope unit="volume">86</biblScope>
			<biblScope unit="issue">270019</biblScope>
			<biblScope unit="page" from="295" to="305" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">The perception and cognition of environmental distance: Direct sources of information</title>
		<author>
			<persName><forename type="first">D</forename><surname>Montello</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Spatial Information Theory A Theoretical Basis for GIS. Proceedings of COSIT</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Hirtle</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><forename type="middle">U</forename><surname>Frank</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1997">1997</date>
			<biblScope unit="page" from="297" to="311" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Robust Classification for Imprecise Environments</title>
		<author>
			<persName><forename type="first">F</forename><surname>Provost</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Fwacett</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Learning</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="203" to="231" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Analyzing geographic queries</title>
		<author>
			<persName><forename type="first">M</forename><surname>Sanderson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kohler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SIGIR Workshop on Geographic Information Retrieval</title>
				<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="volume">2</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Skoumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pfoser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kyrillidis</surname></persName>
		</author>
		<ptr target="http://arxiv.org/abs/1408.5894" />
		<title level="m">Location Estimation Using Crowdsourced Geospatial Narratives</title>
				<imprint>
			<date type="published" when="2014-08">aug 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Distortions in judged spatial relations</title>
		<author>
			<persName><forename type="first">A</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Coupe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognitive psychology</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="422" to="437" />
			<date type="published" when="1978">1978</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">How language structures space</title>
		<author>
			<persName><forename type="first">L</forename><surname>Talmy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Toward a Cognitive Semantics</title>
				<meeting><address><addrLine>Cambridge, MA</addrLine></address></meeting>
		<imprint>
			<publisher>MIT Press</publisher>
			<date type="published" when="2000">2000</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="177" to="254" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">The Identification of Context-Sensitive Features: A Formal Definition of Context for Concept Learning</title>
		<author>
			<persName><forename type="first">P</forename><surname>Turney</surname></persName>
		</author>
		<ptr target="http://arxiv.org/abs/cs.LG/0212038" />
	</analytic>
	<monogr>
		<title level="m">13th International Conference on Machine Learning, Workshop on Learning in Context-Sensitive Domains</title>
				<meeting><address><addrLine>Bari, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1996">1996</date>
			<biblScope unit="page" from="53" to="59" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Distortions in cognitive maps</title>
		<author>
			<persName><forename type="first">B</forename><surname>Tversky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Geoforum</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="131" to="138" />
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Building a Corpus of Spatial Relational Expressions Extracted from Web Documents</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">O</forename><surname>Wallgrün</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Klippel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Baldwin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SIGSPATIAL &apos;14</title>
				<meeting><address><addrLine>Dallas/Fort Worth, TX, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Not so naive Bayes: Aggregating onedependence estimators</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">I</forename><surname>Webb</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Boughton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Learning</title>
		<imprint>
			<biblScope unit="volume">58</biblScope>
			<biblScope unit="page" from="5" to="24" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Metrics and topologies for geographic space</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">F</forename><surname>Worboys</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 7th Intl. Symp. Spatial Data Handling</title>
				<meeting>7th Intl. Symp. Spatial Data Handling<address><addrLine>Delft, Netherlands</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Linking context and proximity through web corpus</title>
		<author>
			<persName><forename type="first">S</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Klippel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th Workshop on Geographic Information Retrieval -GIR &apos;13</title>
				<meeting>the 7th Workshop on Geographic Information Retrieval -GIR &apos;13<address><addrLine>New York, New York, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM Press</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="45" to="46" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">How Far Is Too Far? -A Statistical Approach to Contextcontingent Proximity Modeling</title>
		<author>
			<persName><forename type="first">X</forename><surname>Yao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Thill</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions in GIS</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="157" to="178" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
