Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
Libraries:
Datasets
pandas
License:
SKefalidis commited on
Commit
361ee39
1 Parent(s): 6f0d6fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -149,17 +149,22 @@ We have used the dataset to evaluate the engines [GeoQA2](https://github.com/AI-
149
  ##### Additional benchmark results exist and we are working on publishing them. Until then, if you want to see more please send a message at:
150
  `s[dot]kefalidis[at]di[dot]uoa[dot]gr`
151
 
 
152
  ## Materialization and Transpiler
153
 
154
  To improve the time performance of query execution, we pre-computed and materialized certain relations between entities in the YAGO2geo KG.
155
 
156
- The geospatial relations *within*, *crosses*, *intersects* and *borders* (and their extensions, e.g., *overlaps* and *covers*) are the most expensive ones to be computed. While *north*, *south*, *east and *west* are easily computed. Hence, we materialized these relations.
 
 
 
 
157
 
158
- To utilize these materialized relations, please see the [GitHub repository](https://github.com/AI-team-UoA/GeoQuestions1089/).
159
 
160
  ## Notes
161
 
162
- ### About the definition of near for distance calulations
163
  We decided to define *near* based on the concept used. This is consistent with the definition of near in [GeoQuestions201](https://geoqa.di.uoa.gr/geospatial_gold_standard.html).
164
 
165
  | Near to | Distance |
 
149
  ##### Additional benchmark results exist and we are working on publishing them. Until then, if you want to see more please send a message at:
150
  `s[dot]kefalidis[at]di[dot]uoa[dot]gr`
151
 
152
+
153
  ## Materialization and Transpiler
154
 
155
  To improve the time performance of query execution, we pre-computed and materialized certain relations between entities in the YAGO2geo KG.
156
 
157
+ The geospatial relations *within*, *crosses*, *intersects* and *borders* (and their extensions, e.g., *overlaps* and *covers*) are the most expensive ones to be computed. While *north*, *south*, *east* and *west* are easily computed. Hence, we materialized these relations.
158
+
159
+ To easily utilize these materialized relations, please see the [GitHub repository](https://github.com/AI-team-UoA/GeoQuestions1089/).
160
+
161
+ ## RDF Store
162
 
163
+ To run the experiments and generate the answers for the gold and generated queries we used GraphDB. Because GraphDB does not support stSPARQL functions, we have [extended the GeoSPARQL plugin of GraphDB](https://github.com/SKefalidis/graphdb-geosparql-plugin).
164
 
165
  ## Notes
166
 
167
+ ### About the definition of near for distance calculations
168
  We decided to define *near* based on the concept used. This is consistent with the definition of near in [GeoQuestions201](https://geoqa.di.uoa.gr/geospatial_gold_standard.html).
169
 
170
  | Near to | Distance |