CoolFace
Datasetpublic

rfr2003/GeoBenchLLM

๐ŸŒ GeoBenchLLM Benchmark Summary GeoBenchLLM aims to assess Large Language Models' (LLM) geographical abilities across a multitude of tasks. It is built from 12 datasets split across 8 differents tasks: Knowledge/Coordinates Prediction : GeoQuestions1089 Knowledge/Yes|No questions: GeoQuestions1089 Knowledge/Regression questions: GeoQuestions1089, GeoQuery Knowledge/Place Prediction: GeoQuestions1089, GeoQuery, Ms Marco Reasoning/Scenario Complex QA:โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/rfr2003/GeoBenchLLM.

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
1likes196downloads
Dataset Card

๐ŸŒ GeoBenchLLM

<center> <img src="https://github.com/Rfr2003/GeoBenchLLM/blob/main/geobenchllm_logo.png?raw=true" alt="GeoBenchLLM: A comprehensive benchmark for probing LLM on geo-related tasks"> </center>

Table of Contents

Dataset Description

  • โ€”Homepage: https://github.com/Rfr2003/GeoBenchLLM
  • โ€”Repository: https://github.com/Rfr2003/GeoBenchLLM
  • โ€”Paper:
  • โ€”Point of Contact: rodrigo.ferreira-rodrigues@utoulouse.fr

Benchmark Summary

GeoBenchLLM aims to assess Large Language Models' (LLM) geographical abilities across a multitude of tasks. It is built from 12 datasets split across 8 differents tasks:

These datasets have been preprocessed in order to be easily accessible.

python
import datasets

dataset = datasets.load_dataset("rfr2003/GeoBenchLLM", "GeoSQA")

Supported Tasks and Leaderboards

The dataset is used for Text Generation.

Languages

All datasets are in English (en).

Dataset Structure

As this dataset contains very heterogenous tasks, almost every dataset as a different data structure.

Data Instances

Please report to the dataset viewer to see what an instance for each dataset looks like.

Data Fields

We will give for each dataset the data fields. Note that fields highlighted by ๐ŸŸฆ are required to formulate the question and fields highlighted by ๐ŸŸฉ contain the answer to the question. Every other fields can either be used to perform some analytics or to formulate differents tasks on the same dataset.

  • โ€”GeoQuestions1089_coord:
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฉ answer(List[float]) : the coordinates of the answer. The first element of the list correspond to the latitude and the second to the longitude.
  • โ€”GeoQuestions1089_YN:
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฉ answer(List[bool]) : a list containing the boolean corresponding to the answer.
  • โ€”GeoQuestions1089_regression and GeoQuery_regression:
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฉ answer(List[float]) : a list containing the numbers to be predicted.
  • โ€”GeoQuestions1089_place and GeoQuery_place:
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฉ answer(List[str]) : a list containing the names of the places to be predicted.
  • โ€”Ms-Marco_place:
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฉ answer(str) : the answer to the question formulated by a human.
  • โ€”question_id(int64) : the id of the question from the original dataset.
  • โ€”passages(List[dict]) : a list of dicts. Each dict correspond to a passage and gives the following information:
  • โ€”is_selected(int64) : 1 if the passage was selected to write the answer, 0 otherwise.
  • โ€”passage_text(str) : the text of the passage.
  • โ€”url(str) : the url from where the passage was retrieved.
  • โ€”GeoSQA:
  • โ€”๐ŸŸฆ annotation(str) : the description of the image normally used to answer the question.
  • โ€”๐ŸŸฆ scenario(str) : the scenario attached to the image providing context to the question.
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฆ A(str) : one of the possibles answers to the question.
  • โ€”๐ŸŸฆ B(str) : one of the possibles answers to the question.
  • โ€”๐ŸŸฆ C(str) : one of the possibles answers to the question.
  • โ€”๐ŸŸฆ D(str) : one of the possibles answers to the question.
  • โ€”๐ŸŸฉ answer(str) : the letter corresponding to the right choice.
  • โ€”question_id(int64) : the id of the question from the original dataset.
  • โ€”scenario_id(int64) : the id of the scenario from the original dataset.
  • โ€”GKMC:
  • โ€”๐ŸŸฆ scenario(str) : the scenario providing context to the question.
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฆ A(str) : one of the possibles answers to the question.
  • โ€”๐ŸŸฆ B(str) : one of the possibles answers to the question.
  • โ€”๐ŸŸฆ C(str) : one of the possibles answers to the question.
  • โ€”๐ŸŸฆ D(str) : one of the possibles answers to the question.
  • โ€”๐ŸŸฉ answer(str) : the letter corresponding to the right choice.
  • โ€”question_id(int64) : the id of the question from the original dataset.
  • โ€”SpatialEvalLLM:
  • โ€”๐ŸŸฆ scenario(str) : the scenario providing context to the question.
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฉ answer(List[str]) : a list containing the names of the right objects to predict.
  • โ€”struct_type(str) : the geometric structure of the map.
  • โ€”size(str) : the size of the structure in number of tiles composing it.
  • โ€”k_hop(str) : the minimum reasoning steps required to answer the question.
  • โ€”seed(str) : the seed used to generate the question.
  • โ€”description_level(str) : if global then the entierity of the map is described. If local, only a portion of the map is described.
  • โ€”SpartUN:
  • โ€”๐ŸŸฆ scenario(str) : the scenario providing context to the question.
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฆ candidates_answers(List[str]) : the candidates answers from which the model has to retrieve.
  • โ€”๐ŸŸฉ answer(List[str]) : a list containing the right answers from the candidate list.
  • โ€”question_id(str) : the id of the question from the original dataset.
  • โ€”scenario_id(str) : the id of the scenario from the original dataset.
  • โ€”type(str) : YN from boolean questions, FR for Find Relation questions.
  • โ€”k_hop(int64) : the minimum reasoning steps required to answer the question.
  • โ€”StepGame:
  • โ€”๐ŸŸฆ scenario(str) : the scenario providing context to the question.
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฆ candidates_answers(List[str]) : the candidates answers from which the model has to retrieve.
  • โ€”๐ŸŸฉ answer(List[str]) : a list containing the right answers from the candidate list.
  • โ€”k_hop(int64) : the minimum reasoning steps required to answer the question.
  • โ€”TourismQA:
  • โ€”๐ŸŸฆ question(str) : the question to be answered.
  • โ€”๐ŸŸฉ answers_names(List[str]) : a list containing the names of the POI to be recommended (answer expected).
  • โ€”city(dict) : a dict containing the following informations about the city where take place the question:
  • โ€”coord(List[float]) : the coordinates of the city. The first element of the list correspond to the latitude and the second to the longitude.
  • โ€”name(str) : the name of the city.
  • โ€”tagged_locations(List[str]) : the locations names retrieved from the question (not used for our description of the task).
  • โ€”tagged_locations_lat_long(List[flaot]) : the latitudes and longitudes of the locations retrieved from the question (not used for our description of the task).
  • โ€”answers_adresses(List[str]) : the postal adresses of each answer (not used for our description of the task).
  • โ€”answers_reviews(List[List[str]]) : for each POI, we have a list of reviews (not used for our description of the task).
  • โ€”answers_sum_reviews(List[str]) : a summarization of the reviews for each POI retrieved from ??? work (not used for our description of the task).
  • โ€”answers_lat_longs(List[str]) : the latitudes and longitudes of the answers (not used for our description of the task).
  • โ€”NY-POI:
  • โ€”๐ŸŸฆ long-term_check-ins(List[List[str]]) : a list of long-term check-ins from the same user. Each check-in is list composed in the order : POI id, POI category and time of visit in UTC.
  • โ€”๐ŸŸฆ recent_check-ins(List[List[str]]) : a list of recent check-ins from an user. Each check-in is list composed in the order : POI id, POI category and time of visit in UTC.
  • โ€”๐ŸŸฆ candidates(List[List[str]]) : a list of POI candidates containing the answer. For each POI, we have its id, its distance from the last visited POI in the recent check-ins list and its category.
  • โ€”๐ŸŸฉ answer(List[str]) : the id of the POI corresponding to the answer.
  • โ€”GridRoute:
  • โ€”๐ŸŸฆ matrix_size(int64) : the size of the squared matrix.
  • โ€”๐ŸŸฆ start(List[int64]) : the coordinates of the starting point. The first element of the list is the x coordinate and the second is the y one.
  • โ€”๐ŸŸฆ end(List[List[int64]]) : a list of ending points that the has to reach. This dataset only has one end point per question.
  • โ€”๐ŸŸฆ obstacles_coords(List[List[int64]]) : a list of coordinates corresponding to the obstacles that we have to avoid. For each point, the first element of the list is the x coordinate and the second is the y one.
  • โ€”๐ŸŸฉ path(List[List[int64]]) : a list of coordinates corresponding to the optimal path. For each point, the first element of the list is the x coordinate and the second is the y one.
  • โ€”PPNL_single:
  • โ€”๐ŸŸฆ matrix_size(int64) : the size of the squared matrix.
  • โ€”๐ŸŸฆ start(List[int64]) : the coordinates of the starting point. The first element of the list is the x coordinate and the second is the y one.
  • โ€”๐ŸŸฆ end(List[List[int64]]) : a list of ending points that the has to reach. This dataset only has one end point per question.
  • โ€”๐ŸŸฆ obstacles_coords(List[List[int64]]) : a list of coordinates corresponding to the obstacles that we have to avoid. For each point, the first element of the list is the x coordinate and the second is the y one.
  • โ€”๐ŸŸฉ path(List[List[int64]]) : a list of coordinates corresponding to the optimal path. For each point, the first element of the list is the x coordinate and the second is the y one. If there is no path possible, this field is an empty list.
  • โ€”world_description(str) : a description of the world in natural language. Can be used to directly prompt the model.
  • โ€”n_goals(int64) : the number of end points to reach.
  • โ€”agent_as_a_point(str) : the solution path described as if the model is a point.
  • โ€”agent_has_direction(str) : the solution path described as directions.
  • โ€”distribution(str) : iid if the example has the same properties (matrix size, initial location/goal placements and number of obstacles), ood otherwise.
  • โ€”PPNL_multi:
  • โ€”๐ŸŸฆ matrix_size(int64) : the size of the squared matrix.
  • โ€”๐ŸŸฆ start(List[int64]) : the coordinates of the starting point. The first element of the list is the x coordinate and the second is the y one.
  • โ€”๐ŸŸฆ end(List[List[int64]]) : a list of ending points that the has to reach. Each question has at least 2 goals to reach.
  • โ€”๐ŸŸฆ obstacles_coords(List[List[int64]]) : a list of coordinates corresponding to the obstacles that we have to avoid. For each point, the first element of the list is the x coordinate and the second is the y one.
  • โ€”๐ŸŸฉ path(List[List[int64]]) : a list of coordinates corresponding to the optimal path. For each point, the first element of the list is the x coordinate and the second is the y one. If there is no path possible, this field is an empty list.
  • โ€”world_description(str) : a description of the world in natural language. Can be used to directly prompt the model.
  • โ€”n_goals(int64) : the number of end points to reach.
  • โ€”agent_as_a_point(str) : the solution path described as if the model is a point.
  • โ€”agent_has_direction(str) : the solution path described as directions.
  • โ€”distribution(str) : iid if the example has the same properties (matrix size, initial location/goal placements and number of obstacles), ood otherwise.

Data Splits

Cogn. LevelTasksDatasetsTrainDevTest
KnowledgeCoordinates PredictionGeoQuestions1089_coordโ€“โ€“87
Yes/No questionsGeoQuestions1089_YNโ€“โ€“181
RegressionGeoQuestions1089regression<br>GeoQueryregressionโ€“<br>182โ€“<br>17231<br>89
Place predictionGeoQuestions1089place<br>GeoQueryplace<br>MS-Marco_placeโ€“<br>346<br>23 513โ€“<br>33<br>4 149455<br>184<br>2 907
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
ReasoningScenario Complex QAGeoSQA<br>GKMC2 644<br>โ€“628<br>โ€“838<br>1 600
Spatial ReasoningSpatialEvalLLM<br>SpartUN<br>StepGameโ€“<br>37 095<br>50 000โ€“<br>5 600<br>5 0001 400<br>5 551<br>100 000
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
ApplicationPOI RecommendationTourismQA<br>NY-QA19 762<br>โ€“2 109<br>โ€“2 153<br>1 347
Path FindingGridRoute<br>PPNLsingle<br>PPNLmultiโ€“<br>16 032<br>53 440โ€“<br>2 004<br>6 680300<br>19 044<br>55 440
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Totalโ€“โ€“203 01426 220191 807

Dataset Creation

Curation Rationale

[Needs More Information]

Source Data

Initial Data Collection and Normalization

[Needs More Information]

Who are the source language producers?

[Needs More Information]

Annotations

Annotation process

[Needs More Information]

Who are the annotators?

[Needs More Information]

Personal and Sensitive Information

[Needs More Information]

Considerations for Using the Data

Social Impact of Dataset

[Needs More Information]

Discussion of Biases

[Needs More Information]

Other Known Limitations

[Needs More Information]

Additional Information

Dataset Curators

[Needs More Information]

Licensing Information

[Needs More Information]

Citation Information

Thanks for all the authors of the all the datasets. If you use this Benchmark, please cite their work too.

Tex
@misc{huang2021retrieverreadermeetsscenariobasedmultiplechoice,
      title={When Retriever-Reader Meets Scenario-Based Multiple-Choice Questions}, 
      author={Zixian Huang and Ao Wu and Yulin Shen and Gong Cheng and Yuzhong Qu},
      year={2021},
      eprint={2108.13875},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2108.13875}, 
}

@inproceedings{finegan-dollak-etal-2018-improving,
    title = "Improving Text-to-{SQL} Evaluation Methodology",
    author = "Finegan-Dollak, Catherine  and
      Kummerfeld, Jonathan K.  and
      Zhang, Li  and
      Ramanathan, Karthik  and
      Sadasivam, Sesh  and
      Zhang, Rui  and
      Radev, Dragomir",
    editor = "Gurevych, Iryna  and
      Miyao, Yusuke",
    booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2018",
    address = "Melbourne, Australia",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/P18-1033/",
    doi = "10.18653/v1/P18-1033",
    pages = "351--360",
}

@inproceedings{data-geography-original
  dataset   = {Geography, original},
  author    = {John M. Zelle and Raymond J. Mooney},
  title     = {Learning to Parse Database Queries Using Inductive Logic Programming},
  booktitle = {Proceedings of the Thirteenth National Conference on Artificial Intelligence - Volume 2},
  year      = {1996},
  pages     = {1050--1055},
  location  = {Portland, Oregon},
  url       = {http://dl.acm.org/citation.cfm?id=1864519.1864543},
}

@misc{huang2019geosqabenchmarkscenariobasedquestion,
      title={GeoSQA: A Benchmark for Scenario-based Question Answering in the Geography Domain at High School Level}, 
      author={Zixian Huang and Yulin Shen and Xiao Li and Yuang Wei and Gong Cheng and Lin Zhou and Xinyu Dai and Yuzhong Qu},
      year={2019},
      eprint={1908.07855},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/1908.07855}, 
}

@misc{li2025gridroutebenchmarkllmbasedroute,
      title={GridRoute: A Benchmark for LLM-Based Route Planning with Cardinal Movement in Grid Environments}, 
      author={Kechen Li and Yaotian Tao and Ximing Wen and Quanwei Sun and Zifei Gong and Chang Xu and Xizhe Zhang and Tianbo Ji},
      year={2025},
      eprint={2505.24306},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2505.24306}, 
}

@article{DBLP:journals/corr/NguyenRSGTMD16,
  author    = {Tri Nguyen and
               Mir Rosenberg and
               Xia Song and
               Jianfeng Gao and
               Saurabh Tiwary and
               Rangan Majumder and
               Li Deng},
  title     = {{MS} {MARCO:} {A} Human Generated MAchine Reading COmprehension Dataset},
  journal   = {CoRR},
  volume    = {abs/1611.09268},
  year      = {2016},
  url       = {http://arxiv.org/abs/1611.09268},
  archivePrefix = {arXiv},
  eprint    = {1611.09268},
  timestamp = {Mon, 13 Aug 2018 16:49:03 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/NguyenRSGTMD16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inbook{placequestions,
author = {Hamzei, Ehsan and Li, Haonan and Vasardani, Maria and Baldwin, Timothy and Winter, Stephan and Tomko, Martin},
year = {2020},
month = {01},
pages = {3-19},
title = {Place Questions and Human-Generated Answers: A Data Analysis Approach},
isbn = {978-3-030-14745-7},
doi = {10.1007/978-3-030-14745-7_1}
}

@inproceedings{aghzal2024can,
  title={Can Large Language Models be Good Path Planners? A Benchmark and Investigation on Spatial-temporal Reasoning},
  author={Aghzal, Mohamed and Plaku, Erion and Yao, Ziyu},
  booktitle={ICLR 2024 Workshop on Large Language Model (LLM) Agents},
  year={2024}
}

@inproceedings{mirzaee-kordjamshidi-2022-transfer,
    title = "Transfer Learning with Synthetic Corpora for Spatial Role Labeling and Reasoning",
    author = "Mirzaee, Roshanak  and
      Kordjamshidi, Parisa",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.413",
    pages = "6148--6165",
    abstract = "",
}

@article{yamada2023evaluating,
    title={Evaluating Spatial Understanding of Large Language Models},
    author={Yamada, Yutaro and Bao, Yihan and Lampinen, Andrew K and Kasai, Jungo and Yildirim, Ilker},
    journal={Transactions on Machine Learning Research},
    year={2024}
}

@inproceedings{10.1145/3459637.3482320,
    author = {Contractor, Danish and Shah, Krunal and Partap, Aditi and Singla, Parag and Mausam, Mausam},
    title = {Answering POI-recommendation Questions using Tourism Reviews},
    year = {2021},
    isbn = {9781450384469},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    url = {https://doi.org/10.1145/3459637.3482320},
    doi = {10.1145/3459637.3482320},
    booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
    pages = {281โ€“291},
    numpages = {11},
    keywords = {large scale qa, poi-recommendation, question answering, real world task, tourism qa},
    location = {Virtual Event, Queensland, Australia},
    series = {CIKM '21}
}


@misc{li2024locationawaremodularbiencoder,
      title={Location Aware Modular Biencoder for Tourism Question Answering}, 
      author={Haonan Li and Martin Tomko and Timothy Baldwin},
      year={2024},
      eprint={2401.02187},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2401.02187}, 
}

@inproceedings{10.1007/978-3-031-47243-5_15,
  title = {Benchmarking Geospatial Question Answering Engines Using the Dataset GeoQuestions1089},
  author = {Sergios-Anestis Kefalidis, Dharmen Punjani, Eleni Tsalapati, 
         Konstantinos Plas, Mariangela Pollali, Michail Mitsios, 
         Myrto Tsokanaridou, Manolis Koubarakis and Pierre Maret},
  booktitle = {The Semantic Web - {ISWC} 2023 - 22nd International Semantic Web Conference,
            Athens, Greece, November 6-10, 2023, Proceedings, Part {II}},
  year = {2023}
}

@inproceedings{stepGame2022shi,
    title={StepGame: A New Benchmark for Robust Multi-Hop Spatial Reasoning in Texts},
    author={Shi, Zhengxiang and Zhang, Qiang and Lipani, Aldo},
    volume={36},
    url={https://ojs.aaai.org/index.php/AAAI/article/view/21383},
    DOI={10.1609/aaai.v36i10.21383}, 
    booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
    year={2022},
    month={Jun.},
    pages={11321-11329}
}

@inproceedings{Yang_2022, series={SIGIR โ€™22},
   title={GETNext: Trajectory Flow Map Enhanced Transformer for Next POI Recommendation},
   url={http://dx.doi.org/10.1145/3477495.3531983},
   DOI={10.1145/3477495.3531983},
   booktitle={Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval},
   publisher={ACM},
   author={Yang, Song and Liu, Jiamou and Zhao, Kaiqi},
   year={2022},
   month=jul, pages={1144โ€“1153},
   collection={SIGIR โ€™22} 
}
   
@ARTICLE{6844862,
  author={Yang, Dingqi and Zhang, Daqing and Zheng, Vincent W. and Yu, Zhiyong},
  journal={IEEE Transactions on Systems, Man, and Cybernetics: Systems}, 
  title={Modeling User Activity Preference by Leveraging User Spatial Temporal Characteristics in LBSNs}, 
  year={2015},
  volume={45},
  number={1},
  pages={129-142},
  keywords={Tensile stress;Data models;Context modeling;Correlation;Hidden Markov models;Location based social networks;spatial;temporal;tensor factorization;user activity preference;Location based social networks;spatial;temporal;tensor factorization;user activity preference},
  doi={10.1109/TSMC.2014.2327053}
}

@inproceedings{10.1145/3539618.3591770,
    author = {Yan, Xiaodong and Song, Tengwei and Jiao, Yifeng and He, Jianshan and Wang, Jiaotuan and Li, Ruopeng and Chu, Wei},
    title = {Spatio-Temporal Hypergraph Learning for Next POI Recommendation},
    year = {2023},
    isbn = {9781450394086},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    url = {https://doi.org/10.1145/3539618.3591770},
    doi = {10.1145/3539618.3591770},
    booktitle = {Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval},
    pages = {403โ€“412},
    numpages = {10},
    keywords = {graph transformer, hypergraph, next poi recommendation},
    location = {Taipei, Taiwan},
    series = {SIGIR '23}
}

@INPROCEEDINGS{10605522,
  author={Feng, Shanshan and Lyu, Haoming and Li, Fan and Sun, Zhu and Chen, Caishun},
  booktitle={2024 IEEE Conference on Artificial Intelligence (CAI)}, 
  title={Where to Move Next: Zero-shot Generalization of LLMs for Next POI Recommendation}, 
  year={2024},
  volume={},
  number={},
  pages={1530-1535},
  keywords={Accuracy;Large language models;Computational modeling;Buildings;Chatbots;Cognition;Data models;LLMs;Next POI Recommendation;Zero-shot;Spatial-Temporal Data},
  doi={10.1109/CAI59869.2024.00277}
}

Contributions

TO DO